aboutsummaryrefslogtreecommitdiff
path: root/res/layout/find_activity.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-14 01:01:14 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-14 01:01:14 +0000
commit5bac2465e7ee4e136ebec0b65f8e52ef8b4df232 (patch)
tree1ccd78f3152c19de6c7f14861b1a7d2d7ae92efa /res/layout/find_activity.xml
parent93c8cd480ea46d49dd7ad1ba9515443797a4a8c1 (diff)
parent19e189ef9ed67f382fea00e48f997ce8e979f030 (diff)
downloadsouthamptonuniversitymap-5bac2465e7ee4e136ebec0b65f8e52ef8b4df232.tar
southamptonuniversitymap-5bac2465e7ee4e136ebec0b65f8e52ef8b4df232.tar.gz
Merge branch 'dev'
Diffstat (limited to 'res/layout/find_activity.xml')
-rw-r--r--res/layout/find_activity.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/res/layout/find_activity.xml b/res/layout/find_activity.xml
deleted file mode 100644
index 6b19c67..0000000
--- a/res/layout/find_activity.xml
+++ /dev/null
@@ -1,36 +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" >
-
- <EditText
- android:id="@+id/searchBar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:inputType="textNoSuggestions" />
-
- <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