[tor-commits] [orbot/master] padding
n8fr8 at torproject.org
n8fr8 at torproject.org
Thu Mar 2 04:10:21 UTC 2017
commit a49ac3fcc5c6ce3a9216f53de3e7e53cb8fa24cf
Author: arrase <arrase at 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>
More information about the tor-commits
mailing list