diff options
author | Winson Chung <winsonc@google.com> | 2011-11-28 13:50:35 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-11-28 13:51:05 -0800 |
commit | 19cd4b9b5b04c894493d440cda59dca543a566dd (patch) | |
tree | 6e51cf1f6727d77849332f6d9ae49b50acd6a0d7 /res/values-land | |
parent | 8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff) | |
download | packages_apps_trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.zip packages_apps_trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.tar.gz packages_apps_trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.tar.bz2 |
Forcing tabs to be single line and width bound (Bug 5646142)
Change-Id: Ia84bde47c5e4b254b636b2697c4f4889ce4f8b95
Diffstat (limited to 'res/values-land')
-rw-r--r-- | res/values-land/styles.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml index 7949d2d..71ab658 100644 --- a/res/values-land/styles.xml +++ b/res/values-land/styles.xml @@ -23,6 +23,7 @@ <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> </style> + <!-- Search Bar --> <style name="QSBBar"> <item name="android:orientation">vertical</item> @@ -65,5 +66,10 @@ <item name="android:shadowDy">1.0</item> <item name="android:shadowRadius">4.0</item> </style> + +<!-- AppsCustomize --> + <style name="TabIndicator.AppsCustomize"> + <item name="android:maxWidth">200dp</item> + </style> </resources> |