diff --git a/Source/Android/app/src/main/res/drawable-anydpi/ic_back.xml b/Source/Android/app/src/main/res/drawable-anydpi/ic_back.xml
new file mode 100644
index 0000000000..e15be555e1
--- /dev/null
+++ b/Source/Android/app/src/main/res/drawable-anydpi/ic_back.xml
@@ -0,0 +1,12 @@
+
+
+
diff --git a/Source/Android/app/src/main/res/drawable-hdpi/ic_back.png b/Source/Android/app/src/main/res/drawable-hdpi/ic_back.png
new file mode 100644
index 0000000000..dd4ead3bf4
Binary files /dev/null and b/Source/Android/app/src/main/res/drawable-hdpi/ic_back.png differ
diff --git a/Source/Android/app/src/main/res/drawable-mdpi/ic_back.png b/Source/Android/app/src/main/res/drawable-mdpi/ic_back.png
new file mode 100644
index 0000000000..c0848a19a4
Binary files /dev/null and b/Source/Android/app/src/main/res/drawable-mdpi/ic_back.png differ
diff --git a/Source/Android/app/src/main/res/drawable-xhdpi/ic_back.png b/Source/Android/app/src/main/res/drawable-xhdpi/ic_back.png
new file mode 100644
index 0000000000..0bd2469c1c
Binary files /dev/null and b/Source/Android/app/src/main/res/drawable-xhdpi/ic_back.png differ
diff --git a/Source/Android/app/src/main/res/drawable-xxhdpi/ic_back.png b/Source/Android/app/src/main/res/drawable-xxhdpi/ic_back.png
new file mode 100644
index 0000000000..8316057723
Binary files /dev/null and b/Source/Android/app/src/main/res/drawable-xxhdpi/ic_back.png differ
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 777a597e0c..84e0cf503b 100644
--- a/Source/Android/app/src/main/res/layout/card_game.xml
+++ b/Source/Android/app/src/main/res/layout/card_game.xml
@@ -1,13 +1,15 @@
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ tools:layout_width="160dp"
+ android:layout_height="249dp"
+ android:transitionName="card_game"
+ android:focusable="true"
+ android:clickable="true"
+ android:foreground="?android:attr/selectableItemBackground"
+ app:cardCornerRadius="8dp">
+ tools:listitem="@layout/card_game"
+ android:paddingTop="8dp"/>
diff --git a/Source/Android/app/src/main/res/values/styles.xml b/Source/Android/app/src/main/res/values/styles.xml
index faa9fcf033..161afa826f 100644
--- a/Source/Android/app/src/main/res/values/styles.xml
+++ b/Source/Android/app/src/main/res/values/styles.xml
@@ -2,7 +2,7 @@
-
-
-
-
-
-