diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-13 10:50:26 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-13 10:50:26 -0700 |
| commit | 5077f3ad1967a33712e9ff411e3b2a0b4e1a5c4a (patch) | |
| tree | 1f7ab5172a973a1255d407be83dac492abe0fa76 /altosdroid/res/layout/tab_map.xml | |
| parent | 19ef593be9ff3f329e44472735d90c80129d2795 (diff) | |
altosdroid: Shrink text so it fits on my phone
Yes, this is a hack; will try to figure out how to make it resizeable
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/layout/tab_map.xml')
| -rw-r--r-- | altosdroid/res/layout/tab_map.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/altosdroid/res/layout/tab_map.xml b/altosdroid/res/layout/tab_map.xml index b9f4e69e..233d2a0d 100644 --- a/altosdroid/res/layout/tab_map.xml +++ b/altosdroid/res/layout/tab_map.xml @@ -55,7 +55,7 @@ android:layout_alignParentRight="true" android:layout_below="@+id/distance_label" android:text="" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textAppearance="?android:attr/textAppearanceMedium" /> </RelativeLayout> <RelativeLayout @@ -77,7 +77,7 @@ android:layout_alignParentRight="true" android:layout_below="@+id/bearing_label" android:text="" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textAppearance="?android:attr/textAppearanceMedium" /> </RelativeLayout> </LinearLayout> @@ -108,7 +108,7 @@ android:layout_alignParentRight="true" android:layout_below="@id/lat_label" android:text="" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textAppearance="?android:attr/textAppearanceMedium" /> </RelativeLayout> <RelativeLayout @@ -130,7 +130,7 @@ android:layout_alignParentRight="true" android:layout_below="@id/lon_label" android:text="" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textAppearance="?android:attr/textAppearanceMedium" /> </RelativeLayout> </LinearLayout> </LinearLayout>
\ No newline at end of file |
