Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52ab18bc authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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
parent 01af516a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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" />