diff options
Diffstat (limited to 'app/src/main/res/layout/activity_game.xml')
| -rw-r--r-- | app/src/main/res/layout/activity_game.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_game.xml b/app/src/main/res/layout/activity_game.xml new file mode 100644 index 0000000..794c96e --- /dev/null +++ b/app/src/main/res/layout/activity_game.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<space.jakob.mines.GameView + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" android:id="@+id/view" + android:layout_width="fill_parent" + android:layout_height="fill_parent"/> |