summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-12 13:56:05 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-12 13:56:05 -0800
commit20168cec33b2aec2452c487ccaa11d50fa39913e (patch)
tree6e057e5f5068aac12cb39e79ef8f9effa48f5b94 /res/values
parent3520995dc4362c8a682808ba6cb97ea0c96820a4 (diff)
parent13a39068a7eb3f4bec10deb63fa1f511cbc748c7 (diff)
downloadandroid_packages_apps_Snap-20168cec33b2aec2452c487ccaa11d50fa39913e.tar.gz
android_packages_apps_Snap-20168cec33b2aec2452c487ccaa11d50fa39913e.tar.bz2
android_packages_apps_Snap-20168cec33b2aec2452c487ccaa11d50fa39913e.zip
Merge "remove actionbar sherlock" into gb-ub-photos-bryce
Diffstat (limited to 'res/values')
-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 65eb3c0e1..baf9315f8 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="Theme.Sherlock">
+ <style name="Theme.GalleryBase" parent="android:Theme.Holo">
<item name="listPreferredItemHeightSmall">48dp</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>
- <style name="Theme.Gallery.Dialog" parent="Theme.Sherlock.Dialog"/>
+ <style name="Theme.Gallery.Dialog" parent="android:Theme.Holo.Dialog"/>
<style name="Theme.Gallery" parent="Theme.GalleryBase">
<item name="android:displayOptions"></item>
<item name="android:windowContentOverlay">@null</item>