summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-24 13:02:22 +0800
committerOwen Lin <owenlin@google.com>2012-08-24 13:02:22 +0800
commitefd06845a9b4e0a8f802f6af50aeedbbede70c2c (patch)
treebd47cad99212913b3ac18074415640444af54de0 /res/values/styles.xml
parent208089d7cf4a11760636dd10e07b205315b2cda6 (diff)
downloadandroid_packages_apps_Snap-efd06845a9b4e0a8f802f6af50aeedbbede70c2c.tar.gz
android_packages_apps_Snap-efd06845a9b4e0a8f802f6af50aeedbbede70c2c.tar.bz2
android_packages_apps_Snap-efd06845a9b4e0a8f802f6af50aeedbbede70c2c.zip
Revert "Uses ActionBarSherlock library in MovieActivity."
This reverts commit 89b437722a24d0c7d6e2acffc30c215f22814234.
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..9bbee9191 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="Theme.Sherlock">
+ <style name="Theme.GalleryBase" parent="android:Theme.Black">
<item name="listPreferredItemHeightSmall">48dp</item>
<item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>