summaryrefslogtreecommitdiffstats
path: root/res/values-large/styles.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-05-13 14:27:39 -0700
committerMichael Jurka <mikejurka@google.com>2011-05-13 14:40:21 -0700
commit8ff6cb60e13c368b28780fc62e0c9f79b422f62a (patch)
treeb0903b52cfd6a5b7e2da60cfea3b3f5739c61d60 /res/values-large/styles.xml
parent54a4ac26898ea318f434443458680cb3014bf6fa (diff)
downloadandroid_packages_apps_Trebuchet-8ff6cb60e13c368b28780fc62e0c9f79b422f62a.tar.gz
android_packages_apps_Trebuchet-8ff6cb60e13c368b28780fc62e0c9f79b422f62a.tar.bz2
android_packages_apps_Trebuchet-8ff6cb60e13c368b28780fc62e0c9f79b422f62a.zip
DO NOT MERGE
Using tablet layout on large devices
Diffstat (limited to 'res/values-large/styles.xml')
-rw-r--r--res/values-large/styles.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/res/values-large/styles.xml b/res/values-large/styles.xml
new file mode 100644
index 000000000..7208d979f
--- /dev/null
+++ b/res/values-large/styles.xml
@@ -0,0 +1,44 @@
+<?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="Theme.WallpaperPicker" parent="android:Theme.Holo.Dialog.NoFrame">
+ </style>
+
+ <style name="Theme" parent="android:Theme.Holo">
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowActionModeOverlay">true</item>
+
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowShowWallpaper">true</item>
+ </style>
+
+ <style name="WorkspaceIcon.Portrait">
+ <item name="android:drawablePadding">2dip</item>
+ <item name="android:paddingTop">0dip</item>
+ <item name="android:includeFontPadding">false</item>
+ </style>
+
+ <style name="WorkspaceIcon.Landscape">
+ <item name="android:drawablePadding">2dip</item>
+ <item name="android:paddingTop">0dip</item>
+ <item name="android:includeFontPadding">false</item>
+ </style>
+</resources>