aboutsummaryrefslogtreecommitdiff
path: root/res/layout/toast_view.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-29 19:37:44 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-29 19:37:44 +0000
commitff96598874103eb2141f01b8b9ace300dfd3ab45 (patch)
tree6be99c7ab481a863ff521102178738eecfbd50ee /res/layout/toast_view.xml
parent5f2b8712079aeb5b7cee476b06b36013edac4fb3 (diff)
downloadsouthamptonuniversitymap-ff96598874103eb2141f01b8b9ace300dfd3ab45.tar
southamptonuniversitymap-ff96598874103eb2141f01b8b9ace300dfd3ab45.tar.gz
New Toast stuff, needs some work.
Diffstat (limited to 'res/layout/toast_view.xml')
-rw-r--r--res/layout/toast_view.xml7
1 files changed, 7 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:background="#000000"
+ android:gravity="center_vertical|center_horizontal"
+ android:padding="10dp" />