summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabrice Di Meglio <fdimeglio@google.com> 2014-08-06 10:11:22 -0700
committer Fabrice Di Meglio <fdimeglio@google.com> 2014-08-06 17:21:16 +0000
commit52ab18bc6c4672ff697db2990899d33f91baf2f5 (patch)
treec5102a7e24b27cbbce51d1ecd79c2c98bc276395
parent01af516a8768cf3c544afb02283c9d8f1dba786c (diff)
Make SwitchPreference switch more Material
- remove the padding so that we behave the same way as the CheckBoxPreference See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: Ie22f389820c4a48bcf4b018d7009a07140cb493b
-rw-r--r--core/res/res/layout/preference_widget_switch.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/layout/preference_widget_switch.xml b/core/res/res/layout/preference_widget_switch.xml
index 04a310b7a9dd..7395ff27bc62 100644
--- a/core/res/res/layout/preference_widget_switch.xml
+++ b/core/res/res/layout/preference_widget_switch.xml
@@ -20,6 +20,5 @@
android:id="@+android:id/switchWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="16dip"
android:focusable="false"
android:background="@null" />