GameDetailsDialog: Use labels instead of icons
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 917 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 2.5 KiB |
|
@ -51,87 +51,96 @@
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/banner" />
|
app:layout_constraintTop_toBottomOf="@id/banner" />
|
||||||
|
|
||||||
<ImageView
|
<TextView
|
||||||
android:id="@+id/icon_country"
|
android:id="@+id/label_country"
|
||||||
android:layout_width="48dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="24dp"
|
android:layout_marginTop="24dp"
|
||||||
android:padding="6dp"
|
android:gravity="start"
|
||||||
android:src="@drawable/ic_country"
|
android:text="@string/game_details_country"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/divider" />
|
app:layout_constraintTop_toBottomOf="@id/divider" />
|
||||||
|
|
||||||
<ImageView
|
<TextView
|
||||||
android:id="@+id/icon_company"
|
android:id="@+id/label_company"
|
||||||
android:layout_width="48dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="24dp"
|
android:layout_marginTop="24dp"
|
||||||
android:padding="6dp"
|
android:gravity="start"
|
||||||
android:src="@drawable/ic_company"
|
android:text="@string/game_details_company"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/icon_country" />
|
app:layout_constraintTop_toBottomOf="@id/label_country" />
|
||||||
|
|
||||||
<ImageView
|
<TextView
|
||||||
android:id="@+id/icon_game_id"
|
android:id="@+id/label_game_id"
|
||||||
android:layout_width="48dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="24dp"
|
android:layout_marginTop="24dp"
|
||||||
android:padding="6dp"
|
android:gravity="start"
|
||||||
|
android:text="@string/game_details_game_id"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/icon_company" />
|
app:layout_constraintTop_toBottomOf="@id/label_company" />
|
||||||
|
|
||||||
<ImageView
|
<TextView
|
||||||
android:id="@+id/icon_revision"
|
android:id="@+id/label_revision"
|
||||||
android:layout_width="48dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="24dp"
|
android:layout_marginTop="24dp"
|
||||||
android:padding="6dp"
|
android:gravity="start"
|
||||||
|
android:text="@string/game_details_revision"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/icon_game_id"
|
app:layout_constraintTop_toBottomOf="@id/label_game_id"
|
||||||
app:layout_constraintBottom_toBottomOf="parent" />
|
app:layout_constraintBottom_toBottomOf="parent" />
|
||||||
|
|
||||||
|
<androidx.constraintlayout.widget.Barrier
|
||||||
|
android:id="@+id/label_barrier"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
app:barrierDirection="end"
|
||||||
|
app:constraint_referenced_ids="label_country,label_company,label_game_id,label_revision" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_country"
|
android:id="@+id/text_country"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="end"
|
||||||
tools:text="United States"
|
tools:text="United States"
|
||||||
app:layout_constraintStart_toEndOf="@id/icon_country"
|
app:layout_constraintStart_toEndOf="@id/label_barrier"
|
||||||
app:layout_constraintTop_toTopOf="@id/icon_country"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/icon_country" />
|
app:layout_constraintBaseline_toBaselineOf="@id/label_country" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_company"
|
android:id="@+id/text_company"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="end"
|
||||||
tools:text="Nintendo"
|
tools:text="Nintendo"
|
||||||
app:layout_constraintStart_toEndOf="@id/icon_company"
|
app:layout_constraintStart_toEndOf="@id/label_barrier"
|
||||||
app:layout_constraintTop_toTopOf="@id/icon_company"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/icon_company" />
|
app:layout_constraintBaseline_toBaselineOf="@id/label_company" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_game_id"
|
android:id="@+id/text_game_id"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="end"
|
||||||
tools:text="SOME01"
|
tools:text="SOME01"
|
||||||
app:layout_constraintStart_toEndOf="@id/icon_game_id"
|
app:layout_constraintStart_toEndOf="@id/label_barrier"
|
||||||
app:layout_constraintTop_toTopOf="@id/icon_game_id"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/icon_game_id" />
|
app:layout_constraintBaseline_toBaselineOf="@id/label_game_id" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_revision"
|
android:id="@+id/text_revision"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="end"
|
||||||
tools:text="0"
|
tools:text="0"
|
||||||
app:layout_constraintStart_toEndOf="@id/icon_revision"
|
app:layout_constraintStart_toEndOf="@id/label_barrier"
|
||||||
app:layout_constraintTop_toTopOf="@id/icon_revision"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/icon_revision" />
|
app:layout_constraintBaseline_toBaselineOf="@id/label_revision" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
|
@ -284,6 +284,10 @@
|
||||||
<string name="preferences_extensions">Extension Bindings</string>
|
<string name="preferences_extensions">Extension Bindings</string>
|
||||||
<string name="game_ini_junk_title">Junk Data Found</string>
|
<string name="game_ini_junk_title">Junk Data Found</string>
|
||||||
<string name="game_ini_junk_question">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.</string>
|
<string name="game_ini_junk_question">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.</string>
|
||||||
|
<string name="game_details_country">Country</string>
|
||||||
|
<string name="game_details_company">Company</string>
|
||||||
|
<string name="game_details_game_id">Game ID</string>
|
||||||
|
<string name="game_details_revision">Revision</string>
|
||||||
|
|
||||||
<!-- Emulation Menu -->
|
<!-- Emulation Menu -->
|
||||||
<string name="emulation_screenshot">Take Screenshot</string>
|
<string name="emulation_screenshot">Take Screenshot</string>
|
||||||
|
|