[tor-commits] [orbot/master] center port text

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Mar 2 04:10:21 UTC 2017


commit 070d6151837a2780cd775c9f47879dbdeb95476d
Author: arrase <arrase at gmail.com>
Date:   Mon Dec 5 21:28:33 2016 +0100

    center port text
---
 app/src/main/res/layout/layout_hs_list_item.xml | 2 ++
 1 file changed, 2 insertions(+)

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 e8b3f4c..d55f688 100644
--- a/app/src/main/res/layout/layout_hs_list_item.xml
+++ b/app/src/main/res/layout/layout_hs_list_item.xml
@@ -16,6 +16,8 @@
             android:layout_height="match_parent"
             android:id="@+id/hs_port"
             android:layout_width="wrap_content"
+            android:paddingTop="10dp"
+            android:paddingRight="10dp"
             android:textSize="35sp" />
 
         <LinearLayout





More information about the tor-commits mailing list