From 8e2b12e1ea5c06d5204376830cb30de91be643f1 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 21 Oct 2019 15:10:39 +0200 Subject: GameDetailsDialog: Use labels instead of icons --- .../app/src/main/res/drawable-hdpi/ic_company.png | Bin 183 -> 0 bytes .../app/src/main/res/drawable-hdpi/ic_country.png | Bin 917 -> 0 bytes .../app/src/main/res/drawable-xhdpi/ic_company.png | Bin 136 -> 0 bytes .../app/src/main/res/drawable-xhdpi/ic_country.png | Bin 1220 -> 0 bytes .../src/main/res/drawable-xxhdpi/ic_company.png | Bin 196 -> 0 bytes .../src/main/res/drawable-xxhdpi/ic_country.png | Bin 1877 -> 0 bytes .../src/main/res/drawable-xxxhdpi/ic_company.png | Bin 142 -> 0 bytes .../src/main/res/drawable-xxxhdpi/ic_country.png | Bin 2537 -> 0 bytes .../src/main/res/layout/dialog_game_details.xml | 99 +++++++++++---------- Source/Android/app/src/main/res/values/strings.xml | 4 + 10 files changed, 58 insertions(+), 45 deletions(-) delete mode 100644 Source/Android/app/src/main/res/drawable-hdpi/ic_company.png delete mode 100644 Source/Android/app/src/main/res/drawable-hdpi/ic_country.png delete mode 100644 Source/Android/app/src/main/res/drawable-xhdpi/ic_company.png delete mode 100644 Source/Android/app/src/main/res/drawable-xhdpi/ic_country.png delete mode 100644 Source/Android/app/src/main/res/drawable-xxhdpi/ic_company.png delete mode 100644 Source/Android/app/src/main/res/drawable-xxhdpi/ic_country.png delete mode 100644 Source/Android/app/src/main/res/drawable-xxxhdpi/ic_company.png delete mode 100644 Source/Android/app/src/main/res/drawable-xxxhdpi/ic_country.png diff --git a/Source/Android/app/src/main/res/drawable-hdpi/ic_company.png b/Source/Android/app/src/main/res/drawable-hdpi/ic_company.png deleted file mode 100644 index 88e21de295..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-hdpi/ic_company.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-hdpi/ic_country.png b/Source/Android/app/src/main/res/drawable-hdpi/ic_country.png deleted file mode 100644 index 6e71c3a40f..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-hdpi/ic_country.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xhdpi/ic_company.png b/Source/Android/app/src/main/res/drawable-xhdpi/ic_company.png deleted file mode 100644 index 26b1ccfcf4..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xhdpi/ic_company.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xhdpi/ic_country.png b/Source/Android/app/src/main/res/drawable-xhdpi/ic_country.png deleted file mode 100644 index 5d500f5f04..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xhdpi/ic_country.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xxhdpi/ic_company.png b/Source/Android/app/src/main/res/drawable-xxhdpi/ic_company.png deleted file mode 100644 index ac4c2c70e8..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xxhdpi/ic_company.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xxhdpi/ic_country.png b/Source/Android/app/src/main/res/drawable-xxhdpi/ic_country.png deleted file mode 100644 index 077ae487a0..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xxhdpi/ic_country.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_company.png b/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_company.png deleted file mode 100644 index 6742ce771f..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_company.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_country.png b/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_country.png deleted file mode 100644 index 27c03a5232..0000000000 Binary files a/Source/Android/app/src/main/res/drawable-xxxhdpi/ic_country.png and /dev/null differ diff --git a/Source/Android/app/src/main/res/layout/dialog_game_details.xml b/Source/Android/app/src/main/res/layout/dialog_game_details.xml index bc88f4c59a..fc6b360320 100644 --- a/Source/Android/app/src/main/res/layout/dialog_game_details.xml +++ b/Source/Android/app/src/main/res/layout/dialog_game_details.xml @@ -51,87 +51,96 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/banner" /> - - + app:layout_constraintTop_toBottomOf="@id/label_country" /> - + app:layout_constraintTop_toBottomOf="@id/label_company" /> - + + + app:layout_constraintStart_toEndOf="@id/label_barrier" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBaseline_toBaselineOf="@id/label_country" /> + app:layout_constraintStart_toEndOf="@id/label_barrier" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBaseline_toBaselineOf="@id/label_company" /> + app:layout_constraintStart_toEndOf="@id/label_barrier" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBaseline_toBaselineOf="@id/label_game_id" /> + app:layout_constraintStart_toEndOf="@id/label_barrier" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBaseline_toBaselineOf="@id/label_revision" /> diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index c55de039a9..9cf77f7eba 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -284,6 +284,10 @@ Extension Bindings Junk Data Found The settings file for this game contains junk data created by an old version of Dolphin. Would you like to fix this by deleting the settings file for this game? All game-specific settings and cheats that you have added will be removed. This cannot be undone. + Country + Company + Game ID + Revision Take Screenshot -- cgit v1.2.3