From 52a1093ddeb47cd9605e90bc89eb9a33a7489d20 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Wed, 17 Dec 2014 20:39:34 -0500 Subject: [PATCH] make the log view always show the bottom of the log --- res/layout/main.xml | 7 +++++-- src/org/galexander/sshd/SimpleSSHD.java | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index 3ce6b0f..342414b 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -3,14 +3,17 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - + android:gravity="top" + android:singleLine="false" + android:background="#00000000" />