summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-10-30 17:34:20 -0700
committerJohn Reck <jreck@google.com>2012-10-31 15:01:13 -0700
commit50e6182c8d6b9e6eba61fa3906c0ff348764efd8 (patch)
tree3664da0c76170e0a7d2ec0f71fd59cf7aa34c954 /res/values/styles.xml
parent7d4315674d8e661afd82b5ce8fcbcbcb1c0a218a (diff)
downloadandroid_packages_apps_Snap-50e6182c8d6b9e6eba61fa3906c0ff348764efd8.tar.gz
android_packages_apps_Snap-50e6182c8d6b9e6eba61fa3906c0ff348764efd8.tar.bz2
android_packages_apps_Snap-50e6182c8d6b9e6eba61fa3906c0ff348764efd8.zip
Gingerbread support-ish
This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c534ad895..e9aebcd18 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,11 +15,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <style name="Theme.GalleryBase" parent="android:Theme.Holo">
+ <style name="Theme.GalleryBase" parent="Theme.Sherlock">
<item name="listPreferredItemHeightSmall">48dp</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>
- <style name="Theme.Gallery.Dialog" parent="android:Theme.Holo.Dialog"/>
+ <style name="Theme.Gallery.Dialog" parent="Theme.Sherlock.Dialog"/>
<style name="Theme.Gallery" parent="Theme.GalleryBase">
<item name="android:displayOptions"></item>
<item name="android:windowContentOverlay">@null</item>