aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-01 22:02:02 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-01 22:02:02 +0000
commit91a53f56aef2ed1bbbe1ae1d183136522624acec (patch)
tree29a7738227dbcc28c60ef4ae676ad54c87f57502 /res
parent75dc55b83cf983872f3f84b8950da27738f46b3e (diff)
downloadsouthamptonuniversitymap-91a53f56aef2ed1bbbe1ae1d183136522624acec.tar
southamptonuniversitymap-91a53f56aef2ed1bbbe1ae1d183136522624acec.tar.gz
Transparent toasts, and more improvemens.
Diffstat (limited to 'res')
-rw-r--r--res/layout/toast_view.xml2
-rw-r--r--res/values/strings.xml14
2 files changed, 12 insertions, 4 deletions
diff --git a/res/layout/toast_view.xml b/res/layout/toast_view.xml
index 6431e6b..51d7561 100644
--- a/res/layout/toast_view.xml
+++ b/res/layout/toast_view.xml
@@ -3,7 +3,7 @@
android:id="@+id/toastViewLinearLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="#000000"
+ android:background="#F01D1D1D"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="10dp" >
diff --git a/res/values/strings.xml b/res/values/strings.xml
index da4a2cc..05ed277 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -134,8 +134,16 @@ 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>
+ <!-- Bus Stop Specific Stop View Strings -->
+ <string name="bus_stop_stop_view_on_click_toast_help_message">Hold to view the bus schedule</string>
+ <string name="bus_stop_stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>
+
+ <!-- Bus Specific Stop View Strings -->
+ <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop</string>
+ <string name="bus_stop_view_on_click_toast_unidentified_message">Arrival prediction not available for timetabled buses</string>
+
+ <!-- Bus Activity -->
+ <string name="bus_activity_destination_label">Destination:\u0020</string>
+ <string name="bus_activity_no_destination_message">No given destination</string>
</resources> \ No newline at end of file