From 57d1e95cce5818214561f441db5e66c9e396fb06 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Thu, 31 Oct 2019 17:33:41 -0700 Subject: [PATCH] Improve background color and layout --- Android/app/src/main/res/layout/a2disk_confirmation.xml | 5 ++++- Android/app/src/main/res/layout/a2reset_confirmation.xml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Android/app/src/main/res/layout/a2disk_confirmation.xml b/Android/app/src/main/res/layout/a2disk_confirmation.xml index 78c43458..7f41a31f 100644 --- a/Android/app/src/main/res/layout/a2disk_confirmation.xml +++ b/Android/app/src/main/res/layout/a2disk_confirmation.xml @@ -2,7 +2,6 @@ @@ -16,6 +15,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginStart="40dp" + android:layout_marginLeft="40dp" android:text="@string/diskA" /> @@ -16,6 +15,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginStart="40dp" + android:layout_marginLeft="40dp" android:text="@string/reboot" />