diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-29 19:37:44 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-29 19:37:44 +0000 |
commit | ff96598874103eb2141f01b8b9ace300dfd3ab45 (patch) | |
tree | 6be99c7ab481a863ff521102178738eecfbd50ee /res | |
parent | 5f2b8712079aeb5b7cee476b06b36013edac4fb3 (diff) | |
download | southamptonuniversitymap-ff96598874103eb2141f01b8b9ace300dfd3ab45.tar southamptonuniversitymap-ff96598874103eb2141f01b8b9ace300dfd3ab45.tar.gz |
New Toast stuff, needs some work.
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/toast_view.xml | 7 | ||||
-rw-r--r-- | res/values/strings.xml | 1 |
2 files changed, 8 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" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index f3850a3..3b57955 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -132,5 +132,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <string name="about_donate">Donate</string> <string name="about_donate_summary">Make a personal donation to the developer through Bitcoin.</string> <string name="buildingImageDescription">Image of the Building</string> + <string name="map_activity_toast_help_message">Double tap the map icons for more info</string> </resources>
\ No newline at end of file |