summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
blob: 765f4d1962ff4dc1a3b908fa66e5b9f7fd4c85de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Mapbox GL</string>

    <string name="action_gps">Toggle GPS location</string>
    <string name="action_location_none">Disable tracking</string>
    <string name="action_location_follow">Use follow tracking mode</string>
    <string name="action_location_bearing">Use bearing tracking mode tracking</string>
    <string name="action_compass">Toggle compass</string>
    <string name="action_debug">Toggle debug mode</string>
    <string name="action_point_annotations">Toggle point annotations</string>
    <string name="action_second_map_activity">Launch 2nd Map</string>

    <string name="label_fps">FPS:</string>

    <string name="styleMapboxStreets">Mapbox Streets</string>
    <string name="styleEmerald">Emerald</string>
    <string name="styleLight">Light</string>
    <string name="styleDark">Dark</string>
    <string name="styleSatellite">Satellite</string>

    <string name="styleURLMapboxStreets">asset://styles/streets-v8.json</string>
    <string name="styleURLEmerald">asset://styles/emerald-v8.json</string>
    <string name="styleURLLight">asset://styles/light-v8.json</string>
    <string name="styleURLDark">asset://styles/dark-v8.json</string>
    <string name="styleURLSatellite">asset://styles/satellite-v8.json</string>

    <string-array name="outdoors_class_list">
        <item>Day</item>
        <item>Night</item>
    </string-array>

</resources>