summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/activity_main.xml')
-rw-r--r--Defogger/res/layout/activity_main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Defogger/res/layout/activity_main.xml b/Defogger/res/layout/activity_main.xml
new file mode 100644
index 0000000..8ed4cd4
--- /dev/null
+++ b/Defogger/res/layout/activity_main.xml
@@ -0,0 +1,12 @@
+<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>