diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-24 13:36:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-24 13:36:17 +0200 |
commit | 2fe7a0433ca5b7fc99a074639376714393091682 (patch) | |
tree | a223a2c7e2a438483acced51e4295b0fa123eaf4 /res/layout | |
parent | c0f47b6edfd655a11e53110c935a8764fd834a96 (diff) |
Autoscroll log (closes issue #164)
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/logwindow.xml | 1 |
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" /> |