diff options
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 |