summaryrefslogtreecommitdiff
path: root/res/layout/activity_main.xml
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-09 12:38:17 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-09 12:38:17 +0100
commita2e3dedbe4e09c4299143110bf938956c74ffe6c (patch)
treedf3804c8d7f144628a8d659d74f1f72e1f4fda18 /res/layout/activity_main.xml
parent312a9dcf702f662ffbbd96690bbc57b33af3445d (diff)
integrated working example
Diffstat (limited to 'res/layout/activity_main.xml')
-rw-r--r--res/layout/activity_main.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml
deleted file mode 100644
index 168c9b8..0000000
--- a/res/layout/activity_main.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<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"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- tools:context=".MainActivity" >
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/hello_world" />
-
-</RelativeLayout>