adds padding to the hs switch

This commit is contained in:
arrase 2016-12-06 15:03:44 +01:00
parent f3af9daa55
commit 9961ad0b84
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="false"
android:focusableInTouchMode="false" />
android:focusableInTouchMode="false"
android:switchPadding="30dp" />
</LinearLayout>