-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstrings.xml
27 lines (27 loc) · 1.15 KB
/
strings.xml
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
<resources>
<!-- App values -->
<string name="app_name">Mobile Maps with Jawg</string>
<!-- Get your access-token on the Lab https://www.jawg.io/access-tokens -->
<string name="jawg_access_token">YOUR_ACCESS_TOKEN</string>
<!-- styles -->
<string-array name="jawg_styles">
<item>jawg-streets</item>
<item>jawg-lagoon</item>
<item>jawg-terrain</item>
<item>jawg-sunny</item>
<item>jawg-dark</item>
<item>jawg-light</item>
</string-array>
<!-- languages -->
<string-array name="jawg_languages">
<item>en</item>
<item>de</item>
<item>es</item>
<item>fr</item>
<item>it</item>
<item>nl</item>
<item>zh</item>
</string-array>
<!-- description -->
<string name="jawg_description">This App contains some examples of what you can build with Jawg Maps.\n\nThe possibilities are infinite but you can navigate below through some basic features and see how they are (very easily) implemented.\n\nTo get more information about Jawg Maps, please refer to <a href="https://www.jawg.io/docs">https://www.jawg.io/docs</a>.</string>
</resources>