aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res/layout
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-09-16 14:28:47 +0200
committerSamuel Tardieu <sam@rfc1149.net>2011-09-16 14:28:47 +0200
commitf76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3 (patch)
tree811888e38c42b8101095cfc166a5c37f6b8c1ebe /tests/res/layout
parent853d0fecf124a3278f4ae41f8e905e7b87b782b9 (diff)
downloadcgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.zip
cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.gz
cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.bz2
Reorganize tests to include them in the main repository
Diffstat (limited to 'tests/res/layout')
-rw-r--r--tests/res/layout/main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/res/layout/main.xml b/tests/res/layout/main.xml
new file mode 100644
index 0000000..3a5f117
--- /dev/null
+++ b/tests/res/layout/main.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+<TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/hello"
+ />
+</LinearLayout>