commit 9961ad0b84e261599da595418b2539c887616c73 Author: arrase arrase@gmail.com Date: Tue Dec 6 15:03:44 2016 +0100
adds padding to the hs switch --- app/src/main/res/layout/layout_hs_list_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/src/main/res/layout/layout_hs_list_item.xml b/app/src/main/res/layout/layout_hs_list_item.xml index 44e6057..e83b874 100644 --- a/app/src/main/res/layout/layout_hs_list_item.xml +++ b/app/src/main/res/layout/layout_hs_list_item.xml @@ -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>