aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-07 22:22:02 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-07 22:22:02 +0000
commit8079c02095db7a90ecde6ee5cf66f1ecb56e51f2 (patch)
tree4ba40b97be6a11baaace5eebaee69644d7c38013 /res
parentbd182a85a91205bc19c92e8b1ac8d208caa286ad (diff)
downloadsouthamptonuniversitymap-8079c02095db7a90ecde6ee5cf66f1ecb56e51f2.tar
southamptonuniversitymap-8079c02095db7a90ecde6ee5cf66f1ecb56e51f2.tar.gz
More bug fixes, and commented out some of the more verbose debugging stuff.
Diffstat (limited to 'res')
-rw-r--r--res/layout/bus_specific_stop_view.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/bus_specific_stop_view.xml b/res/layout/bus_specific_stop_view.xml
index 8652d2d..85ee8a7 100644
--- a/res/layout/bus_specific_stop_view.xml
+++ b/res/layout/bus_specific_stop_view.xml
@@ -10,8 +10,7 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_toLeftOf="@+id/busSpecificStopViewRightContainer"
- android:singleLine="true"
- android:text="Name" />
+ android:singleLine="true" />
<LinearLayout
android:id="@+id/busSpecificStopViewRightContainer"
@@ -29,8 +28,7 @@
<TextView
android:id="@+id/busSpecificStopViewTime"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Time" />
+ android:layout_height="wrap_content" />
</LinearLayout>
</RelativeLayout> \ No newline at end of file