[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [snowflake-mobile/master] Add Snowflake logo to layout
commit d7df7f3cc57fb991a94433ddc1321375c960103c
Author: Hashik Donthineni <HashikDonthineni@xxxxxxxxx>
Date: Thu Aug 6 18:51:19 2020 +0530
Add Snowflake logo to layout
---
app/src/main/res/layout/fragment_main.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml
index abcbe12..ffae082 100644
--- a/app/src/main/res/layout/fragment_main.xml
+++ b/app/src/main/res/layout/fragment_main.xml
@@ -9,7 +9,7 @@
android:id="@+id/start_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_centerInParent="true"
+ android:layout_alignParentStart="true"
android:layout_marginStart="20dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="20dp"
@@ -20,6 +20,12 @@
android:textColor="@color/colorText"
android:textSize="20sp" />
+ <ImageView
+ android:layout_width="200dp"
+ android:layout_height="200dp"
+ android:layout_centerInParent="true"
+ android:src="@drawable/ic_status_on" />
+
<TextView
android:id="@+id/users_served"
android:layout_width="wrap_content"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits