summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-28 13:50:35 -0800
committerWinson Chung <winsonc@google.com>2011-11-28 13:51:05 -0800
commit19cd4b9b5b04c894493d440cda59dca543a566dd (patch)
tree6e51cf1f6727d77849332f6d9ae49b50acd6a0d7 /res/values-sw600dp-port
parent8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff)
downloadandroid_packages_apps_Trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.tar.gz
android_packages_apps_Trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.tar.bz2
android_packages_apps_Trebuchet-19cd4b9b5b04c894493d440cda59dca543a566dd.zip
Forcing tabs to be single line and width bound (Bug 5646142)
Change-Id: Ia84bde47c5e4b254b636b2697c4f4889ce4f8b95
Diffstat (limited to 'res/values-sw600dp-port')
-rw-r--r--res/values-sw600dp-port/styles.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-sw600dp-port/styles.xml b/res/values-sw600dp-port/styles.xml
new file mode 100644
index 000000000..57f07acaf
--- /dev/null
+++ b/res/values-sw600dp-port/styles.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2011 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+
+<resources>
+ <style name="TabIndicator.AppsCustomize">
+ <item name="android:maxWidth">180dp</item>
+ </style>
+</resources>