From b5424b06d16dcd9b1e151520c11ac80f8e99f630 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Mon, 30 Oct 2023 22:38:22 +0100 Subject: [PATCH] early-access version 3956 --- README.md | 2 +- .../app/src/main/res/layout/card_game.xml | 45 ++++++++----------- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index b905957b0..635b8c524 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3955. +This is the source code for early-access 3956. ## Legal Notice 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 1f5de219b..6340171ec 100755 --- a/src/android/app/src/main/res/layout/card_game.xml +++ b/src/android/app/src/main/res/layout/card_game.xml @@ -1,63 +1,54 @@ - + app:cardCornerRadius="4dp" + app:cardElevation="0dp"> - - - - - + app:layout_constraintTop_toTopOf="parent" + app:shapeAppearance="@style/ShapeAppearance.Material3.Corner.ExtraSmall" + tools:src="@drawable/default_icon" />