commit a49ac3fcc5c6ce3a9216f53de3e7e53cb8fa24cf Author: arrase arrase@gmail.com Date: Thu Nov 24 22:45:37 2016 +0100
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 33ed374..e8b3f4c 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" />
</LinearLayout>
tor-commits@lists.torproject.org