summaryrefslogtreecommitdiffstats
path: root/res/values-v14
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-24 12:25:57 +0800
committerOwen Lin <owenlin@google.com>2012-08-27 12:30:47 +0800
commita57d8fedf0b998036289b7bc30de8268553304f4 (patch)
tree5b204c8a8b2e1981e190487338bea88ed3f3a3e6 /res/values-v14
parentf27cbd2417a4171e49af603aa7da02fab865e102 (diff)
downloadandroid_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.tar.gz
android_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.tar.bz2
android_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.zip
Uses ActionBarSherlock in Gallery
bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
Diffstat (limited to 'res/values-v14')
-rw-r--r--res/values-v14/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml
index b6d6e437b..db89b05f4 100644
--- a/res/values-v14/styles.xml
+++ b/res/values-v14/styles.xml
@@ -15,7 +15,7 @@
-->
<resources>
- <style name="Theme.GalleryBase" parent="android:Theme.Holo">
+ <style name="Theme.GalleryBase" parent="Theme.Sherlock">
<item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>