Commit c6a84bce authored by chris.crook's avatar chris.crook

> basic navigation wip done

parent e1c71f2f
......@@ -11,6 +11,12 @@
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/textView4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Admin Main Menu" />
<Button
android:id="@+id/button5"
android:layout_width="match_parent"
......
......@@ -11,6 +11,12 @@
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/textView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Register user" />
<Button
android:id="@+id/button3"
android:layout_width="match_parent"
......
......@@ -11,6 +11,12 @@
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/textView3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Main Menu" />
<Button
android:id="@+id/button4"
android:layout_width="match_parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment