mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
GameDetailsDialog: Fix banner placeholder
This commit is contained in:
parent
ec91674d07
commit
4f1511043c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
android:layout_below="@+id/text_description"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
tools:src="@drawable/placeholder_banner"/>
|
||||
tools:src="@drawable/no_banner"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_game_title"
|
||||
|
|
Loading…
Add table
Reference in a new issue