[tor-commits] [snowflake-mobile/master] Rearranged users-served text box

cohosh at torproject.org cohosh at torproject.org
Mon Aug 10 16:49:27 UTC 2020


commit d86bad34a6932b2ba662900d43aa1e42d0034a90
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Thu Aug 6 19:00:17 2020 +0530

    Rearranged users-served text box
---
 app/src/main/res/layout/fragment_main.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml
index b83ff0c..161ecd0 100644
--- a/app/src/main/res/layout/fragment_main.xml
+++ b/app/src/main/res/layout/fragment_main.xml
@@ -21,6 +21,7 @@
         android:textSize="20sp" />
 
     <ImageView
+        android:id="@+id/snowflake_logo"
         android:layout_width="200dp"
         android:layout_height="200dp"
         android:layout_centerInParent="true"
@@ -30,13 +31,14 @@
         android:id="@+id/users_served"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_below="@id/snowflake_switch"
+        android:layout_below="@id/snowflake_logo"
         android:layout_centerHorizontal="true"
         android:fontFamily="@font/source_code_pro"
         android:gravity="center"
         android:paddingLeft="50dp"
         android:paddingTop="10dp"
         android:paddingRight="50dp"
+        android:textSize="16sp"
         android:visibility="gone" />
 
 </RelativeLayout>
\ No newline at end of file





More information about the tor-commits mailing list