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: 9a99a2cda794ba1f8710c4285eb64f10f5874491 (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
61
62
63
64
65
66
<?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/img_whatsnew_car_navigation</item>
    <item>@drawable/img_whatsnew_cycle_navigation_improved</item>
    <item>@drawable/img_whatsnew_booking_improved</item>
  </integer-array>

  <string-array name="news_titles">
    <item>@string/whatsnew_car_navigation_header</item>
    <item>@string/whatsnew_cycle_navigation_2_header</item>
    <item>@string/whatsnew_booking_2_header</item>
  </string-array>

  <string-array name="news_messages_1">
    <item>@string/whatsnew_car_navigation_message</item>
    <item>@string/whatsnew_cycle_navigation_2_message</item>
    <item>@string/whatsnew_booking_2_message</item>
  </string-array>

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

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

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