diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
| commit | f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3 (patch) | |
| tree | 811888e38c42b8101095cfc166a5c37f6b8c1ebe /tests/res/layout | |
| parent | 853d0fecf124a3278f4ae41f8e905e7b87b782b9 (diff) | |
| download | cgeo-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.xml | 12 |
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> |
