diff options
author | PabloG02 <tioo23000@gmail.com> | 2023-06-01 17:51:40 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:06:07 +0200 |
commit | 1957b7e6cc3a3559e7f73b5d85bda711d87b9d96 (patch) | |
tree | ab05b323ad03f4475c49a4c0e42ffd52db8f5e91 /src | |
parent | Save the position of buttons as a percentage (diff) | |
download | yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.gz yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.bz2 yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.lz yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.xz yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.zst yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/res/layout/card_game.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/card_game.xml b/src/android/app/src/main/res/layout/card_game.xml index 469ad9edf..1f5de219b 100644 --- a/src/android/app/src/main/res/layout/card_game.xml +++ b/src/android/app/src/main/res/layout/card_game.xml @@ -38,7 +38,8 @@ <ImageView android:id="@+id/image_game_screen" android:layout_width="match_parent" - android:layout_height="match_parent" /> + android:layout_height="match_parent" + tools:src="@drawable/default_icon" /> </com.google.android.material.card.MaterialCardView> |