aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-01 20:36:22 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-01 20:36:22 +0000
commit75dc55b83cf983872f3f84b8950da27738f46b3e (patch)
treeeb502cf963ce67a837477b1e04ec7c74aa20b57e /res
parent8e2005fa2650b142b89799249b07ea72bdbcc906 (diff)
downloadsouthamptonuniversitymap-75dc55b83cf983872f3f84b8950da27738f46b3e.tar
southamptonuniversitymap-75dc55b83cf983872f3f84b8950da27738f46b3e.tar.gz
Better toasts in the BusStopActivity, many other improvements.
Diffstat (limited to 'res')
-rw-r--r--res/layout/bus_activity.xml8
-rw-r--r--res/values/strings.xml4
2 files changed, 11 insertions, 1 deletions
diff --git a/res/layout/bus_activity.xml b/res/layout/bus_activity.xml
index f8bbe59..d8b26f6 100644
--- a/res/layout/bus_activity.xml
+++ b/res/layout/bus_activity.xml
@@ -14,11 +14,17 @@
<TextView
android:id="@+id/busActivityBusID"
- android:layout_width="wrap_content"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
+ <TextView
+ android:id="@+id/busActivityBusDestination"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/busActivityContentLayout"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 305eab8..da4a2cc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -134,4 +134,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<string name="buildingImageDescription">Image of the Building</string>
<string name="map_activity_toast_help_message">Double tap for more info</string>
+ <!-- Stop View Strings -->
+ <string name="stop_view_on_click_toast_help_message">Hold to view the bus schedule</string>
+ <string name="stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>
+
</resources> \ No newline at end of file