From 9961ad0b84e261599da595418b2539c887616c73 Mon Sep 17 00:00:00 2001 From: arrase Date: Tue, 6 Dec 2016 15:03:44 +0100 Subject: [PATCH] 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 44e60570..e83b8747 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" />