summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/scatours-android-ui/res
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/scatours-android-ui/res')
-rw-r--r--sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml b/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml
index fe20d9d7ce..1af13900a3 100644
--- a/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml
+++ b/sandbox/travelsample/scatours-android-ui/res/layout/search_results.xml
@@ -1,6 +1,13 @@
<?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 xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView android:text="Available Packages"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+ <ListView android:id="@+id/listPackages"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
</LinearLayout>