aboutsummaryrefslogtreecommitdiff
path: root/res/layout/search_activity.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
commita45c1858d22622ef80253743c15c5a28760dbbae (patch)
tree75d1256944d553e8b4ec198ad9bf211e87b7f976 /res/layout/search_activity.xml
parentacbff20cc3eb148621e1ffed9b06d17a2a1f53ce (diff)
downloadsouthamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar
southamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar.gz
Major progress on implementing the new search stuff.
Diffstat (limited to 'res/layout/search_activity.xml')
-rw-r--r--res/layout/search_activity.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/layout/search_activity.xml b/res/layout/search_activity.xml
deleted file mode 100644
index 6e6bcd3..0000000
--- a/res/layout/search_activity.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center|top"
- android:orientation="vertical"
- android:theme="@android:style/Theme.NoTitleBar" >
-
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/findContentLayout"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <ProgressBar
- android:id="@+id/findLoadBar"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <ListView
- android:id="@+id/findListItems"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
- </ListView>
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file