Reduce size of textview.
authorMike Beattie <mike@ethernal.org>
Thu, 2 Aug 2012 11:38:26 +0000 (23:38 +1200)
committerMike Beattie <mike@ethernal.org>
Thu, 2 Aug 2012 11:38:26 +0000 (23:38 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/res/layout/main.xml

index f2e6640caee05bd1f8f415d00e01571c6b353c41..070928a55a0c9f529fa7aa6390796c65ad5ed15b 100644 (file)
@@ -27,6 +27,7 @@
         android:layout_weight="1"
         android:gravity="bottom"
         android:scrollbars="vertical"
+        android:textSize="7dp"
         android:typeface="monospace" />
 
     <LinearLayout