Browse Source

Add image to card_game.xml to preview in the Layout Editor

nce_cpp
PabloG02 3 years ago
committed by bunnei
parent
commit
09bbcceec6
  1. 3
      src/android/app/src/main/res/layout/card_game.xml

3
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>

Loading…
Cancel
Save