From 1c223552953989ec55b2dec192fbf7edcc866042 Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 14 Oct 2021 19:43:36 +1030 Subject: [PATCH] [Android] Update layouts --- .../main/res/layout/preference_category.xml | 18 +++++++++++++++ .../main/res/layout/scan_roms_activity.xml | 14 +++++++---- .../src/main/res/layout/settings_activity.xml | 12 +++++----- .../src/main/res/layout/splash_activity.xml | 23 ++++++++++--------- 4 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 Android/app/src/main/res/layout/preference_category.xml diff --git a/Android/app/src/main/res/layout/preference_category.xml b/Android/app/src/main/res/layout/preference_category.xml new file mode 100644 index 000000000..41f37d8f3 --- /dev/null +++ b/Android/app/src/main/res/layout/preference_category.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/Android/app/src/main/res/layout/scan_roms_activity.xml b/Android/app/src/main/res/layout/scan_roms_activity.xml index bb76ea187..b86d34c3b 100644 --- a/Android/app/src/main/res/layout/scan_roms_activity.xml +++ b/Android/app/src/main/res/layout/scan_roms_activity.xml @@ -2,7 +2,8 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + android:orientation="vertical"> + android:padding="10dp" + android:textColor="@color/TextColor" + app:buttonTint="@color/TextColor" + /> + android:text="@android:string/cancel" + android:textColor="@color/ButtonTextColor" />