[tor-commits] [snowflake-mobile/master] Increased margin end and size of settings icon

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


commit 2920b50455574ae3ec70799a7a28903d393ae00a
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Fri Jul 24 13:32:36 2020 +0530

    Increased margin end and size of settings icon
---
 app/src/main/res/layout/activity_main.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 600e57b..1c4b319 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -31,11 +31,11 @@
 
             <androidx.appcompat.widget.AppCompatButton
                 android:id="@+id/settings_button"
-                android:layout_width="25dp"
-                android:layout_height="25dp"
+                android:layout_width="28dp"
+                android:layout_height="28dp"
                 android:layout_alignParentEnd="true"
                 android:layout_centerVertical="true"
-                android:layout_marginEnd="5dp"
+                android:layout_marginEnd="10dp"
                 android:background="@drawable/ic_baseline_settings"
                 android:foreground="?android:attr/selectableItemBackground" />
         </RelativeLayout>





More information about the tor-commits mailing list