summaryrefslogtreecommitdiffstats
path: root/res/values-large-port
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-05-25 16:26:16 -0700
committerMichael Jurka <mikejurka@google.com>2011-05-25 16:29:23 -0700
commit20bb6c88f705531d36b7728b9f3cbb7042ef9513 (patch)
tree1ee37e20fff548f3724ba3a74eda53bb144bfc2f /res/values-large-port
parented4c1f1eaddd23ea3a19750533e84d7411334534 (diff)
downloadandroid_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.tar.gz
android_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.tar.bz2
android_packages_apps_Trebuchet-20bb6c88f705531d36b7728b9f3cbb7042ef9513.zip
Fixing the customize drawer tabs on large devices
Diffstat (limited to 'res/values-large-port')
-rw-r--r--res/values-large-port/styles.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values-large-port/styles.xml b/res/values-large-port/styles.xml
new file mode 100644
index 000000000..ba23a89d3
--- /dev/null
+++ b/res/values-large-port/styles.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 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="CustomizeTabIndicator.Wide" parent="TabIndicator.Wide">
+ <item name="android:paddingLeft">20dp</item>
+ <item name="android:paddingRight">20dp</item>
+ <item name="android:paddingTop">12dp</item>
+ <item name="android:paddingBottom">16dp</item>
+ <item name="android:textSize">16sp</item>
+ </style>
+</resources>