aboutsummaryrefslogtreecommitdiff
path: root/res/layout/bustimes.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-24 20:47:11 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-24 20:47:11 +0000
commit6e971428e780adc781c3d8146168590dabec7ada (patch)
treeb5aef6f58d70206ae38a66603aed11b395e3d0b9 /res/layout/bustimes.xml
parent2aa944a3a12dfbed81392538e7516c050c01a098 (diff)
downloadsouthamptonuniversitymap-6e971428e780adc781c3d8146168590dabec7ada.tar
southamptonuniversitymap-6e971428e780adc781c3d8146168590dabec7ada.tar.gz
Added a BuildingActivity, with a photo, and am begining to use rdf data :)
Diffstat (limited to 'res/layout/bustimes.xml')
-rw-r--r--res/layout/bustimes.xml137
1 files changed, 0 insertions, 137 deletions
diff --git a/res/layout/bustimes.xml b/res/layout/bustimes.xml
deleted file mode 100644
index 24200c6..0000000
--- a/res/layout/bustimes.xml
+++ /dev/null
@@ -1,137 +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" >
-
- <TextView
- android:id="@+id/busStopName"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <LinearLayout
- android:id="@+id/linearLayout1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <CheckBox
- android:id="@+id/radio_u1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/u1_radio_button"
- android:button="@drawable/empty"
- android:checked="true"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="@string/U1"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFFFFF" />
-
- <CheckBox
- android:id="@+id/radio_u1n"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/u1n_radio_button"
- android:button="@drawable/empty"
- android:checked="true"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="@string/U1N"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFFFFF" />
-
- <CheckBox
- android:id="@+id/radio_u2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/u2_radio_button"
- android:button="@drawable/empty"
- android:checked="true"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="@string/U2"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFFFFF" />
-
- <CheckBox
- android:id="@+id/radio_u6"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/u6_radio_button"
- android:button="@drawable/empty"
- android:checked="true"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="@string/U6"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFFFFF" />
-
- <CheckBox
- android:id="@+id/radio_u9"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/u9_radio_button"
- android:button="@drawable/empty"
- android:checked="true"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:text="@string/U9"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#FFFFFF" />
-
- <CheckBox
- android:id="@+id/favouriteCheckBox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/bustimes_favourite_checkbox_label" />
-
- <TextView
- android:id="@+id/busStopID"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingLeft="5dp"
- android:paddingRight="5dp"
- android:textAppearance="?android:attr/textAppearanceSmall" />
- </LinearLayout>
-
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/busTimeContentLayout"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/busStopMessage"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text=""
- android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <ListView
- android:id="@+id/busStopTimes"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
- </ListView>
-
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/centerLoadBar"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <ProgressBar
- android:id="@+id/busStopLoadBar"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- </LinearLayout>
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file