summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
blob: 901e231929c3058cb5223130e75e9d049e855c99 (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
<?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_debug">Toggle debug mode</string>

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

    <string name="compass_desc">Map compass. Click to reset the map rotation to North.</string>

    <string-array name="style_list">
        <item>Mapbox Streets</item>
        <item>Emerald</item>
        <item>Light</item>
        <item>Dark</item>
    </string-array>

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

</resources>