laforge submitted this change.
layout/main.xml: save some screen space
Let's save some screen space by putting the buttons and the copyright
notice closer together.
Related: OS#6367
Change-Id: Ia565729b2726d6f361d17c0312c16a98a73c2b5c
---
M app/src/main/res/layout/main.xml
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 9d6f5b3..de2beb5 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -80,7 +80,7 @@
android:text="8002" />
<Button
- android:layout_marginTop="40dp"
+ android:layout_marginTop="30dp"
android:id="@+id/btnConnect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -102,7 +102,7 @@
android:text="exit" />
<TextView
- android:layout_marginTop="40dp"
+ android:layout_marginTop="30dp"
android:id="@+id/lblInfo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
To view, visit change 38903. To unsubscribe, or for help writing mail filters, visit settings.