diff options
| author | 2023-06-01 17:51:40 +0200 | |
|---|---|---|
| committer | 2023-06-03 00:06:07 -0700 | |
| commit | 1957b7e6cc3a3559e7f73b5d85bda711d87b9d96 (patch) | |
| tree | ab05b323ad03f4475c49a4c0e42ffd52db8f5e91 /src/android | |
| parent | Save the position of buttons as a percentage (diff) | |
| download | yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.gz yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.tar.xz yuzu-1957b7e6cc3a3559e7f73b5d85bda711d87b9d96.zip | |
Add image to card_game.xml to preview in the Layout Editor
Diffstat (limited to 'src/android')
| -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 @@ | |||
| 38 | <ImageView | 38 | <ImageView |
| 39 | android:id="@+id/image_game_screen" | 39 | android:id="@+id/image_game_screen" |
| 40 | android:layout_width="match_parent" | 40 | android:layout_width="match_parent" |
| 41 | android:layout_height="match_parent" /> | 41 | android:layout_height="match_parent" |
| 42 | tools:src="@drawable/default_icon" /> | ||
| 42 | 43 | ||
| 43 | </com.google.android.material.card.MaterialCardView> | 44 | </com.google.android.material.card.MaterialCardView> |
| 44 | 45 | ||