mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 13:27:57 +00:00
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
This commit is contained in:
56
android/app/src/main/res/drawable/anim_spinner_pending.xml
Normal file
56
android/app/src/main/res/drawable/anim_spinner_pending.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_spinner_pending_1_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_2_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_3_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_4_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_5_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_6_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_7_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_8_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_9_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_10_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_11_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_12_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_13_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_14_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_15_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_16_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_17_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_spinner_pending_18_night"
|
||||
android:duration="@integer/anim_spinner_pending_item"/>
|
||||
</animation-list>
|
||||
11
android/app/src/main/res/drawable/anim_traffic_loading.xml
Normal file
11
android/app/src/main/res/drawable/anim_traffic_loading.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?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_night_1"
|
||||
android:duration="@integer/anim_traffic_loading_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_traffic_download_night_2"
|
||||
android:duration="@integer/anim_traffic_loading_item"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_traffic_download_night_3"
|
||||
android:duration="@integer/anim_traffic_loading_item"/>
|
||||
</animation-list>
|
||||
7
android/app/src/main/res/drawable/bg_altitude.xml
Normal file
7
android/app/src/main/res/drawable/bg_altitude.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/margin_half_plus_eight" />
|
||||
<solid android:color="@color/white_secondary" />
|
||||
</shape>
|
||||
7
android/app/src/main/res/drawable/bg_altitude_night.xml
Normal file
7
android/app/src/main/res/drawable/bg_altitude_night.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/margin_half_plus_eight" />
|
||||
<solid android:color="@color/black_secondary" />
|
||||
</shape>
|
||||
15
android/app/src/main/res/drawable/bg_clickable_card.xml
Normal file
15
android/app/src/main/res/drawable/bg_clickable_card.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?colorControlHighlight">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="?cardBackground" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/mask">
|
||||
<shape>
|
||||
<solid android:color="@android:color/white" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards_night"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/bg_nav_next_turn.xml
Normal file
6
android/app/src/main/res/drawable/bg_nav_next_turn.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/base_accent"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/base_accent_night"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
10
android/app/src/main/res/drawable/bg_point_desc.xml
Normal file
10
android/app/src/main/res/drawable/bg_point_desc.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white_primary"/>
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/margin_quarter"
|
||||
android:bottomRightRadius="@dimen/margin_quarter"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
10
android/app/src/main/res/drawable/bg_point_desc_night.xml
Normal file
10
android/app/src/main/res/drawable/bg_point_desc_night.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/black_primary"/>
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/margin_quarter"
|
||||
android:bottomRightRadius="@dimen/margin_quarter"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/bg_rounded_rect.xml
Normal file
6
android/app/src/main/res/drawable/bg_rounded_rect.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/black_4"/>
|
||||
<corners android:radius="@dimen/margin_quarter"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white_4"/>
|
||||
<corners android:radius="@dimen/margin_quarter"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_panel"/>
|
||||
<corners android:radius="100dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_panel_night"/>
|
||||
<corners android:radius="100dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/bg_panel"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/bg_panel_night"/>
|
||||
</shape>
|
||||
4
android/app/src/main/res/drawable/bg_transparent.xml
Normal file
4
android/app/src/main/res/drawable/bg_transparent.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/margin_half_plus_eight" />
|
||||
<solid android:color="@color/white_primary" />
|
||||
</shape>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/margin_half_plus_eight" />
|
||||
<solid android:color="@color/black_primary" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#fff" />
|
||||
<corners android:radius="2dp" />
|
||||
<size android:width="24dp" android:height="4dp" />
|
||||
</shape>
|
||||
10
android/app/src/main/res/drawable/button.xml
Normal file
10
android/app/src/main/res/drawable/button.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?attr/colorBtnHighlight">
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@android:color/white"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
7
android/app/src/main/res/drawable/button_accent.xml
Normal file
7
android/app/src/main/res/drawable/button_accent.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?attr/colorBtnHighlight">
|
||||
<item android:drawable="@drawable/ripple_mask"/>
|
||||
<item android:drawable="@drawable/button_accent_internal"/>
|
||||
</ripple>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent_disabled"/>
|
||||
<corners android:radius="@dimen/button_small_corner_radius"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent_disabled_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/button_accent_pressed"
|
||||
android:state_pressed="true"/>
|
||||
<item android:drawable="@drawable/button_accent_normal"
|
||||
android:state_enabled="true"/>
|
||||
<item android:drawable="@drawable/button_accent_disabled"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?attr/colorBtnHighlight">
|
||||
<item android:drawable="@drawable/ripple_mask"/>
|
||||
<item android:drawable="@drawable/button_accent_night_internal"/>
|
||||
</ripple>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/button_accent_pressed_night"
|
||||
android:state_pressed="true"/>
|
||||
<item android:drawable="@drawable/button_accent_normal_night"
|
||||
android:state_enabled="true"/>
|
||||
<item android:drawable="@drawable/button_accent_disabled_night"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent"/>
|
||||
<corners android:radius="@dimen/button_small_corner_radius"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent_pressed"/>
|
||||
<corners android:radius="@dimen/button_small_corner_radius"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_accent_pressed_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/button_disabled.xml
Normal file
6
android/app/src/main/res/drawable/button_disabled.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_disabled"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_disabled_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
11
android/app/src/main/res/drawable/button_editor_light.xml
Normal file
11
android/app/src/main/res/drawable/button_editor_light.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/bg_editor_light_pressed">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/bg_editor_light"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
10
android/app/src/main/res/drawable/button_night.xml
Normal file
10
android/app/src/main/res/drawable/button_night.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/button_pressed_night">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/button_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
6
android/app/src/main/res/drawable/button_normal.xml
Normal file
6
android/app/src/main/res/drawable/button_normal.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/button_pressed.xml
Normal file
6
android/app/src/main/res/drawable/button_pressed.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_pressed"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_pressed_night"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
10
android/app/src/main/res/drawable/button_red.xml
Normal file
10
android/app/src/main/res/drawable/button_red.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/button_pressed">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/button_red"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_red_disabled"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/button_red_normal.xml
Normal file
6
android/app/src/main/res/drawable/button_red_normal.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_red"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
6
android/app/src/main/res/drawable/button_red_pressed.xml
Normal file
6
android/app/src/main/res/drawable/button_red_pressed.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/button_red_pressed"/>
|
||||
<corners android:radius="2dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/visibility_selector"
|
||||
android:insetLeft="12dp" />
|
||||
6
android/app/src/main/res/drawable/counter.xml
Normal file
6
android/app/src/main/res/drawable/counter.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="12dp"/>
|
||||
<solid android:color="@color/base_red"/>
|
||||
</shape>
|
||||
7
android/app/src/main/res/drawable/cursor_drawable.xml
Normal file
7
android/app/src/main/res/drawable/cursor_drawable.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<size android:width="1dp"/>
|
||||
<solid android:color="@android:color/white"/>
|
||||
|
||||
</shape>
|
||||
4
android/app/src/main/res/drawable/dark_red.xml
Normal file
4
android/app/src/main/res/drawable/dark_red.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/dark_red"/>
|
||||
</shape>
|
||||
5
android/app/src/main/res/drawable/divider_base.xml
Normal file
5
android/app/src/main/res/drawable/divider_base.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="@drawable/divider_shape" />
|
||||
</layer-list>
|
||||
6
android/app/src/main/res/drawable/divider_shape.xml
Normal file
6
android/app/src/main/res/drawable/divider_shape.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="?attr/dividerHorizontal" />
|
||||
<size android:height="@dimen/divider_height" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="@dimen/margin_base"
|
||||
android:height="@dimen/margin_base"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="@dimen/margin_half"
|
||||
android:height="@dimen/margin_half"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="@dimen/margin_half_plus_eight"
|
||||
android:height="@dimen/margin_half_plus_eight"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="@dimen/margin_quarter"
|
||||
android:height="@dimen/margin_quarter"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
8
android/app/src/main/res/drawable/dot_divider.xml
Normal file
8
android/app/src/main/res/drawable/dot_divider.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="4dp"
|
||||
android:height="4dp"/>
|
||||
|
||||
<solid android:color="@color/black_38"/>
|
||||
</shape>
|
||||
8
android/app/src/main/res/drawable/dot_divider_night.xml
Normal file
8
android/app/src/main/res/drawable/dot_divider_night.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="4dp"
|
||||
android:height="4dp"/>
|
||||
|
||||
<solid android:color="@color/white_lightest"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false">
|
||||
<shape android:shape="oval">
|
||||
<size
|
||||
android:width="@dimen/elevation_profile_difficulty_dot_size"
|
||||
android:height="@dimen/elevation_profile_difficulty_dot_size" />
|
||||
<solid android:color="@color/black_12" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="true">
|
||||
<shape android:shape="oval">
|
||||
<size
|
||||
android:width="@dimen/elevation_profile_difficulty_dot_size"
|
||||
android:height="@dimen/elevation_profile_difficulty_dot_size" />
|
||||
<solid android:color="@color/elevation_profile_dot_enabled" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
11
android/app/src/main/res/drawable/downloader_failed.xml
Normal file
11
android/app/src/main/res/drawable/downloader_failed.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/base_red"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:drawable="@drawable/ic_downloader_retry"/>
|
||||
</layer-list>
|
||||
11
android/app/src/main/res/drawable/downloader_update.xml
Normal file
11
android/app/src/main/res/drawable/downloader_update.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/base_yellow"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:drawable="@drawable/ic_downloader_update"/>
|
||||
</layer-list>
|
||||
9
android/app/src/main/res/drawable/ic_add_list.xml
Normal file
9
android/app/src/main/res/drawable/ic_add_list.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M19,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z" />
|
||||
</vector>
|
||||
9
android/app/src/main/res/drawable/ic_address.xml
Normal file
9
android/app/src/main/res/drawable/ic_address.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12,2c-3.87,0 -7,3.13 -7,7 0,5.25 7,13 7,13 0,0 7,-7.75 7,-13 0,-3.87 -3.13,-7 -7,-7ZM12,11.5c-1.38,0 -2.5,-1.12 -2.5,-2.5 0,-1.38 1.12,-2.5 2.5,-2.5 1.38,0 2.5,1.12 2.5,2.5 0,1.38 -1.12,2.5 -2.5,2.5Z"
|
||||
android:fillColor="#FFF"/>
|
||||
</vector>
|
||||
10
android/app/src/main/res/drawable/ic_arrow_down.xml
Normal file
10
android/app/src/main/res/drawable/ic_arrow_down.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?iconTint">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M7,10l5,5 5,-5z" />
|
||||
</vector>
|
||||
10
android/app/src/main/res/drawable/ic_ascent.xml
Normal file
10
android/app/src/main/res/drawable/ic_ascent.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M10.9896,7.0369C11.2704,6.577 11.2474,5.9931 10.9314,5.5557C10.6153,5.1183 10.068,4.9128 9.5429,5.0345L3.3769,6.4634C2.6571,6.6302 2.2097,7.3491 2.3776,8.0692C2.5456,8.7892 3.2653,9.2377 3.9851,9.0709L7.0422,8.3625L2.1959,16.3014C1.8111,16.9318 2.0107,17.7557 2.6417,18.1415C3.2728,18.5273 4.0964,18.329 4.4812,17.6986L10.9896,7.0369ZM15.229,6.9892C14.7095,6.1212 13.4518,6.1212 12.9323,6.9892L6.3573,17.9743C5.8234,18.8664 6.4661,19.9999 7.5057,19.9999H20.6556C21.6952,19.9999 22.3379,18.8664 21.8039,17.9743L15.229,6.9892Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
12
android/app/src/main/res/drawable/ic_atm_white.xml
Normal file
12
android/app/src/main/res/drawable/ic_atm_white.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48"
|
||||
android:width="48dp"
|
||||
android:height="48dp">
|
||||
<path
|
||||
android:pathData="M39.2 8.8h-30.4c-2.0957 0 -3.8 1.7043 -3.8 3.8v22.8c0 2.0957 1.7043 3.8 3.8 3.8h30.4c2.0957 0 3.8 -1.7043 3.8 -3.8v-22.8c0 -2.0957 -1.7043 -3.8 -3.8 -3.8zm-30.4 3.8h30.4v3.8h-30.4zm0 22.8v-11.4h30.402l0.0019 11.4z"
|
||||
android:fillColor="#FFFFFF" />
|
||||
<path
|
||||
android:pathData="M12.6 27.8H24V31.6H12.6V27.8Z"
|
||||
android:fillColor="#FFFFFF" />
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bank.xml
Normal file
15
android/app/src/main/res/drawable/ic_bank.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M11.5,1l-9.5,5v2h19v-2m-5,4v7h3v-7m-17,12h19v-3h-19m8,-9v7h3v-7m-9,0v7h3v-7h-3Z" />
|
||||
</group>
|
||||
</vector>
|
||||
27
android/app/src/main/res/drawable/ic_bookmark_animals.xml
Normal file
27
android/app/src/main/res/drawable/ic_bookmark_animals.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M4.5,9.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M9,5.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M15,5.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M19.5,9.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M17.34,14.86c-0.87,-1.02 -1.6,-1.89 -2.48,-2.91 -0.46,-0.54 -1.05,-1.08 -1.75,-1.32 -0.11,-0.04 -0.22,-0.07 -0.33,-0.09 -0.25,-0.04 -0.52,-0.04 -0.78,-0.04 -0.26,0 -0.53,0 -0.79,0.05 -0.11,0.02 -0.22,0.05 -0.33,0.09 -0.7,0.24 -1.28,0.78 -1.75,1.32 -0.87,1.02 -1.6,1.89 -2.48,2.91 -1.31,1.31 -2.92,2.76 -2.62,4.79 0.29,1.02 1.02,2.03 2.33,2.32 0.73,0.15 3.06,-0.44 5.54,-0.44h0.18c2.48,0 4.81,0.58 5.54,0.44 1.31,-0.29 2.04,-1.31 2.33,-2.32 0.31,-2.04 -1.3,-3.49 -2.61,-4.8Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_bar.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_bar.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M8.64,12.96l0,-5.76l-3.84,0l0,3.84c0,0.53 0.1875,0.9825 0.5625,1.3575 0.375,0.375 0.8275,0.5625 1.3575,0.5625ZM24.0001,19.68l0,2.88l-17.28,0l0,-2.88l1.92,-2.88l-1.92,0c-1.59,0 -2.9475,-0.5625 -4.0725,-1.6875 -1.125,-1.125 -1.6875,-2.4825 -1.6875,-4.0725l0,-4.8l-0.96,-0.96 0.48,-1.92l7.2,0l0.48,-1.92l14.4,0l0.48,2.88 -0.96,0.48l0,12Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_buddhism.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_buddhism.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M11,2V3C9.27,3.2 7.69,3.9 6.4,4.94L5.64,4.18L4.22,5.6L5,6.35C3.9,7.68 3.21,9.3 3,11H2V13H3C3.21,14.68 3.9,16.26 5,17.56L4.22,18.32L5.64,19.74L6.39,19C7.71,20.07 9.3,20.77 11,21V22H13V21C14.69,20.77 16.29,20.07 17.6,19L18.36,19.74L19.78,18.32L19,17.57C20.1,16.27 20.79,14.68 21,13H22V11H21C20.79,9.3 20.1,7.69 19,6.36L19.78,5.6L18.36,4.18L17.61,4.94C16.29,3.87 14.69,3.2 13,3V2H11M11,5V8L10,8.5L7.81,6.35C8.72,5.67 9.81,5.17 11,5M13,5C14.16,5.18 15.26,5.64 16.2,6.35L14,8.5L13,8V5M6.4,7.76L8.5,10L8,11H5C5.16,9.84 5.7,8.7 6.39,7.75L6.4,7.76M17.6,7.76C18.33,8.71 18.81,9.82 19,11H16L15.5,10L17.61,7.76H17.6M12,10C13.12,10 14,10.88 14,12C14,13.12 13.12,14 12,14C10.88,14 10,13.12 10,12C10,10.88 10.88,10 12,10M5,13H8L8.57,14L6.39,16.15C5.67,15.24 5.19,14.16 5,13V13M16,13H19C18.81,14.15 18.33,15.24 17.61,16.16L15.5,14L16,13M10,15.5L11,16V19C9.83,18.8 8.73,18.31 7.8,17.57L10,15.5M14,15.5L16.19,17.57C15.28,18.25 14.19,18.83 13,19V16L14,15.5Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_building.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_building.xml
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M19.5,6l-4.5,0l0,-4.5c0,-0.8283 -0.6717,-1.5 -1.5,-1.5l-3,0c-0.8283,0 -1.5,0.6717 -1.5,1.5l0,4.5l-4.5,0c-0.8283,0 -1.5,0.6717 -1.5,1.5l0,3c0,0.8283 0.6717,1.5 1.5,1.5l4.5,0l0,10.5c0,0.8283 0.6717,1.5 1.5,1.5l3,0c0.8283,0 1.5,-0.6717 1.5,-1.5l0,-10.5l4.5,0c0.8283,0 1.5,-0.6717 1.5,-1.5l0,-3c0,-0.8283 -0.6717,-1.5 -1.5,-1.5Z" />
|
||||
</group>
|
||||
</vector>
|
||||
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M18,3v2h-2v-2h-8v2h-2v-2h-2v18h2v-2h2v2h8v-2h2v2h2v-18h-2ZM8,17h-2v-2h2v2ZM8,13h-2v-2h2v2ZM8,9h-2v-2h2v2ZM18,17h-2v-2h2v2ZM18,13h-2v-2h2v2ZM18,9h-2v-2h2v2Z" />
|
||||
</group>
|
||||
</vector>
|
||||
18
android/app/src/main/res/drawable/ic_bookmark_food.xml
Normal file
18
android/app/src/main/res/drawable/ic_bookmark_food.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M11.217,0.426c-0.036,-0.246 -0.247,-0.426 -0.494,-0.426 -0.005,0 -0.011,0 -0.017,0 -0.254,0.008 -0.461,0.205 -0.481,0.458l-0.438,5.252c-0.027,0.324 -0.602,0.324 -0.629,0l-0.438,-5.252c-0.02,-0.259 -0.237,-0.458 -0.497,-0.458 -0.26,0 -0.477,0.199 -0.498,0.458l-0.438,5.252c-0.027,0.324 -0.602,0.324 -0.629,0l-0.438,-5.252c-0.021,-0.253 -0.228,-0.45 -0.481,-0.458 -0.006,0 -0.012,0 -0.017,0 -0.247,0 -0.458,0.18 -0.494,0.426l-0.907,6.05c-0.267,1.773 0.695,3.469 2.317,4.176l-0.772,10.82c-0.046,0.651 0.182,1.298 0.627,1.776 0.445,0.478 1.075,0.752 1.728,0.752h0.004c0.653,0 1.283,-0.274 1.728,-0.752 0.445,-0.478 0.673,-1.125 0.627,-1.776l-0.772,-10.82c1.622,-0.707 2.584,-2.403 2.317,-4.176l-0.908,-6.05Z" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M19.511,0.092c-0.132,-0.094 -0.302,-0.116 -0.455,-0.063 -0.043,0.015 -4.333,1.591 -4.333,6.471 0,3.513 1.143,5.287 1.786,6.007l-0.64,0.64c-0.082,0.082 -0.133,0.189 -0.144,0.304l-0.791,7.911c-0.068,0.673 0.153,1.347 0.607,1.849 0.454,0.502 1.105,0.789 1.782,0.789 1.323,0 2.4,-1.077 2.4,-2.4v-21.1c0,-0.163 -0.079,-0.314 -0.212,-0.408Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_gas.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_gas.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M19.77,7.23l0.01,-0.01 -3.72,-3.72 -1.06,1.06 2.11,2.11c-0.94,0.36 -1.61,1.26 -1.61,2.33 0,1.38 1.12,2.5 2.5,2.5 0.36,0 0.69,-0.08 1,-0.21v7.21c0,0.55 -0.45,1 -1,1 -0.55,0 -1,-0.45 -1,-1v-4.5c0,-1.1 -0.9,-2 -2,-2h-1v-7c0,-1.1 -0.9,-2 -2,-2h-6c-1.1,0 -2,0.9 -2,2v16h10v-7.5h1.5v5c0,1.38 1.12,2.5 2.5,2.5 1.38,0 2.5,-1.12 2.5,-2.5v-9.5c0,-0.69 -0.28,-1.32 -0.73,-1.77ZM12,10h-6v-5h6v5ZM18,10c-0.55,0 -1,-0.45 -1,-1 0,-0.55 0.45,-1 1,-1 0.55,0 1,0.45 1,1 0,0.55 -0.45,1 -1,1Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_hotel.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_hotel.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M7,13c1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3 -1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3ZM19,7h-8v7h-8v-9h-2v15h2v-3h18v3h2v-9c0,-2.21 -1.79,-4 -4,-4Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_islam.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_islam.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M12.3,2C12.2,2 12.1,2 12,2A10,10 0,0 0,2 12A10,10 0,0 0,12 22C15,22 16.7,21 18.5,19.5C13,21 8,17 8,12C8,7 13,3 18.5,4.5C16.86,2.86 14.62,1.96 12.3,2M16.8,6.2L15.3,9.7L11.6,10L14.5,12.5L13.6,16L16.8,14L20,16L19,12.5L22,10L18.3,9.7L16.8,6.2Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_judaism.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_judaism.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M12,2L9.1,7H3.3L6.3,12L3.3,17H9.1L12,22L14.9,17H20.7L17.7,12L20.7,7H14.9L12,2M12,5L13.2,7H10.8L12,5M8.2,8.5L7.1,10.5L5.9,8.5H8.2M10,8.5H14L16,12L14,15.5H10L8,12L10,8.5M18,8.5L16.8,10.5L15.7,8.5H18M7.1,13.5L8.2,15.5H6L7.1,13.5M16.9,13.5L18.1,15.5H15.8L16.9,13.5M13.3,17L12,19L10.8,17H13.3Z" />
|
||||
</group>
|
||||
</vector>
|
||||
16
android/app/src/main/res/drawable/ic_bookmark_medicine.xml
Normal file
16
android/app/src/main/res/drawable/ic_bookmark_medicine.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16,8h3.7778c1.2273,0 2.2222,0.814 2.2222,1.8182v4.3636c0,1.0042 -0.9949,1.8182 -2.2222,1.8182h-3.7778v3.7778c0,1.2273 -0.814,2.2222 -1.8182,2.2222h-4.3636c-1.0042,0 -1.8182,-0.9949 -1.8182,-2.2222v-3.7778h-3.7778c-1.2273,0 -2.2222,-0.814 -2.2222,-1.8182v-4.3636c0,-1.0042 0.9949,-1.8182 2.2222,-1.8182h3.7778v-3.7778c0,-1.2273 0.814,-2.2222 1.8182,-2.2222h4.3636c1.0042,0 1.8182,0.9949 1.8182,2.2222v3.7778ZM14,10v-6h-4v6h-6v4h6v6h4v-6h6v-4h-6Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_money.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_money.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M23.3334,10.6667l-1.2292,0c-0.3667,-0.8333 -0.9,-1.5708 -1.5583,-2.1875l0.7875,-3.1458l-1.3333,0c-1.225,0 -2.3083,0.5625 -3.0417,1.4292 -0.3167,-0.0458 -0.6292,-0.0958 -0.9583,-0.0958l-5.3333,0c-3.225,0 -5.9125,2.2917 -6.5333,5.3333l-1.8,0c-0.6167,0 -1.1042,-0.5625 -0.9792,-1.2 0.0917,-0.475 0.5375,-0.8 1.0208,-0.8l0.0417,0c0.1375,0 0.25,-0.1125 0.25,-0.25l0,-0.8333c0,-0.1375 -0.1125,-0.25 -0.25,-0.25 -1.1875,0 -2.2458,0.85 -2.3958,2.025 -0.1833,1.425 0.925,2.6417 2.3125,2.6417l1.6667,0c0,2.175 1.0583,4.0875 2.6667,5.3042l0,3.3625c0,0.3667 0.3,0.6667 0.6667,0.6667l2.6667,0c0.3667,0 0.6667,-0.3 0.6667,-0.6667l0,-2l5.3333,0l0,2c0,0.3667 0.3,0.6667 0.6667,0.6667l2.6667,0c0.3667,0 0.6667,-0.3 0.6667,-0.6667l0,-3.3625c0.4917,-0.3708 0.9292,-0.8083 1.3042,-1.3042l2.0292,0c0.3667,0 0.6667,-0.3 0.6667,-0.6667l0,-5.3333c0,-0.3667 -0.3,-0.6667 -0.6667,-0.6667ZM18,13.3333c-0.3667,0 -0.6667,-0.3 -0.6667,-0.6667 0,-0.3667 0.3,-0.6667 0.6667,-0.6667 0.3667,0 0.6667,0.3 0.6667,0.6667 0,0.3667 -0.3,0.6667 -0.6667,0.6667ZM10.6667,5.3333l5.3333,0c0.225,0 0.4458,0.0167 0.6625,0.0333 0,-0.0125 0.0042,-0.0208 0.0042,-0.0333 0,-2.2083 -1.7917,-4 -4,-4 -2.2083,0 -4,1.7917 -4,4 0,0.0875 0.0208,0.1708 0.025,0.2583 0.6333,-0.1625 1.2917,-0.2583 1.975,-0.2583Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_mountain.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_mountain.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M23.8095,19.7513l-10.8,-16.8c-0.2209,-0.3435 -0.6011,-0.5513 -1.0095,-0.5513 -0.4084,0 -0.7886,0.2078 -1.0095,0.5513l-10.8,16.8 -0,0c-0.2374,0.3693 -0.2542,0.8387 -0.0439,1.224l-0,-0c0.2105,0.3852 0.6144,0.6248 1.0534,0.6248l21.6,0c0.4391,0 0.843,-0.2396 1.0534,-0.6251l-0,0c0.2104,-0.3852 0.1935,-0.8545 -0.0439,-1.2236ZM12,5.8193l3.2021,4.9808l-3.2021,0l-2.4,2.4 -1.4273,-1.4273 3.8273,-5.9535Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_museum.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_museum.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24.001dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24.001">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M21.949,19.6845l-1,-3c-0.136,-0.408 -0.518,-0.684 -0.949,-0.684h-1v-7h1c0.552,0 1,-0.448 1,-1v-2c0,-0.417 -0.259,-0.79 -0.649,-0.937l-8,-3c-0.227,-0.085 -0.476,-0.085 -0.702,0l-8,3c-0.39,0.147 -0.649,0.521 -0.649,0.937v2c0,0.552 0.448,1 1,1h1v7h-1c-0.431,0 -0.813,0.276 -0.949,0.684l-1,3c-0.102,0.305 -0.05,0.641 0.138,0.902 0.188,0.261 0.49,0.414 0.811,0.414h18c0.321,0 0.623,-0.154 0.811,-0.415 0.188,-0.261 0.24,-0.596 0.138,-0.901ZM17,16.0005h-2v-7h2v7ZM13,9.0005v7h-2v-7h2ZM5,6.6945l7,-2.625 7,2.625v0.306h-14v-0.306ZM7,9.0005h2v7h-2v-7ZM4.388,19.0005l0.333,-1h14.559l0.333,1h-15.225Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_none.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_none.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M24,9.4255c0,0.2115 -0.125,0.4423 -0.375,0.6923l-5.2356,5.1058 1.2404,7.2115c0.0096,0.0673 0.0144,0.1635 0.0144,0.2885 0,0.2019 -0.0505,0.3726 -0.1514,0.512 -0.101,0.1394 -0.2476,0.2091 -0.4399,0.2091 -0.1827,0 -0.375,-0.0577 -0.5769,-0.1731l-6.476,-3.4038 -6.476,3.4038c-0.2115,0.1154 -0.4038,0.1731 -0.5769,0.1731 -0.2019,0 -0.3534,-0.0697 -0.4543,-0.2091 -0.101,-0.1394 -0.1514,-0.3101 -0.1514,-0.512 0,-0.0577 0.0096,-0.1538 0.0288,-0.2885l1.2404,-7.2115 -5.25,-5.1058c-0.2404,-0.2596 -0.3606,-0.4904 -0.3606,-0.6923 0,-0.3558 0.2692,-0.5769 0.8077,-0.6635l7.2404,-1.0529 3.2452,-6.5625c0.1827,-0.3942 0.4183,-0.5913 0.7067,-0.5913 0.2885,0 0.524,0.1971 0.7067,0.5913l3.2452,6.5625 7.2404,1.0529c0.5385,0.0865 0.8077,0.3077 0.8077,0.6635Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_park.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_park.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M11,21v-4.2561c-0.4692,0.1659 -0.974,0.2561 -1.5,0.2561 -2.4853,0 -4.5,-2.0147 -4.5,-4.5 0,-1.2654 0.5223,-2.4088 1.363,-3.2264 -0.2336,-0.5442 -0.363,-1.1438 -0.363,-1.7736 0,-2.4853 2.0147,-4.5 4.5,-4.5 1.5627,0 2.9393,0.7965 3.7461,2.0058 0.0841,-0.0038 0.1688,-0.0058 0.2539,-0.0058 3.0376,0 5.5,2.4624 5.5,5.5 0,3.0376 -2.4624,5.5 -5.5,5.5 -0.52,0 -1.0232,-0.0722 -1.5,-0.207v5.207h-2Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_parking.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_parking.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M13,3h-7v18h4v-6h3c3.31,0 6,-2.69 6,-6 0,-3.31 -2.69,-6 -6,-6ZM13.2,11h-3.2v-4h3.2c1.1,0 2,0.9 2,2 0,1.1 -0.9,2 -2,2Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_shop.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_shop.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M17.21,9l-4.38,-6.56c-0.19,-0.28 -0.51,-0.42 -0.83,-0.42 -0.32,0 -0.64,0.14 -0.83,0.43l-4.38,6.55h-4.79c-0.55,0 -1,0.45 -1,1 0,0.09 0.01,0.18 0.04,0.27l2.54,9.27c0.23,0.84 1,1.46 1.92,1.46h13c0.92,0 1.69,-0.62 1.93,-1.46l2.54,-9.27 0.03,-0.27c0,-0.55 -0.45,-1 -1,-1h-4.79ZM9,9l3,-4.4 3,4.4h-6ZM12,17c-1.1,0 -2,-0.9 -2,-2 0,-1.1 0.9,-2 2,-2 1.1,0 2,0.9 2,2 0,1.1 -0.9,2 -2,2Z" />
|
||||
</group>
|
||||
</vector>
|
||||
21
android/app/src/main/res/drawable/ic_bookmark_sights.xml
Normal file
21
android/app/src/main/res/drawable/ic_bookmark_sights.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M12,14m-3.2,0a3.2,3.2 0,1 1,6.4 0a3.2,3.2 0,1 1,-6.4 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M16,3.33c2.58,0 4.67,2.09 4.67,4.67h1.33c0,-3.31 -2.69,-6 -6,-6v1.33m0,2.67c1.11,0 2,0.89 2,2h1.33c0,-1.84 -1.49,-3.33 -3.33,-3.33v1.33" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M17,9c0,-1.11 -0.89,-2 -2,-2v-3h-6l-1.83,2h-3.17c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2v-11h-5ZM12,19c-2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_sport.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_sport.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M13.49,5.48c1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2 -1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2ZM9.89,19.38l1,-4.4 2.1,2v6h2v-7.5l-2.1,-2 0.6,-3c1.3,1.5 3.3,2.5 5.5,2.5v-2c-1.9,0 -3.5,-1 -4.3,-2.4l-1,-1.6c-0.4,-0.6 -1,-1 -1.7,-1 -0.3,0 -0.5,0.1 -0.8,0.1l-5.2,2.2v4.7h2v-3.4l1.8,-0.7 -1.6,8.1 -4.9,-1 -0.4,2 7,1.4Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_swim.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_swim.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M7.1104,14.0468c0.1328,0.1223 0.5726,0.3533 1.2896,0.3533 0.717,0 1.1573,-0.231 1.2896,-0.3533 0.6008,-0.5539 1.2938,-0.8468 2.0048,-0.8468l0.6112,0c0.711,0 1.4044,0.2929 2.0048,0.8468 0.1328,0.1223 0.5726,0.3533 1.2896,0.3533 0.717,0 1.1573,-0.231 1.2896,-0.3533 0.5573,-0.5141 1.1955,-0.792 1.8521,-0.831l-4.2315,-3.0225 0.675,-0.4823c0.1365,-0.0967 0.3105,-0.132 0.4733,-0.0979l3.7631,0.8074c0.9716,0.2074 1.929,-0.4114 2.1375,-1.383 0.2081,-0.972 -0.4106,-1.929 -1.383,-2.1375l-3.7631,-0.8074c-1.1524,-0.2468 -2.3633,0.0045 -3.321,0.6892l-3.0008,2.1439c-0.3893,0.2771 -0.726,0.6165 -1.002,1.0103l-2.5736,3.6765c0.2051,0.1211 0.4058,0.2599 0.5947,0.4343ZM23.4,15.6l-0.6,0c-0.9765,0 -1.7175,-0.3158 -2.1034,-0.6712 -0.3338,-0.3079 -0.7373,-0.5288 -1.1914,-0.5288l-0.6112,0c-0.4541,0 -0.8576,0.2209 -1.1914,0.5288 -0.3851,0.3555 -1.1261,0.6712 -2.1026,0.6712 -0.9765,0 -1.7175,-0.3158 -2.1034,-0.6712 -0.3338,-0.3079 -0.7373,-0.5288 -1.1914,-0.5288l-0.6112,0c-0.4541,0 -0.8576,0.2209 -1.1914,0.5288 -0.3851,0.3555 -1.1261,0.6712 -2.1026,0.6712 -0.9765,0 -1.7175,-0.3158 -2.1034,-0.6712 -0.3338,-0.3079 -0.7373,-0.5288 -1.1914,-0.5288l-0.6112,0c-0.4541,0 -0.8576,0.2209 -1.1914,0.5288 -0.3851,0.3555 -1.1261,0.6712 -2.1026,0.6712l-0.6,0c-0.3315,0 -0.6,0.2685 -0.6,0.6l0,1.2c0,0.3315 0.2685,0.6 0.6,0.6l0.6,0c1.4483,0 2.727,-0.4571 3.6,-1.194 0.873,0.7373 2.1518,1.194 3.6,1.194 1.4483,0 2.727,-0.4571 3.6,-1.194 0.873,0.7373 2.1518,1.194 3.6,1.194 1.4483,0 2.727,-0.4571 3.6,-1.194 0.873,0.7373 2.1518,1.194 3.6,1.194l0.6,0c0.3315,0 0.6,-0.2685 0.6,-0.6l0,-1.2c0,-0.3315 -0.2685,-0.6 -0.6,-0.6ZM4.2,12c1.6568,0 3,-1.3433 3,-3 0,-1.6568 -1.3433,-3 -3,-3 -1.6568,0 -3,1.3433 -3,3 0,1.6568 1.3433,3 3,3Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_transport.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_transport.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M12,2c-4.42,0 -8,0.5 -8,4v9.5c0,1.93 1.57,3.5 3.5,3.5l-1.5,1.5v0.5h12v-0.5l-1.5,-1.5c1.93,0 3.5,-1.57 3.5,-3.5v-9.5c0,-3.5 -3.58,-4 -8,-4ZM7.5,17c-0.83,0 -1.5,-0.67 -1.5,-1.5 0,-0.83 0.67,-1.5 1.5,-1.5 0.83,0 1.5,0.67 1.5,1.5 0,0.83 -0.67,1.5 -1.5,1.5ZM11,11h-5v-5h5v5ZM16.5,17c-0.83,0 -1.5,-0.67 -1.5,-1.5 0,-0.83 0.67,-1.5 1.5,-1.5 0.83,0 1.5,0.67 1.5,1.5 0,0.83 -0.67,1.5 -1.5,1.5ZM18,11h-5v-5h5v5Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_viewpoint.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_viewpoint.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M12,4.5c-5,0 -9.27,3.11 -11,7.5 1.73,4.39 6,7.5 11,7.5 5,0 9.27,-3.11 11,-7.5 -1.73,-4.39 -6,-7.5 -11,-7.5ZM12,17c-2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5ZM12,9c-1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3 1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3Z" />
|
||||
</group>
|
||||
</vector>
|
||||
15
android/app/src/main/res/drawable/ic_bookmark_water.xml
Normal file
15
android/app/src/main/res/drawable/ic_bookmark_water.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M12,20c-3.31,0 -6,-2.69 -6,-6 0,-4 6,-10.75 6,-10.75 0,0 6,6.75 6,10.75 0,3.31 -2.69,6 -6,6Z" />
|
||||
</group>
|
||||
</vector>
|
||||
5
android/app/src/main/res/drawable/ic_bookmarks.xml
Normal file
5
android/app/src/main/res/drawable/ic_bookmarks.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z"/>
|
||||
</vector>
|
||||
10
android/app/src/main/res/drawable/ic_bookmarks_off.xml
Normal file
10
android/app/src/main/res/drawable/ic_bookmarks_off.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M22,2V0.5C22,0.225 21.775,0 21.5,0H20.5C20.225,0 20,0.225 20,0.5V2H18.5C18.225,2 18,2.225 18,2.5V3.5C18,3.775 18.225,4 18.5,4H20V5.5C20,5.775 20.225,6 20.5,6H21.5C21.775,6 22,5.775 22,5.5V4H23.5C23.775,4 24,3.775 24,3.5V2.5C24,2.225 23.775,2 23.5,2H22ZM21.341,9.8465L14.8565,9.4425L12.451,3.3705C12.384,3.1475 12.185,2.9815 11.941,2.9815C11.697,2.9815 11.498,3.1475 11.4305,3.3705L9.025,9.4425L2.541,9.8465C2.2425,9.8465 2,10.089 2,10.387C2,10.5545 2.081,10.699 2.201,10.798L2.199,10.8035L7.2225,14.9885L5.6105,21.274L5.6205,21.2825C5.601,21.3385 5.585,21.3965 5.585,21.459C5.585,21.7575 5.8275,22 6.126,22C6.22,22 6.3045,21.969 6.382,21.9265L6.392,21.9355L11.941,18.4165L17.49,21.9355L17.5,21.9265C17.5775,21.969 17.662,22 17.756,22C18.054,22 18.297,21.7575 18.297,21.459C18.297,21.3965 18.281,21.3385 18.2615,21.2825L18.2715,21.274L16.659,14.9885L21.6825,10.8035L21.6805,10.798C21.801,10.699 21.882,10.5545 21.882,10.387C21.882,10.089 21.639,9.8465 21.341,9.8465Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
10
android/app/src/main/res/drawable/ic_bookmarks_on.xml
Normal file
10
android/app/src/main/res/drawable/ic_bookmarks_on.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M18.5,2C18.225,2 18,2.225 18,2.5V3.5C18,3.775 18.225,4 18.5,4H23.5C23.775,4 24,3.775 24,3.5V2.5C24,2.225 23.775,2 23.5,2H18.5ZM14.8565,9.4425L12.451,3.3705C12.384,3.1475 12.185,2.9815 11.941,2.9815C11.697,2.9815 11.498,3.1475 11.4305,3.3705L9.025,9.4425L2.541,9.8465C2.2425,9.8465 2,10.089 2,10.387C2,10.5545 2.081,10.699 2.201,10.798L7.2225,14.9885L5.6105,21.274C5.601,21.3385 5.585,21.3965 5.585,21.459C5.585,21.7575 5.8275,22 6.126,22C6.22,22 6.3045,21.969 6.382,21.9265L11.941,18.4165L17.49,21.9355C17.5775,21.969 17.662,22 17.756,22C18.054,22 18.297,21.7575 18.297,21.459C18.297,21.3965 18.281,21.3385 18.2615,21.2825L16.659,14.9885L21.6825,10.8035C21.801,10.699 21.882,10.5545 21.882,10.387C21.882,10.089 21.639,9.8465 21.341,9.8465L14.8565,9.4425Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
9
android/app/src/main/res/drawable/ic_building.xml
Normal file
9
android/app/src/main/res/drawable/ic_building.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:pathData="M120,840v-560h160v-160h400v320h160v400L520,840v-160h-80v160L120,840ZM200,760h80v-80h-80v80ZM200,600h80v-80h-80v80ZM200,440h80v-80h-80v80ZM360,600h80v-80h-80v80ZM360,440h80v-80h-80v80ZM360,280h80v-80h-80v80ZM520,600h80v-80h-80v80ZM520,440h80v-80h-80v80ZM520,280h80v-80h-80v80ZM680,760h80v-80h-80v80ZM680,600h80v-80h-80v80Z"
|
||||
android:fillColor="#e8eaed"/>
|
||||
</vector>
|
||||
9
android/app/src/main/res/drawable/ic_cancel.xml
Normal file
9
android/app/src/main/res/drawable/ic_cancel.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M480,536L284,732Q273,743 256,743Q239,743 228,732Q217,721 217,704Q217,687 228,676L424,480L228,284Q217,273 217,256Q217,239 228,228Q239,217 256,217Q273,217 284,228L480,424L676,228Q687,217 704,217Q721,217 732,228Q743,239 743,256Q743,273 732,284L536,480L732,676Q743,687 743,704Q743,721 732,732Q721,743 704,743Q687,743 676,732L480,536Z"/>
|
||||
</vector>
|
||||
11
android/app/src/main/res/drawable/ic_capacity_white.xml
Normal file
11
android/app/src/main/res/drawable/ic_capacity_white.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28"
|
||||
android:width="28dp"
|
||||
android:height="28dp">
|
||||
<path
|
||||
android:pathData="M0.59959 7.7922a0.59986 0.60011 0 0 0-0.59959 0.59959v11.217a0.59986 0.60011 0 0 0 0.59959 0.59959h1.1699a0.59986 0.60011 0 0 0 0.59959-0.59959v-5.162l1.4824 5.3241a0.59986 0.60011 0 0 0 0.57811 0.43749h1.0957a0.59986 0.60011 0 0 0 0.57616-0.43554l1.5019-5.2655v5.1014a0.59986 0.60011 0 0 0 0.5996 0.59959h1.1699a0.59986 0.60011 0 0 0 0.47655-0.25585 0.59986 0.60011 0 0 0 0.4785 0.25585h1.2929a0.59986 0.60011 0 0 0 0.5742-0.42772l0.88279-2.9687h2.953l0.93748 2.9765a0.59986 0.60011 0 0 0 0.57225 0.41991h1.3925a0.59986 0.60011 0 0 0 0.02734-2e-3 0.59986 0.60011 0 0 0 0.01172 2e-3h1.4589a0.59986 0.60011 0 0 0 0.51561-0.29491l2.2402-3.789 2.1933 3.7851a0.59986 0.60011 0 0 0 0.51952 0.29882h1.5a0.59986 0.60011 0 0 0 0.51756-0.90427l-3.2987-5.619 3.0409-4.9803a0.59986 0.60011 0 0 0-0.5117-0.91209h-1.3164a0.59986 0.60011 0 0 0-0.50975 0.28124l-1.8574 2.9745c-0.07044 0.11201-0.13749 0.2228-0.20312 0.33202-0.07681-0.13777-0.14364-0.26029-0.23242-0.41405l-1.6757-2.8769a0.59986 0.60011 0 0 0-0.51757-0.29687h-1.4433a0.59986 0.60011 0 0 0-0.51756 0.90232l2.955 5.0624-2.7245 4.4784-3.3671-10.035a0.59986 0.60011 0 0 0-0.56834-0.40819h-1.3086a0.59986 0.60011 0 0 0-0.57225 0.41991l-3.3163 10.529v-10.349a0.59986 0.60011 0 0 0-0.59959-0.59959h-1.6367a0.59986 0.60011 0 0 0-0.57811 0.43749l-2.1054 7.4607-2.0488-7.4568a0.59986 0.60011 0 0 0-0.57616-0.4414zm13.937 4.1893c0.0096 0.031 0.01763 0.0585 0.02734 0.08985l0.71873 2.33h-1.4882z"
|
||||
android:fillType="evenOdd"
|
||||
android:fillColor="#FFFFFF"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
||||
23
android/app/src/main/res/drawable/ic_car_connected.xml
Normal file
23
android/app/src/main/res/drawable/ic_car_connected.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<size
|
||||
android:width="120dp"
|
||||
android:height="120dp" />
|
||||
<solid android:color="@color/base_accent" />
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<vector
|
||||
android:width="15dp"
|
||||
android:height="15dp"
|
||||
android:viewportWidth="15"
|
||||
android:viewportHeight="15">
|
||||
<path
|
||||
android:pathData="M13.84,6.852,12.6,5.7,11.5,3.5a1.05,1.05,0,0,0-.9-.5H4.4a1.05,1.05,0,0,0-.9.5L2.4,5.7,1.16,6.852A.5.5,0,0,0,1,7.219V11.5a.5.5,0,0,0,.5.5h2c.2,0,.5-.2.5-.4V11h7v.5c0,.2.2.5.4.5h2.1a.5.5,0,0,0,.5-.5V7.219A.5.5,0,0,0,13.84,6.852ZM4.5,4h6l1,2h-8ZM5,8.6c0,.2-.3.4-.5.4H2.4C2.2,9,2,8.7,2,8.5V7.4c.1-.3.3-.5.6-.4l2,.4c.2,0,.4.3.4.5Zm8-.1c0,.2-.2.5-.4.5H10.5c-.2,0-.5-.2-.5-.4V7.9c0-.2.2-.5.4-.5l2-.4c.3-.1.5.1.6.4Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
</item>
|
||||
</layer-list>
|
||||
28
android/app/src/main/res/drawable/ic_category_atm.xml
Normal file
28
android/app/src/main/res/drawable/ic_category_atm.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size
|
||||
android:width="40dp"
|
||||
android:height="40dp" />
|
||||
<solid android:color="#717064" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<vector
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:alpha="1"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="0.5"
|
||||
android:scaleY="0.5">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M22,2.4c0.55,0 1.0208,0.1958 1.4125,0.5875 0.3917,0.3917 0.5875,0.8625 0.5875,1.4125l0,15.2c0,0.55 -0.1958,1.0208 -0.5875,1.4125 -0.3917,0.3917 -0.8625,0.5875 -1.4125,0.5875l-20,0c-0.55,0 -1.0208,-0.1958 -1.4125,-0.5875 -0.3917,-0.3917 -0.5875,-0.8625 -0.5875,-1.4125l0,-15.2c0,-0.55 0.1958,-1.0208 0.5875,-1.4125 0.3917,-0.3917 0.8625,-0.5875 1.4125,-0.5875ZM2,4c-0.1083,0 -0.2021,0.0396 -0.2813,0.1187 -0.0792,0.0792 -0.1187,0.1729 -0.1187,0.2813l0,2.8l20.8,0l0,-2.8c0,-0.1083 -0.0396,-0.2021 -0.1187,-0.2813 -0.0792,-0.0792 -0.1729,-0.1187 -0.2813,-0.1187ZM22,20c0.1083,0 0.2021,-0.0396 0.2813,-0.1187 0.0792,-0.0792 0.1187,-0.1729 0.1187,-0.2813l0,-7.6l-20.8,0l0,7.6c0,0.1083 0.0396,0.2021 0.1187,0.2813 0.0792,0.0792 0.1729,0.1187 0.2813,0.1187ZM3.2,18.4l0,-1.6l3.2,0l0,1.6ZM8,18.4l0,-1.6l4.8,0l0,1.6Z" />
|
||||
</group>
|
||||
</vector>
|
||||
</item>
|
||||
</layer-list>
|
||||
28
android/app/src/main/res/drawable/ic_category_atm_night.xml
Normal file
28
android/app/src/main/res/drawable/ic_category_atm_night.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size
|
||||
android:width="40dp"
|
||||
android:height="40dp" />
|
||||
<solid android:color="#2A2B26" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<vector
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:alpha="0.5"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="0.5"
|
||||
android:scaleY="0.5">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M22,2.4c0.55,0 1.0208,0.1958 1.4125,0.5875 0.3917,0.3917 0.5875,0.8625 0.5875,1.4125l0,15.2c0,0.55 -0.1958,1.0208 -0.5875,1.4125 -0.3917,0.3917 -0.8625,0.5875 -1.4125,0.5875l-20,0c-0.55,0 -1.0208,-0.1958 -1.4125,-0.5875 -0.3917,-0.3917 -0.5875,-0.8625 -0.5875,-1.4125l0,-15.2c0,-0.55 0.1958,-1.0208 0.5875,-1.4125 0.3917,-0.3917 0.8625,-0.5875 1.4125,-0.5875ZM2,4c-0.1083,0 -0.2021,0.0396 -0.2813,0.1187 -0.0792,0.0792 -0.1187,0.1729 -0.1187,0.2813l0,2.8l20.8,0l0,-2.8c0,-0.1083 -0.0396,-0.2021 -0.1187,-0.2813 -0.0792,-0.0792 -0.1729,-0.1187 -0.2813,-0.1187ZM22,20c0.1083,0 0.2021,-0.0396 0.2813,-0.1187 0.0792,-0.0792 0.1187,-0.1729 0.1187,-0.2813l0,-7.6l-20.8,0l0,7.6c0,0.1083 0.0396,0.2021 0.1187,0.2813 0.0792,0.0792 0.1729,0.1187 0.2813,0.1187ZM3.2,18.4l0,-1.6l3.2,0l0,1.6ZM8,18.4l0,-1.6l4.8,0l0,1.6Z" />
|
||||
</group>
|
||||
</vector>
|
||||
</item>
|
||||
</layer-list>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user