From ff96598874103eb2141f01b8b9ace300dfd3ab45 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 29 Feb 2012 19:37:44 +0000 Subject: New Toast stuff, needs some work. --- res/layout/toast_view.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 res/layout/toast_view.xml (limited to 'res/layout/toast_view.xml') diff --git a/res/layout/toast_view.xml b/res/layout/toast_view.xml new file mode 100644 index 0000000..fab39b6 --- /dev/null +++ b/res/layout/toast_view.xml @@ -0,0 +1,7 @@ + + -- cgit v1.2.3 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 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'res/layout/toast_view.xml') 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 -- cgit v1.2.3 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/toast_view.xml') 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" > -- cgit v1.2.3