summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-22 17:34:21 +0800
committerOwen Lin <owenlin@google.com>2012-08-24 12:38:35 +0800
commit208089d7cf4a11760636dd10e07b205315b2cda6 (patch)
tree5a13cf56c4299e07b60aa4bf0a9230617213b109 /res/values/styles.xml
parentbf95f25a2ed8dde3515fba71e4250f74cb379419 (diff)
downloadandroid_packages_apps_Snap-208089d7cf4a11760636dd10e07b205315b2cda6.tar.gz
android_packages_apps_Snap-208089d7cf4a11760636dd10e07b205315b2cda6.tar.bz2
android_packages_apps_Snap-208089d7cf4a11760636dd10e07b205315b2cda6.zip
Uses ActionBarSherlock library in MovieActivity.
bug: 6927267 Change-Id: I4b63e41be5cff22af0f7d830739c719e91cd6fff
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 9bbee9191..10354a146 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,7 +15,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <style name="Theme.GalleryBase" parent="android:Theme.Black">
+ <style name="Theme.GalleryBase" parent="Theme.Sherlock">
<item name="listPreferredItemHeightSmall">48dp</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>