[tor-commits] [snowflake-mobile/master] Added background color

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


commit 261f52cf1bc2899bb18118b507d2982b148572ab
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Fri Jul 24 12:41:32 2020 +0530

    Added background color
---
 app/src/main/res/layout/activity_main.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index d095c62..f41f9c8 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:background="@color/colorPrimary"
     tools:context=".MainActivity">
 
     <androidx.appcompat.widget.Toolbar





More information about the tor-commits mailing list