diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 11:08:28 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 11:08:28 +0000 |
commit | ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d (patch) | |
tree | d5241967b8c58e7e8d728c66737b0933249a4287 /res | |
parent | fb831b1e33d4b988b97e95493336e076c7f799ab (diff) | |
download | southamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar southamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar.gz |
Changed tile provider to MapQuest.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 | ||||
-rw-r--r-- | res/xml/about.xml | 4 |
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" /> |