summaryrefslogtreecommitdiff
path: root/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'activity_main.xml')
-rw-r--r--activity_main.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/activity_main.xml b/activity_main.xml
new file mode 100644
index 0000000..5bbe817
--- /dev/null
+++ b/activity_main.xml
@@ -0,0 +1,13 @@
+<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" >
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:text="@string/hello_msg"
+ tools:context=".MainActivity" />
+</RelativeLayout>