diff --git a/Source/Android/app/src/main/res/layout/card_game.xml b/Source/Android/app/src/main/res/layout/card_game.xml
index 84e0cf503b..fe807f2af1 100644
--- a/Source/Android/app/src/main/res/layout/card_game.xml
+++ b/Source/Android/app/src/main/res/layout/card_game.xml
@@ -1,57 +1,61 @@
-
+ android:clipToPadding="false"
+ android:focusable="true"
+ android:orientation="vertical"
+ android:paddingStart="4dp"
+ android:paddingTop="8dp"
+ android:paddingEnd="4dp"
+ android:transitionName="card_game"
+ tools:layout_width="160dp">
-
+ android:layout_height="159dp"
+ android:layout_gravity="center"
+ app:cardCornerRadius="4dp"
+ tools:layout_width="140dp">
+ tools:scaleType="centerCrop"
+ tools:src="@drawable/placeholder_screenshot" />
+
-
+
-
-
-
-
-
+
+