summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAhbong Chang <cwahbong@google.com>2012-08-21 14:06:51 +0800
committerAhbong Chang <cwahbong@google.com>2012-08-22 16:22:25 +0800
commit68ef563aba1a1fec69484830bf530df142ed3553 (patch)
tree1cc3838588cc9e191cbb426c9fdafb844d81ff1a /res/values/styles.xml
parentad631de36ade7d5039c157555cc2b3ba5d1e3b56 (diff)
downloadandroid_packages_apps_Snap-68ef563aba1a1fec69484830bf530df142ed3553.tar.gz
android_packages_apps_Snap-68ef563aba1a1fec69484830bf530df142ed3553.tar.bz2
android_packages_apps_Snap-68ef563aba1a1fec69484830bf530df142ed3553.zip
Do not use Theme.Holo and Theme.Holo.Dialog on gingerbread.
Bug: 6982707 Change-Id: I84726bcd6cefcc3bd0f313306163a3d80d9cdade
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3239f681d..9bbee9191 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,10 +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="android:Theme.Black">
<item name="listPreferredItemHeightSmall">48dp</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>
+ <style name="Theme.Gallery.Dialog" parent="android:Theme.Dialog"/>
<style name="Theme.Gallery" parent="Theme.GalleryBase">
<item name="android:displayOptions"></item>
<item name="android:windowContentOverlay">@null</item>