summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorPin Ting <pinting@google.com>2012-07-26 13:31:11 -0700
committerPin Ting <pinting@google.com>2012-07-26 16:42:54 -0700
commit59f87a199266d00ec38d39126a27b2e105a45184 (patch)
treefb8cdb9ab82cb55898550397a171821c8172f9a7 /res/values/styles.xml
parent5ff98724cfde262dc6d1b484b5000fc22f22bac5 (diff)
downloadandroid_packages_apps_Snap-59f87a199266d00ec38d39126a27b2e105a45184.tar.gz
android_packages_apps_Snap-59f87a199266d00ec38d39126a27b2e105a45184.tar.bz2
android_packages_apps_Snap-59f87a199266d00ec38d39126a27b2e105a45184.zip
Remove dependency on android.widget.Switch.
Bug:6706782 Change-Id: I9a86f9fbcb45c9def18f325e95ef6cfcd63edaff
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7389318ce..3239f681d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -17,6 +17,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<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" parent="Theme.GalleryBase">
<item name="android:displayOptions"></item>