From fc2b0ff3aefea51227894804cbcde97d55b79f30 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 1 Mar 2012 10:34:16 +0000 Subject: Better toasts implemented. --- res/layout/toast_view.xml | 28 +++++++++++++++++++++++----- res/values/strings.xml | 2 +- 2 files changed, 24 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout/toast_view.xml b/res/layout/toast_view.xml index fab39b6..6431e6b 100644 --- a/res/layout/toast_view.xml +++ b/res/layout/toast_view.xml @@ -1,7 +1,25 @@ - + android:gravity="center_horizontal" + android:orientation="vertical" + android:padding="10dp" > + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 3b57955..34ee0c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -132,6 +132,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Donate Make a personal donation to the developer through Bitcoin. Image of the Building - Double tap the map icons for more info + Double tap for more info \ No newline at end of file -- cgit v1.2.3