From ae38a6b5c6cb6c7d89b3237623a890e5101e282b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 10 Feb 2020 14:25:55 -0800 Subject: [PATCH 1/1] altosdroid: Change layout of idle mode dialog a bit Stick 'callsign:' label and callsign on same line. Save a bit of vertical space. Signed-off-by: Keith Packard --- .../app/src/main/res/layout/idle_mode.xml | 25 ++++++++++++------- .../app/src/main/res/values/strings.xml | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/altosdroid/app/src/main/res/layout/idle_mode.xml b/altosdroid/app/src/main/res/layout/idle_mode.xml index 11b5528b..adae80eb 100644 --- a/altosdroid/app/src/main/res/layout/idle_mode.xml +++ b/altosdroid/app/src/main/res/layout/idle_mode.xml @@ -23,15 +23,22 @@ android:layout_width="match_parent" android:layout_height="match_parent" > - - + + + + Idle Mode - Callsign + Callsign: Monitor Disconnect Reboot -- 2.30.2