diff options
Diffstat (limited to 'Android/res/layout/activity_main.xml')
-rw-r--r-- | Android/res/layout/activity_main.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Android/res/layout/activity_main.xml b/Android/res/layout/activity_main.xml deleted file mode 100644 index 0b4ffcc..0000000 --- a/Android/res/layout/activity_main.xml +++ /dev/null @@ -1,14 +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" > - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerHorizontal="true" - android:layout_centerVertical="true" - android:text="@string/hello" - tools:context=".MainActivity" /> - -</RelativeLayout> |