diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-09 12:38:17 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-09 12:38:17 +0100 |
| commit | a2e3dedbe4e09c4299143110bf938956c74ffe6c (patch) | |
| tree | df3804c8d7f144628a8d659d74f1f72e1f4fda18 /res/layout/activity_main.xml | |
| parent | 312a9dcf702f662ffbbd96690bbc57b33af3445d (diff) | |
integrated working example
Diffstat (limited to 'res/layout/activity_main.xml')
| -rw-r--r-- | res/layout/activity_main.xml | 16 |
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> |
