summaryrefslogtreecommitdiffstats
path: root/res/layout/action_bar_two_line_text.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 11:12:14 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-10 11:12:14 -0700
commitbc0be035a873a6cc4a99d2259ade5688af67bd9d (patch)
tree8263962a779f23966378b00d49f09d99afce222c /res/layout/action_bar_two_line_text.xml
parentadb12c599fbe3e70834abcac08a2d8116c859b24 (diff)
downloadandroid_packages_apps_Snap-bc0be035a873a6cc4a99d2259ade5688af67bd9d.tar.gz
android_packages_apps_Snap-bc0be035a873a6cc4a99d2259ade5688af67bd9d.tar.bz2
android_packages_apps_Snap-bc0be035a873a6cc4a99d2259ade5688af67bd9d.zip
Set width of filmstrip/grid spinner to wrap content
Bug: 7322464 Change-Id: I273370a212a2b63e195cae11b48b96191672e996
Diffstat (limited to 'res/layout/action_bar_two_line_text.xml')
-rw-r--r--res/layout/action_bar_two_line_text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/action_bar_two_line_text.xml b/res/layout/action_bar_two_line_text.xml
index 37cb375d1..aeb9907c5 100644
--- a/res/layout/action_bar_two_line_text.xml
+++ b/res/layout/action_bar_two_line_text.xml
@@ -17,7 +17,7 @@
android:paddingLeft="18dp"
android:paddingRight="18dp"
android:background="?android:attr/activatedBackgroundIndicator"
- android:layout_width="fill_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:mode="twoLine"
@@ -25,7 +25,7 @@
>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
@@ -35,7 +35,7 @@
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text2"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="bottom"
android:textAppearance="?android:attr/textAppearanceSmall"