summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 15:00:59 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-10 15:32:08 -0700
commit7bb23cf35efa36212af6c00c59ddd0aad7cd5537 (patch)
tree3a257123e440a8e2d75f1fe323fbd24185c69ff7 /res
parentbc0be035a873a6cc4a99d2259ade5688af67bd9d (diff)
downloadandroid_packages_apps_Snap-7bb23cf35efa36212af6c00c59ddd0aad7cd5537.tar.gz
android_packages_apps_Snap-7bb23cf35efa36212af6c00c59ddd0aad7cd5537.tar.bz2
android_packages_apps_Snap-7bb23cf35efa36212af6c00c59ddd0aad7cd5537.zip
Change text size in spinner to avoid overlap
Bug: 7321747 Change-Id: Ibc58bff8710f974813d4beb89e971bdfab6acfb7
Diffstat (limited to 'res')
-rw-r--r--res/layout/action_bar_two_line_text.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/res/layout/action_bar_two_line_text.xml b/res/layout/action_bar_two_line_text.xml
index aeb9907c5..9b76a8072 100644
--- a/res/layout/action_bar_two_line_text.xml
+++ b/res/layout/action_bar_two_line_text.xml
@@ -29,17 +29,14 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
- android:gravity="top"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:minHeight="?attr/listPreferredItemHeightSmall"
+ android:textSize="15dp"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="bottom"
- android:textAppearance="?android:attr/textAppearanceSmall"
+ android:layout_below="@android:id/text1"
+ android:textSize="9dp"
android:singleLine="true"
- android:minHeight="?attr/listPreferredItemHeightSmall"
/>
-</TwoLineListItem> \ No newline at end of file
+</TwoLineListItem>