From: Mike Beattie Date: Thu, 2 Aug 2012 11:38:26 +0000 (+1200) Subject: Reduce size of textview. X-Git-Tag: 1.1~67^2~38 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=af34baf5dc587bee4cffa699ef383f85dde8c7cd;p=fw%2Faltos Reduce size of textview. Signed-off-by: Mike Beattie --- 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" />