diff --git a/src/pandroid/app/src/main/res/layout/holder_game.xml b/src/pandroid/app/src/main/res/layout/holder_game.xml
index b2d46d1b..fd14573f 100644
--- a/src/pandroid/app/src/main/res/layout/holder_game.xml
+++ b/src/pandroid/app/src/main/res/layout/holder_game.xml
@@ -4,13 +4,17 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:foreground="@drawable/rounded_selectable_item_background"
+ android:focusable="true"
android:orientation="vertical"
android:padding="15dp">
-
+ android:layout_margin="10dp"
+ app:shapeAppearance="?attr/shapeAppearanceCornerLarge">
-
+
-
\ No newline at end of file
+