From 17ab48f10cc7cc56c7234695b2372445cb6adf6d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 1 Feb 2012 12:50:21 +0000 Subject: Added a icon for xhdpi, and fixed up some hardcoded strings. --- res/drawable-xhdpi/icon.png | Bin 0 -> 7507 bytes res/values/strings.xml | 8 +++++++- res/xml/preferences.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 res/drawable-xhdpi/icon.png (limited to 'res') diff --git a/res/drawable-xhdpi/icon.png b/res/drawable-xhdpi/icon.png new file mode 100644 index 0000000..88c4f63 Binary files /dev/null and b/res/drawable-xhdpi/icon.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 033a6a9..948c10e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,7 +18,7 @@ About Favourites - + You can drag the map to move it, you can use pinch motions to zoom in and out, this can also be done with the buttons at the bottom of the screen. Taping the building markers will show you there full name, and tapping the bus stop markers will show the live times at that stop. Presing and holding a marker, will add the item to the favourites list. The Find screen allows you to search for buildings, bus stops and sites. You can search by description and id. If your location is known, the results will be sorted by distance from your current location. You can disable and enable the apps use of live bus times and gps positioning from the preferences screen. @@ -47,6 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Preferences No Favourite\'s. To add a building or bus stop to the favourites list, just press and hold it on the map. + U1 U1N @@ -71,10 +72,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Other + Positioning + GPS GPS Enabled GPS Disabled Bus Times + Live Bus Times Live Bus Times Enabled Live Bus Times Disabled Expand the items below to learn more about each feature of the application. @@ -84,6 +88,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Previous Next Refresh + + About Version 0.2.1 (alpha) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 51f176c..8aec00c 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -8,7 +8,7 @@ android:key="GPSEnabled" android:summaryOff="@string/preferences_gps_disabled" android:summaryOn="@string/preferences_gps_enabled" - android:title="GPS" /> + android:title="@string/preferences_gps" /> + android:title="@string/preferences_live_bus_times" /> \ No newline at end of file -- cgit v1.2.3