From a49ac3fcc5c6ce3a9216f53de3e7e53cb8fa24cf Mon Sep 17 00:00:00 2001 From: arrase Date: Thu, 24 Nov 2016 22:45:37 +0100 Subject: [PATCH] padding --- 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 33ed3741..e8b3f4c6 100644 --- a/app/src/main/res/layout/layout_hs_list_item.xml +++ b/app/src/main/res/layout/layout_hs_list_item.xml @@ -37,7 +37,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" - android:paddingLeft="10dp" /> + android:paddingLeft="10dp" + android:paddingBottom="10dp" />