summaryrefslogtreecommitdiff
path: root/res/layout/activity_game.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/activity_game.xml')
-rw-r--r--res/layout/activity_game.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/activity_game.xml b/res/layout/activity_game.xml
new file mode 100644
index 0000000..4de4334
--- /dev/null
+++ b/res/layout/activity_game.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context="org.neocities.autoart.ballbounce.NormalMode">
+
+ <org.neocities.autoart.ballbounce.CanvasView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/canvas"
+ android:background="#ffffff"
+ />
+
+
+</RelativeLayout>