From 91a53f56aef2ed1bbbe1ae1d183136522624acec Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 1 Mar 2012 22:02:02 +0000 Subject: Transparent toasts, and more improvemens. --- res/layout/toast_view.xml | 2 +- res/values/strings.xml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'res') 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.< Image of the Building Double tap for more info - - Hold to view the bus schedule - Bus schedules not available for unidentified buses + + Hold to view the bus schedule + Bus schedules not available for unidentified buses + + + Hold to view the bus stop + Arrival prediction not available for timetabled buses + + + Destination:\u0020 + No given destination \ No newline at end of file -- cgit v1.2.3