Welcome to mirror list, hosted at ThFree Co, Russian Federation.

arrays.xml « values « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cea1ba55445aef883d94806c97c8660055d0a36 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<resources>

  <!-- First start screen -->
  <integer-array name="first_start_images">
    <item>@drawable/img_first_start_offline</item>
    <item>@drawable/img_first_start_navigation</item>
  </integer-array>

  <string-array name="first_start_titles">
    <item>@string/onboarding_offline_navigation_title</item>
    <item>@string/onboarding_offline_maps_title</item>
  </string-array>

  <string-array name="first_start_subtitles">
    <item>@string/onboarding_offline_navigation_message</item>
    <item>@string/onboarding_offline_maps_message</item>
  </string-array>

  <string-array name="first_start_switch_titles">
    <item/>
    <item/>
  </string-array>

  <string-array name="first_start_switch_subtitles">
    <item/>
    <item/>
  </string-array>

  <!-- What's new -->
  <integer-array name="news_images">
    <item>@drawable/ic_img_whatsnew_route_profile</item>
    <item>@drawable/ic_img_whatsnew_booking_improve</item>
  </integer-array>

  <string-array name="news_titles">
    <item>@string/whats_new_route_profile_title</item>
    <item>@string/whats_new_booking_improve_title</item>
  </string-array>

  <string-array name="news_messages_1">
    <item>@string/whats_new_route_profile_message</item>
    <item>@string/whats_new_booking_improve_message</item>
  </string-array>

  <string-array name="news_messages_2">
    <item/>
    <item/>
  </string-array>

  <string-array name="news_switch_titles">
    <item/>
    <item/>
  </string-array>

  <string-array name="news_switch_subtitles">
    <item/>
    <item/>
  </string-array>
</resources>