From 08acfd421871171736713eb39f42b2a68df5003b Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Sun, 26 Jan 2014 03:48:14 -0500 Subject: [PATCH] Highlight letter designations, More textview width flexibility --- shell/android/res/layout/input_fragment.xml | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/shell/android/res/layout/input_fragment.xml b/shell/android/res/layout/input_fragment.xml index 23a3448ee..e0c3a57c1 100644 --- a/shell/android/res/layout/input_fragment.xml +++ b/shell/android/res/layout/input_fragment.xml @@ -132,6 +132,7 @@ android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="A" + android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#ff0000" android:textIsSelectable="false" android:textStyle="bold" /> @@ -141,18 +142,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6dp" - android:ems="10" android:orientation="vertical" > @@ -213,6 +213,7 @@ android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="B" + android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#0000ff" android:textIsSelectable="false" android:textStyle="bold" /> @@ -222,18 +223,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6dp" - android:ems="10" android:orientation="vertical" > @@ -294,6 +294,7 @@ android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="C" + android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#ffff00" android:textIsSelectable="false" android:textStyle="bold" /> @@ -303,18 +304,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6dp" - android:ems="10" android:orientation="vertical" > @@ -375,6 +375,7 @@ android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="D" + android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#00ff00" android:textIsSelectable="false" android:textStyle="bold" /> @@ -384,18 +385,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6dp" - android:ems="10" android:orientation="vertical" >