Files
comaps/android/app/src/main/res/values/arrays.xml
Konstantin Pastbin e3e4a1985a Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run:
  git remote add om-historic [om-historic.git repo url]
  git fetch --tags om-historic
  git replace squashed-history historic-commits
2025-05-08 21:10:51 +07:00

26 lines
965 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer-array name="route_stop_icons">
<item>@drawable/route_point_01</item>
<item>@drawable/route_point_02</item>
<item>@drawable/route_point_03</item>
<item>@drawable/route_point_04</item>
<item>@drawable/route_point_05</item>
<item>@drawable/route_point_06</item>
<item>@drawable/route_point_07</item>
<item>@drawable/route_point_08</item>
<item>@drawable/route_point_09</item>
<item>@drawable/route_point_10</item>
<item>@drawable/route_point_11</item>
<item>@drawable/route_point_12</item>
<item>@drawable/route_point_13</item>
<item>@drawable/route_point_14</item>
<item>@drawable/route_point_15</item>
<item>@drawable/route_point_16</item>
<item>@drawable/route_point_17</item>
<item>@drawable/route_point_18</item>
<item>@drawable/route_point_19</item>
<item>@drawable/route_point_20</item>
</integer-array>
</resources>