summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-05-24 13:36:17 +0200
committerArne Schwabe <arne@rfc2549.org>2013-05-24 13:36:17 +0200
commit2fe7a0433ca5b7fc99a074639376714393091682 (patch)
treea223a2c7e2a438483acced51e4295b0fa123eaf4
parentc0f47b6edfd655a11e53110c935a8764fd834a96 (diff)
Autoscroll log (closes issue #164)
-rw-r--r--res/layout/logwindow.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/logwindow.xml b/res/layout/logwindow.xml
index 4051c92c..57ab5cb9 100644
--- a/res/layout/logwindow.xml
+++ b/res/layout/logwindow.xml
@@ -11,6 +11,7 @@
android:layout_height="wrap_content"/>
<ListView
android:id="@android:id/list"
+ android:transcriptMode="normal"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />