dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/android-apdu-proxy/+/38903?usp=email )
Change subject: layout/main.xml: save some screen space
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/android-apdu-proxy refs/changes/03/38903/1
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
https://gerrit.osmocom.org/c/android-apdu-proxy/+/38903?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: Ia565729b2726d6f361d17c0312c16a98a73c2b5c
Gerrit-Change-Number: 38903
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>