[orbot/master] center port text

commit 070d6151837a2780cd775c9f47879dbdeb95476d Author: arrase <arrase@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
participants (1)
-
n8fr8@torproject.org