summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-28 18:04:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-28 18:04:17 -0800
commit4a22568d492361e5118b0a01b9c4ec52017adc31 (patch)
treeed3c17cecb93ddb61c13f5b0ff84ce12533e7fa0 /res/values-land
parente96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc (diff)
parent19cd4b9b5b04c894493d440cda59dca543a566dd (diff)
downloadandroid_packages_apps_Trebuchet-4a22568d492361e5118b0a01b9c4ec52017adc31.tar.gz
android_packages_apps_Trebuchet-4a22568d492361e5118b0a01b9c4ec52017adc31.tar.bz2
android_packages_apps_Trebuchet-4a22568d492361e5118b0a01b9c4ec52017adc31.zip
Merge "Forcing tabs to be single line and width bound (Bug 5646142)" into ics-mr1
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 7949d2d34..71ab65859 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>