From af34baf5dc587bee4cffa699ef383f85dde8c7cd Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Thu, 2 Aug 2012 23:38:26 +1200 Subject: [PATCH] Reduce size of textview. Signed-off-by: Mike Beattie --- altosdroid/res/layout/main.xml | 1 + 1 file changed, 1 insertion(+) 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" />