diff options
author | Mike Beattie <mike@ethernal.org> | 2012-08-02 23:38:26 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-08-02 23:38:26 +1200 |
commit | af34baf5dc587bee4cffa699ef383f85dde8c7cd (patch) | |
tree | 10a316305f4ae824fe6c91943d5ea9544b45c131 | |
parent | 359d7353fd7b7d4d537db04c5e89724502333ff8 (diff) |
Reduce size of textview.
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | altosdroid/res/layout/main.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosdroid/res/layout/main.xml b/altosdroid/res/layout/main.xml index f2e6640c..070928a5 100644 --- a/altosdroid/res/layout/main.xml +++ b/altosdroid/res/layout/main.xml @@ -27,6 +27,7 @@ android:layout_weight="1" android:gravity="bottom" android:scrollbars="vertical" + android:textSize="7dp" android:typeface="monospace" /> <LinearLayout |