summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 15:48:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-10 15:48:16 -0700
commit148caa033321a1b48c55b67fe1b55a5a84d87dd1 (patch)
tree159ffe408e8ea0eb2899c014db130053c83543c0 /res
parentad4889c795c754b3e43da2ea744df20ed845ac85 (diff)
parent7bb23cf35efa36212af6c00c59ddd0aad7cd5537 (diff)
downloadandroid_packages_apps_Snap-148caa033321a1b48c55b67fe1b55a5a84d87dd1.tar.gz
android_packages_apps_Snap-148caa033321a1b48c55b67fe1b55a5a84d87dd1.tar.bz2
android_packages_apps_Snap-148caa033321a1b48c55b67fe1b55a5a84d87dd1.zip
Merge "Change text size in spinner to avoid overlap" into gb-ub-photos-arches
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>