aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/Android/res/layout
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2013-09-10 16:33:13 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-03-12 16:49:30 +0000
commit4514e67c1d001d40171508f450a0aacba3e57c84 (patch)
tree51d9f4a8bae710edc7bd7638f56c5f39cf59a375 /phonegap/Android/res/layout
parent87017d5197a623f642b0267ddd44f4d6c70bf751 (diff)
Remove the phonegap directory
Diffstat (limited to 'phonegap/Android/res/layout')
-rw-r--r--phonegap/Android/res/layout/activity_main.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/phonegap/Android/res/layout/activity_main.xml b/phonegap/Android/res/layout/activity_main.xml
deleted file mode 100644
index 0b4ffccc1..000000000
--- a/phonegap/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>