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
This commit is contained in:
Fabrice Di Meglio
2014-08-06 10:11:22 -07:00
parent 01af516a87
commit 52ab18bc6c

View File

@@ -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" />