diff --git a/app/src/normal/res/layout/activity_main.xml b/app/src/normal/res/layout/activity_main.xml index a5046e16..d6ffd259 100644 --- a/app/src/normal/res/layout/activity_main.xml +++ b/app/src/normal/res/layout/activity_main.xml @@ -12,5 +12,6 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file + app:layout_constraintTop_toTopOf="parent" + tools:listitem="@layout/row_game" /> + diff --git a/app/src/normal/res/layout/row_game.xml b/app/src/normal/res/layout/row_game.xml new file mode 100644 index 00000000..473d1aba --- /dev/null +++ b/app/src/normal/res/layout/row_game.xml @@ -0,0 +1,32 @@ + + + + + + +