Improve background color and layout

This commit is contained in:
Aaron Culliney 2019-10-31 17:33:41 -07:00
parent d6e21fd967
commit 57d1e95cce
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/black"
android:baselineAligned="false"
android:orientation="vertical">
@ -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" />
<RadioButton
@ -37,6 +38,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="40dp"
android:layout_marginLeft="40dp"
android:text="@string/disk_read_only" />
<RadioButton

View File

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/black"
android:baselineAligned="false"
android:orientation="vertical">
@ -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" />
<RadioButton