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
commit3fa6947fc3909020f3a37cc1fd9a9b9d4d9f93e8 (patch)
tree09fed8d063a548349588d4c44530c2da7ad33c4b /res/values/styles.xml
parent898a2f4540635528a0916b0a6b0a177869854ae9 (diff)
downloadandroid_packages_apps_Gallery2-3fa6947fc3909020f3a37cc1fd9a9b9d4d9f93e8.tar.gz
android_packages_apps_Gallery2-3fa6947fc3909020f3a37cc1fd9a9b9d4d9f93e8.tar.bz2
android_packages_apps_Gallery2-3fa6947fc3909020f3a37cc1fd9a9b9d4d9f93e8.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>