summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/scatours-android-ui/res
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-02 06:56:59 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-02 06:56:59 +0000
commit27dec0710cc7da2d2eda9b49178ca1334fc756d5 (patch)
treeb0e12db11cea63f1c01253bc49e34ee114780867 /sandbox/travelsample/scatours-android-ui/res
parent504c8e86cada492c4532aa09f145e87c344270c5 (diff)
Refactoring to follow the same package naming used in other modules + renaming main activity to become search activity and introducing search results view
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/scatours-android-ui/res')
-rw-r--r--sandbox/travelsample/scatours-android-ui/res/layout/search.xml (renamed from sandbox/travelsample/scatours-android-ui/res/layout/main.xml)0
-rw-r--r--sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml6
2 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/travelsample/scatours-android-ui/res/layout/main.xml b/sandbox/travelsample/scatours-android-ui/res/layout/search.xml
index cb7ae6acb6..cb7ae6acb6 100644
--- a/sandbox/travelsample/scatours-android-ui/res/layout/main.xml
+++ b/sandbox/travelsample/scatours-android-ui/res/layout/search.xml
diff --git a/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml b/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml
new file mode 100644
index 0000000000..fe20d9d7ce
--- /dev/null
+++ b/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+</LinearLayout>