summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/res/layout/main.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 19:31:01 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 19:31:01 +0000
commit31cc3f73bea03fb0d8403ed7b5c7adda6c7c9c9a (patch)
treeea168b22586fd30e092554166b2c02654b59eed4 /branches/sca-java-1.x/samples/store-android/res/layout/main.xml
parentf4a9b26a985ae42074ce692e1ed60341061186e9 (diff)
[Work in progress] An Android store app consuming SCA services
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/store-android/res/layout/main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/store-android/res/layout/main.xml b/branches/sca-java-1.x/samples/store-android/res/layout/main.xml
new file mode 100644
index 0000000000..3a5f117d3c
--- /dev/null
+++ b/branches/sca-java-1.x/samples/store-android/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>