mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-28 17:03:38 +00:00
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
12 lines
504 B
XML
12 lines
504 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animation-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_traffic_download_1"
|
|
android:duration="@integer/anim_traffic_loading_item"/>
|
|
|
|
<item android:drawable="@drawable/ic_traffic_download_2"
|
|
android:duration="@integer/anim_traffic_loading_item"/>
|
|
|
|
<item android:drawable="@drawable/ic_traffic_download_3"
|
|
android:duration="@integer/anim_traffic_loading_item"/>
|
|
</animation-list>
|