[tor-commits] [snowflake-mobile/master] Increase text-size on Snowflake switch

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


commit a21d91232fa95b57aa10609c586b2f6a5d12f00c
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Fri Aug 7 02:05:45 2020 +0530

    Increase text-size on Snowflake switch
---
 app/src/main/res/layout/fragment_main.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml
index e465db7..837912d 100644
--- a/app/src/main/res/layout/fragment_main.xml
+++ b/app/src/main/res/layout/fragment_main.xml
@@ -22,7 +22,7 @@
             android:text="@string/Snowflake_Off"
             android:textAlignment="textStart"
             android:textColor="@color/colorText"
-            android:textSize="20sp" />
+            android:textSize="22sp" />
 
         <ImageView
             android:id="@+id/snowflake_logo"



More information about the tor-commits mailing list