summaryrefslogtreecommitdiffstats
path: root/res/values-v14
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-v14
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-v14')
-rw-r--r--res/values-v14/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml
index d14ad0899..b6d6e437b 100644
--- a/res/values-v14/styles.xml
+++ b/res/values-v14/styles.xml
@@ -17,5 +17,6 @@
<resources>
<style name="Theme.GalleryBase" parent="android:Theme.Holo">
<item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item>
+ <item name="switchStyle">@android:style/Widget.CompoundButton</item>
</style>
</resources>