summaryrefslogtreecommitdiffstats
path: root/res/values-notouch-v14
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-01-18 16:00:45 -0800
committerJohn Reck <jreck@google.com>2013-01-18 16:00:45 -0800
commit688e0d2ffd2f93bbe1a818fb47314eb68e9daf04 (patch)
treeda54185be6b60130fc039182c4c4664086f845ba /res/values-notouch-v14
parentc5209fbb8d4c691b35f5b58ea53639c070ba8c83 (diff)
downloadandroid_packages_apps_Snap-688e0d2ffd2f93bbe1a818fb47314eb68e9daf04.tar.gz
android_packages_apps_Snap-688e0d2ffd2f93bbe1a818fb47314eb68e9daf04.tar.bz2
android_packages_apps_Snap-688e0d2ffd2f93bbe1a818fb47314eb68e9daf04.zip
Tweaks for canvas
Change-Id: I9aecf757047f93159212441e5317ef2b3b304a70
Diffstat (limited to 'res/values-notouch-v14')
-rw-r--r--res/values-notouch-v14/styles.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/values-notouch-v14/styles.xml b/res/values-notouch-v14/styles.xml
new file mode 100644
index 000000000..1b1b1afca
--- /dev/null
+++ b/res/values-notouch-v14/styles.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.GalleryBase" parent="android:Theme.Holo.NoActionBar.Fullscreen">
+ <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item>
+ <item name="switchStyle">@android:style/Widget.CompoundButton</item>
+ </style>
+ <style name="ActionBarTwoLineItem">
+ <item name="android:background">?android:attr/activatedBackgroundIndicator</item>
+ </style>
+</resources>