summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-27 10:01:22 +0800
committerOwen Lin <owenlin@google.com>2012-08-28 17:09:06 +0800
commit8331b6a3d39b5b87eb70ac0cc201f525689c45fb (patch)
treed1a6b73bbd875e2eb3274c7df53c1a2067dc6706 /res/values/styles.xml
parent0d9061bd11c1b9def55e858fdd5ce5e9959e62db (diff)
downloadandroid_packages_apps_Snap-8331b6a3d39b5b87eb70ac0cc201f525689c45fb.tar.gz
android_packages_apps_Snap-8331b6a3d39b5b87eb70ac0cc201f525689c45fb.tar.bz2
android_packages_apps_Snap-8331b6a3d39b5b87eb70ac0cc201f525689c45fb.zip
Fix some UI bugs in using SherlockActionBar.
- Use sherlock's verion of requestWindowFeature. - Use sherlock's theme in Custom selection list. bug: 6927267 Change-Id: I706e45378b10e6e088e048d97fcaca57fb4bf3f4
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 10354a146..889d7f429 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,7 +19,7 @@
<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.Dialog" parent="Theme.Sherlock.Dialog"/>
<style name="Theme.Gallery" parent="Theme.GalleryBase">
<item name="android:displayOptions"></item>
<item name="android:windowContentOverlay">@null</item>