aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-31 11:08:28 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-31 11:08:28 +0000
commitffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d (patch)
treed5241967b8c58e7e8d728c66737b0933249a4287 /res
parentfb831b1e33d4b988b97e95493336e076c7f799ab (diff)
downloadsouthamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar
southamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar.gz
Changed tile provider to MapQuest.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/about.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ef8d53d..ed72121 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -105,6 +105,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<string name="about_map_icons_summary">From the "Map Icons Collection"</string>
<string name="about_osm_map">Map</string>
<string name="about_osm_map_summary">Using the OSMDroid Library</string>
+ <string name="about_map_tiles">Map Tiles</string>
+ <string name="about_map_tiles_summary">Tiles Courtesy of MapQuest</string>
<string name="about_database">Database</string>
<string name="about_database_summary">Using the ORMLite library.</string>
<string name="about_donate">Donate</string>
diff --git a/res/xml/about.xml b/res/xml/about.xml
index 59f6cef..f938b88 100644
--- a/res/xml/about.xml
+++ b/res/xml/about.xml
@@ -45,6 +45,10 @@
android:summary="@string/about_osm_map_summary"
android:title="@string/about_osm_map" />
<Preference
+ android:key="about_map_tiles"
+ android:summary="@string/about_map_tiles_summary"
+ android:title="@string/about_map_tiles" />
+ <Preference
android:key="about_database"
android:summary="@string/about_database_summary"
android:title="@string/about_database" />