summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-01-19 00:45:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-19 00:45:14 +0000
commitc9a9b3ad3ea46d11cb367221149cc515540d6688 (patch)
treed727f56f5c15479bea027554ea70bfd92d4d6af8
parent1fed636a3307d670984053777fc28d170f245d3c (diff)
parent688e0d2ffd2f93bbe1a818fb47314eb68e9daf04 (diff)
downloadandroid_packages_apps_Snap-c9a9b3ad3ea46d11cb367221149cc515540d6688.tar.gz
android_packages_apps_Snap-c9a9b3ad3ea46d11cb367221149cc515540d6688.tar.bz2
android_packages_apps_Snap-c9a9b3ad3ea46d11cb367221149cc515540d6688.zip
Merge "Tweaks for canvas" into gb-ub-photos-bryce
-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>