From 6e971428e780adc781c3d8146168590dabec7ada Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 24 Feb 2012 20:47:11 +0000 Subject: Added a BuildingActivity, with a photo, and am begining to use rdf data :) --- res/layout/building_activity.xml | 39 +++++++++++ res/layout/bus_stop_activity.xml | 137 +++++++++++++++++++++++++++++++++++++++ res/layout/bustimes.xml | 137 --------------------------------------- 3 files changed, 176 insertions(+), 137 deletions(-) create mode 100644 res/layout/building_activity.xml create mode 100644 res/layout/bus_stop_activity.xml delete mode 100644 res/layout/bustimes.xml (limited to 'res') diff --git a/res/layout/building_activity.xml b/res/layout/building_activity.xml new file mode 100644 index 0000000..4a465ee --- /dev/null +++ b/res/layout/building_activity.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/bus_stop_activity.xml b/res/layout/bus_stop_activity.xml new file mode 100644 index 0000000..24200c6 --- /dev/null +++ b/res/layout/bus_stop_activity.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3