COVIDSafe code from version 1.0.16
7
app/src/main/res/anim/slide_in_left.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromXDelta="-50%p" android:toXDelta="0"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
7
app/src/main/res/anim/slide_in_right.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromXDelta="50%p" android:toXDelta="0"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
7
app/src/main/res/anim/slide_out_left.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromXDelta="0" android:toXDelta="-50%p"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
7
app/src/main/res/anim/slide_out_right.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromXDelta="0" android:toXDelta="50%p"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
5
app/src/main/res/color/default_button_text_color.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/slack_black_2" android:state_enabled="false" />
|
||||
<item android:color="@color/white" />
|
||||
</selector>
|
6
app/src/main/res/color/progress_segment.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?attr/colorPrimary"
|
||||
android:state_selected="true"/>
|
||||
<item android:color="@color/segment" />
|
||||
</selector>
|
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="26.086956"
|
||||
android:viewportHeight="26.086956"
|
||||
android:tint="#FFFFFF">
|
||||
<group android:translateX="1.0434783"
|
||||
android:translateY="1.0434783">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M19.1,12.9a2.8,2.8 0,0 0,0.1 -0.9,2.8 2.8,0 0,0 -0.1,-0.9l2.1,-1.6a0.7,0.7 0,0 0,0.1 -0.6L19.4,5.5a0.7,0.7 0,0 0,-0.6 -0.2l-2.4,1a6.5,6.5 0,0 0,-1.6 -0.9l-0.4,-2.6a0.5,0.5 0,0 0,-0.5 -0.4H10.1a0.5,0.5 0,0 0,-0.5 0.4L9.3,5.4a5.6,5.6 0,0 0,-1.7 0.9l-2.4,-1a0.4,0.4 0,0 0,-0.5 0.2l-2,3.4c-0.1,0.2 0,0.4 0.2,0.6l2,1.6a2.8,2.8 0,0 0,-0.1 0.9,2.8 2.8,0 0,0 0.1,0.9L2.8,14.5a0.7,0.7 0,0 0,-0.1 0.6l1.9,3.4a0.7,0.7 0,0 0,0.6 0.2l2.4,-1a6.5,6.5 0,0 0,1.6 0.9l0.4,2.6a0.5,0.5 0,0 0,0.5 0.4h3.8a0.5,0.5 0,0 0,0.5 -0.4l0.3,-2.6a5.6,5.6 0,0 0,1.7 -0.9l2.4,1a0.4,0.4 0,0 0,0.5 -0.2l2,-3.4c0.1,-0.2 0,-0.4 -0.2,-0.6ZM12,15.6A3.6,3.6 0,1 1,15.6 12,3.6 3.6,0 0,1 12,15.6Z"/>
|
||||
</group>
|
||||
</vector>
|
After Width: | Height: | Size: 34 KiB |
BIN
app/src/main/res/drawable-hdpi/ic_home_news.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
app/src/main/res/drawable-hdpi/ic_notification_icon.png
Executable file
After Width: | Height: | Size: 923 B |
BIN
app/src/main/res/drawable-hdpi/ic_notification_setting.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
app/src/main/res/drawable-hdpi/ic_notification_warning.png
Executable file
After Width: | Height: | Size: 567 B |
BIN
app/src/main/res/drawable-hdpi/small_green_tick.png
Normal file
After Width: | Height: | Size: 910 B |
BIN
app/src/main/res/drawable-hdpi/small_red_cross.png
Normal file
After Width: | Height: | Size: 838 B |
After Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_home_news.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_notification_icon.png
Executable file
After Width: | Height: | Size: 664 B |
BIN
app/src/main/res/drawable-mdpi/ic_notification_setting.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
app/src/main/res/drawable-mdpi/ic_notification_warning.png
Executable file
After Width: | Height: | Size: 444 B |
BIN
app/src/main/res/drawable-mdpi/small_green_tick.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
app/src/main/res/drawable-mdpi/small_red_cross.png
Normal file
After Width: | Height: | Size: 564 B |
After Width: | Height: | Size: 64 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_home_news.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_notification_icon.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_notification_setting.png
Normal file
After Width: | Height: | Size: 598 B |
BIN
app/src/main/res/drawable-xhdpi/ic_notification_warning.png
Executable file
After Width: | Height: | Size: 812 B |
BIN
app/src/main/res/drawable-xhdpi/small_green_tick.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xhdpi/small_red_cross.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 87 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_home_news.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_notification_icon.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_notification_setting.png
Normal file
After Width: | Height: | Size: 873 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_notification_warning.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/drawable-xxhdpi/small_green_tick.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/drawable-xxhdpi/small_red_cross.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_notification_icon.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_notification_warning.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
5
app/src/main/res/drawable/background_circular_black.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/black" />
|
||||
</shape>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/dark_cerulean_1" />
|
||||
</shape>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/dark_cerulean_4" />
|
||||
</shape>
|
5
app/src/main/res/drawable/background_circular_green.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/lighter_green" />
|
||||
</shape>
|
9
app/src/main/res/drawable/background_light_green.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/light_green" />
|
||||
<corners android:radius="6dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/dark_green" />
|
||||
</shape>
|
5
app/src/main/res/drawable/default_button_selector.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/green_button_background" android:state_enabled="true" />
|
||||
<item android:drawable="@drawable/grey_button_background" />
|
||||
</selector>
|
8
app/src/main/res/drawable/edit_text_black_background.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="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/black" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
8
app/src/main/res/drawable/edit_text_green_background.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="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?attr/colorPrimary" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
14
app/src/main/res/drawable/edittext_modified_states.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/edit_text_green_background"
|
||||
/> <!-- pressed -->
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:drawable="@drawable/edit_text_green_background"
|
||||
/> <!-- focused -->
|
||||
<item
|
||||
android:drawable="@drawable/edit_text_black_background"
|
||||
/> <!-- default -->
|
||||
</selector>
|
6
app/src/main/res/drawable/green_button_background.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/dark_green" />
|
||||
<corners android:radius="@dimen/button_radius" />
|
||||
</shape>
|
6
app/src/main/res/drawable/grey_button_background.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/slack_black_3" />
|
||||
<corners android:radius="@dimen/button_radius" />
|
||||
</shape>
|
10
app/src/main/res/drawable/ic_arrow_drop_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:tint="?attr/colorControlNormal"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M7,10l5,5 5,-5z" />
|
||||
</vector>
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z"/>
|
||||
</vector>
|
17
app/src/main/res/drawable/ic_check.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#2BB885"
|
||||
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,41.2154L32.8557,55L61,27"
|
||||
android:strokeWidth="5"
|
||||
android:strokeColor="#2BB885"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_chevron_right.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_close.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_delete_black_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
|
||||
</vector>
|
108
app/src/main/res/drawable/ic_doctor_circle.xml
Normal file
|
@ -0,0 +1,108 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
||||
android:strokeAlpha="0.2" />
|
||||
<group>
|
||||
<clip-path android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M18.2574,99.1471L16.9062,95.5804C17.7248,93.3907 16.584,69.6229 16.584,69.6229C20.2306,65.259 26.2175,60.8778 36.0337,58.5742C43.3889,56.1308 44.4918,58.5742 44.4918,58.5742C44.4918,58.5742 55.2179,59.2972 63.509,70.515L63.6382,95.9255C63.6382,95.9255 62.5249,97.7995 61.2255,99.9512L56.6294,101.432H22.9673L18.2574,99.1471Z" />
|
||||
<path
|
||||
android:fillColor="#76C0C5"
|
||||
android:pathData="M44.4916,58.7433L40.6882,93.3907L36.0352,58.6777L44.4916,58.7433Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M31.3258,41.7035C31.3258,41.7035 30.2694,35.8349 32.1444,32.2061C34.5037,27.6437 41.3109,25.5972 46.9842,29.9836C50.9961,33.0844 48.7782,42.285 48.7782,42.285L36.9388,37.2447L31.3258,41.7035Z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M44.4919,58.7433C41.3933,61.1194 36.0337,58.7433 36.0337,58.7433L36.7782,49.6221H43.7491L44.4919,58.7433Z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M32.8111,40.6716C32.8111,40.6716 31.8099,40.0245 31.0361,41.0564C30.2606,42.09 30.7776,45.9656 32.7129,45.9656C34.6482,45.9673 32.8111,40.6716 32.8111,40.6716Z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M47.7747,40.6716C47.7747,40.6716 48.776,40.0245 49.5498,41.0564C50.3236,42.09 49.8083,45.9656 47.873,45.9656C45.9359,45.9673 47.7747,40.6716 47.7747,40.6716Z" />
|
||||
<path
|
||||
android:fillColor="#DCA564"
|
||||
android:pathData="M48.0973,39.595C48.0973,35.2466 44.5903,32.3994 40.2612,32.3994C35.9339,32.3994 32.4235,35.2466 32.4235,39.595C32.4235,39.595 32.084,45.1426 32.084,45.4118C32.084,49.5428 37.1351,54.785 40.2612,54.785C43.8699,54.785 48.4385,48.5419 48.4385,45.4118C48.4402,45.1426 48.0973,39.595 48.0973,39.595Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M46.3877,23.3368C46.5135,27.0847 44.249,29.5022 40.8454,29.616C37.4401,29.7299 35.8064,27.3331 35.6823,23.5852C35.5565,19.8374 37.2609,16.966 40.6645,16.8521C44.0698,16.7365 46.2636,19.5906 46.3877,23.3368Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M47.0769,78.7391L46.2601,78.3975C48.6538,72.6721 48.3057,67.8612 47.5905,64.8329C47.07,62.6294 45.9257,59.9634 44.4816,58.5847L44.3799,57.394C45.1071,57.8979 45.8826,58.7417 46.5392,59.8184C47.3682,61.1764 48.0282,62.8399 48.4504,64.631C49.1966,67.7853 49.562,72.7946 47.0769,78.7391Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M33.9347,62.2618L33.0938,61.984C33.6642,60.2532 34.793,58.4794 36.151,57.2974L36.0424,58.6295C35.098,59.6545 34.3587,60.9762 33.9347,62.2618Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M49.3707,78.5682C49.3707,80.0625 48.1609,81.2721 46.6702,81.2721C45.1778,81.2721 43.9697,80.0608 43.9697,78.5682C43.9697,77.0739 45.1795,75.8643 46.6702,75.8643C48.1609,75.8643 49.3707,77.0756 49.3707,78.5682Z" />
|
||||
<path
|
||||
android:fillColor="#3B4E75"
|
||||
android:pathData="M46.6685,80.0677C47.4956,80.0677 48.1661,79.3964 48.1661,78.5682C48.1661,77.7401 47.4956,77.0687 46.6685,77.0687C45.8414,77.0687 45.1709,77.7401 45.1709,78.5682C45.1709,79.3964 45.8414,80.0677 46.6685,80.0677Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M29.616,67.1727C29.473,64.7793 31.2342,62.7121 33.5435,62.5637C34.6344,62.493 35.6925,62.8605 36.5232,63.5956C37.3969,64.3669 37.9156,65.4471 37.988,66.6326L38.1638,69.566L39.0461,69.5022L38.8704,66.5808C38.7842,65.1572 38.1603,63.8613 37.1091,62.9313C36.1009,62.0392 34.8136,61.5957 33.4866,61.6802C30.6931,61.8597 28.5596,64.3462 28.7319,67.2262L28.9129,70.2407L29.7952,70.1769L29.616,67.1727Z" />
|
||||
<path
|
||||
android:fillColor="#E6E5EA"
|
||||
android:pathData="M38.4931,75.0844C38.562,76.2457 38.1915,77.3655 37.4453,78.2369L38.1174,78.8133C39.0118,77.7659 39.4582,76.4234 39.3755,75.0309L39.0446,69.5022L38.1622,69.566L38.4931,75.0844Z" />
|
||||
<path
|
||||
android:fillColor="#E6E5EA"
|
||||
android:pathData="M31.1308,79.4362L31.6943,78.7529C30.7689,77.9885 30.1967,76.8462 30.1226,75.6227L29.7969,70.1752L28.9146,70.239L29.2403,75.6762C29.3264,77.1447 30.0158,78.5148 31.1308,79.4362Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M32.3561,79.1946C32.3561,79.6846 31.9597,80.0815 31.4703,80.0815C30.9808,80.0815 30.5845,79.6846 30.5845,79.1946C30.5845,78.7045 30.9808,78.3076 31.4703,78.3076C31.9597,78.3059 32.3561,78.7045 32.3561,79.1946Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M38.4327,78.8322C38.4327,79.3223 38.0364,79.7192 37.5469,79.7192C37.0575,79.7192 36.6611,79.3223 36.6611,78.8322C36.6611,78.3422 37.0575,77.9453 37.5469,77.9453C38.0364,77.9453 38.4327,78.3439 38.4327,78.8322Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M41.8757,39.7864C41.8757,39.7864 45.1036,39.4637 45.7257,39.5241C46.7631,39.6242 46.9854,40.2972 47.1457,40.663C47.2009,40.789 42.9321,41.2065 42.3117,40.9822C41.6913,40.7579 41.8757,39.7864 41.8757,39.7864Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M38.6563,39.7864C38.6563,39.7864 35.4284,39.4637 34.8063,39.5241C33.7689,39.6242 33.5465,40.2972 33.3863,40.663C33.3311,40.789 37.5999,41.2065 38.2203,40.9822C38.8424,40.7579 38.6563,39.7864 38.6563,39.7864Z" />
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M36.5042,40.9253L34.3569,46.0692L36.2905,46.6731L38.9634,42.4317L37.5434,41.2117L36.5042,40.9253Z"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M44.4571,40.9253L42.3115,46.0692L44.2451,46.6731L46.918,42.4317L45.498,41.2117L44.4571,40.9253Z"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M36.2903,46.8215C34.6255,46.8215 33.271,45.4652 33.271,43.7983C33.271,42.1314 34.6255,40.7751 36.2903,40.7751C37.955,40.7751 39.3096,42.1314 39.3096,43.7983C39.3096,45.4652 37.955,46.8215 36.2903,46.8215ZM36.2903,41.0737C34.7893,41.0737 33.5691,42.2954 33.5691,43.7983C33.5691,45.3013 34.7893,46.523 36.2903,46.523C37.7913,46.523 39.0115,45.3013 39.0115,43.7983C39.0115,42.2971 37.7913,41.0737 36.2903,41.0737Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M44.2625,46.8215C42.5977,46.8215 41.2432,45.4652 41.2432,43.7983C41.2432,42.1314 42.5977,40.7751 44.2625,40.7751C45.9272,40.7751 47.2818,42.1314 47.2818,43.7983C47.2818,45.4652 45.9272,46.8215 44.2625,46.8215ZM44.2625,41.0737C42.7614,41.0737 41.5413,42.2954 41.5413,43.7983C41.5413,45.3013 42.7614,46.523 44.2625,46.523C45.7618,46.523 46.9836,45.3013 46.9836,43.7983C46.9854,42.2971 45.7635,41.0737 44.2625,41.0737Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M41.3928,43.6499H39.1611V43.9484H41.3928V43.6499Z" />
|
||||
<path
|
||||
android:fillColor="#CC7979"
|
||||
android:pathData="M38.915,48.661H41.862L40.3885,49.2287L38.915,48.661Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M56.1434,102.424H23.8841C19.3552,102.424 15.6724,98.7348 15.6724,94.2017V18.2223C15.6724,13.6892 19.3569,10 23.8841,10H56.1434C60.6706,10 64.3552,13.6892 64.3552,18.2223V94.2C64.3552,98.7348 60.6706,102.424 56.1434,102.424ZM23.8841,11.7635C20.3271,11.7635 17.4336,14.6607 17.4336,18.2223V94.2C17.4336,97.7616 20.3271,100.659 23.8841,100.659H56.1434C59.7004,100.659 62.5939,97.7616 62.5939,94.2V18.2223C62.5939,14.6607 59.7004,11.7635 56.1434,11.7635H23.8841Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M16.9043,28.5945H15V32.4752H16.9043V28.5945Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M65.0268,37.0601H63.1226V44.9976H65.0268V37.0601Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M16.9043,34.4148H15V40.0591H16.9043V34.4148Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M16.9043,41.9985H15V47.6428H16.9043V41.9985Z" />
|
||||
</group>
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_ellipse.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="6dp"
|
||||
android:height="6dp"
|
||||
android:viewportWidth="6"
|
||||
android:viewportHeight="6">
|
||||
<path
|
||||
android:fillColor="#141515"
|
||||
android:pathData="M3,3m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0" />
|
||||
</vector>
|
30
app/src/main/res/drawable/ic_help_outline_black.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="31dp"
|
||||
android:height="44dp"
|
||||
android:viewportWidth="31"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:fillColor="#141515"
|
||||
android:pathData="M9.4092,39V29.1357H8.1787V33.4014H2.7647V29.1357H1.5342V39H2.7647V34.5088H8.1787V39H9.4092ZM14.7139,32.54C15.8828,32.54 16.6621,33.4014 16.6895,34.707H12.6289C12.7178,33.4014 13.5381,32.54 14.7139,32.54ZM16.6553,37.0928C16.3477,37.7422 15.7051,38.0908 14.7549,38.0908C13.5039,38.0908 12.6904,37.168 12.6289,35.7119V35.6572H17.9268V35.2061C17.9268,32.916 16.7168,31.501 14.7275,31.501C12.7041,31.501 11.4053,33.0049 11.4053,35.3223C11.4053,37.6533 12.6836,39.1299 14.7275,39.1299C16.3408,39.1299 17.4756,38.3574 17.8311,37.0928H16.6553ZM19.8408,39H21.0166V28.7051H19.8408V39ZM26.8887,31.501C25.8838,31.501 25.002,32.0137 24.5303,32.8613H24.4209V31.6309H23.2998V41.4609H24.4756V37.8926H24.585C24.9883,38.6719 25.8359,39.1299 26.8887,39.1299C28.7617,39.1299 29.9854,37.6191 29.9854,35.3154C29.9854,32.998 28.7686,31.501 26.8887,31.501ZM26.6084,38.0703C25.2822,38.0703 24.4414,37.0039 24.4414,35.3154C24.4414,33.6201 25.2822,32.5605 26.6152,32.5605C27.9619,32.5605 28.7686,33.5928 28.7686,35.3154C28.7686,37.0381 27.9619,38.0703 26.6084,38.0703Z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M16,22C21.5228,22 26,17.5228 26,12C26,6.4771 21.5228,2 16,2C10.4772,2 6,6.4771 6,12C6,17.5228 10.4772,22 16,22Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#141515"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M13.0898,9C13.3249,8.3317 13.789,7.7681 14.3998,7.4091C15.0106,7.0501 15.7287,6.9189 16.427,7.0387C17.1253,7.1585 17.7587,7.5215 18.2149,8.0635C18.6712,8.6055 18.9209,9.2915 18.9198,10C18.9198,12 15.9198,13 15.9198,13"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#141515"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M16,17H16.01"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#141515"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
30
app/src/main/res/drawable/ic_help_outline_white.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="31dp"
|
||||
android:height="44dp"
|
||||
android:viewportWidth="31"
|
||||
android:viewportHeight="44">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M9.4092,39V29.1357H8.1787V33.4014H2.7647V29.1357H1.5342V39H2.7647V34.5088H8.1787V39H9.4092ZM14.7139,32.54C15.8828,32.54 16.6621,33.4014 16.6895,34.707H12.6289C12.7178,33.4014 13.5381,32.54 14.7139,32.54ZM16.6553,37.0928C16.3477,37.7422 15.7051,38.0908 14.7549,38.0908C13.5039,38.0908 12.6904,37.168 12.6289,35.7119V35.6572H17.9268V35.2061C17.9268,32.916 16.7168,31.501 14.7275,31.501C12.7041,31.501 11.4053,33.0049 11.4053,35.3223C11.4053,37.6533 12.6836,39.1299 14.7275,39.1299C16.3408,39.1299 17.4756,38.3574 17.8311,37.0928H16.6553ZM19.8408,39H21.0166V28.7051H19.8408V39ZM26.8887,31.501C25.8838,31.501 25.002,32.0137 24.5303,32.8613H24.4209V31.6309H23.2998V41.4609H24.4756V37.8926H24.585C24.9883,38.6719 25.8359,39.1299 26.8887,39.1299C28.7617,39.1299 29.9854,37.6191 29.9854,35.3154C29.9854,32.998 28.7686,31.501 26.8887,31.501ZM26.6084,38.0703C25.2822,38.0703 24.4414,37.0039 24.4414,35.3154C24.4414,33.6201 25.2822,32.5605 26.6152,32.5605C27.9619,32.5605 28.7686,33.5928 28.7686,35.3154C28.7686,37.0381 27.9619,38.0703 26.6084,38.0703Z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M16,22C21.5228,22 26,17.5228 26,12C26,6.4771 21.5228,2 16,2C10.4772,2 6,6.4771 6,12C6,17.5228 10.4772,22 16,22Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M13.0898,9C13.3249,8.3317 13.789,7.7681 14.3998,7.4091C15.0106,7.0501 15.7287,6.9189 16.427,7.0387C17.1253,7.1585 17.7587,7.5215 18.2149,8.0635C18.6712,8.6055 18.9209,9.2915 18.9198,10C18.9198,12 15.9198,13 15.9198,13"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M16,17H16.01"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
100
app/src/main/res/drawable/ic_help_stop_covid.xml
Normal file
|
@ -0,0 +1,100 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="240dp"
|
||||
android:height="45dp"
|
||||
android:viewportWidth="240"
|
||||
android:viewportHeight="45">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h240v44.767h-240z"/>
|
||||
<path
|
||||
android:pathData="M0,2.447C0,1.468 0.778,0.691 1.757,0.691C2.737,0.691 3.515,1.468 3.515,2.447V7.197H10.083V2.447C10.083,1.468 10.861,0.691 11.84,0.691C12.82,0.691 13.597,1.468 13.597,2.447V15.258C13.597,16.237 12.82,17.014 11.84,17.014C10.861,17.014 10.083,16.266 10.083,15.287V10.45H3.543V15.287C3.543,16.266 2.766,17.043 1.786,17.043C0.807,17.043 0.029,16.266 0.029,15.287V2.447H0Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M22.931,17.187C19.244,17.187 16.507,14.596 16.507,10.825V10.767C16.507,7.255 19.013,4.347 22.586,4.347C26.705,4.376 28.52,7.744 28.52,10.307C28.52,11.314 27.8,11.976 26.878,11.976H19.964C20.31,13.56 21.404,14.394 22.989,14.394C23.968,14.394 24.746,14.107 25.466,13.56C25.726,13.387 25.956,13.272 26.331,13.272C27.108,13.272 27.685,13.876 27.685,14.654C27.685,15.114 27.483,15.46 27.224,15.69C26.129,16.611 24.746,17.187 22.931,17.187ZM25.207,9.788C25.005,8.234 24.084,7.168 22.614,7.168C21.174,7.168 20.223,8.205 19.935,9.788H25.207Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M31.343,1.756C31.343,0.777 32.121,0 33.1,0C34.08,0 34.858,0.777 34.858,1.756V15.316C34.858,16.295 34.08,17.072 33.1,17.072C32.121,17.072 31.343,16.295 31.343,15.316V1.756Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M38.142,6.19C38.142,5.211 38.92,4.433 39.899,4.433C40.879,4.433 41.657,5.211 41.657,6.19V6.362C42.521,5.211 43.673,4.376 45.488,4.376C48.369,4.376 51.105,6.621 51.105,10.738V10.796C51.105,14.913 48.426,17.158 45.488,17.158C43.615,17.158 42.463,16.295 41.657,15.316V19.001C41.657,19.979 40.879,20.757 39.899,20.757C38.92,20.757 38.142,19.979 38.142,19.001V6.19ZM47.591,10.767V10.71C47.591,8.665 46.208,7.312 44.566,7.312C42.924,7.312 41.57,8.665 41.57,10.71V10.767C41.57,12.811 42.924,14.164 44.566,14.164C46.208,14.164 47.591,12.84 47.591,10.767Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M60.238,15.748C59.863,15.517 59.575,15.114 59.575,14.567C59.575,13.79 60.18,13.185 60.958,13.185C61.217,13.185 61.476,13.243 61.649,13.358C62.83,14.107 63.983,14.452 64.991,14.452C65.999,14.452 66.46,14.078 66.46,13.531V13.473C66.46,12.725 65.279,12.466 63.896,12.063C62.168,11.544 60.209,10.767 60.209,8.378V8.32C60.209,5.815 62.225,4.405 64.703,4.405C65.999,4.405 67.325,4.75 68.506,5.355C69.024,5.614 69.341,6.074 69.341,6.65C69.341,7.428 68.707,8.032 67.929,8.032C67.67,8.032 67.526,7.975 67.296,7.859C66.316,7.37 65.366,7.082 64.617,7.082C63.752,7.082 63.32,7.456 63.32,7.946V8.003C63.32,8.694 64.501,9.011 65.826,9.472C67.555,10.047 69.543,10.882 69.543,13.128V13.185C69.543,15.92 67.497,17.158 64.818,17.158C63.349,17.129 61.736,16.698 60.238,15.748Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M72.452,13.416V7.572H72.337C71.502,7.572 70.839,6.909 70.839,6.075C70.839,5.24 71.502,4.577 72.337,4.577H72.452V3.052C72.452,2.073 73.23,1.296 74.21,1.296C75.189,1.296 75.967,2.073 75.967,3.052V4.606H77.494C78.329,4.606 78.992,5.268 78.992,6.103C78.992,6.938 78.329,7.6 77.494,7.6H75.967V12.869C75.967,13.675 76.313,14.049 77.09,14.049C77.206,14.049 77.436,14.02 77.494,14.02C78.271,14.02 78.934,14.654 78.934,15.46C78.934,16.093 78.531,16.583 78.041,16.755C77.407,17.014 76.802,17.101 76.053,17.101C73.893,17.129 72.452,16.266 72.452,13.416Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M80.461,10.825V10.767C80.461,7.226 83.313,4.347 87.144,4.347C90.947,4.347 93.799,7.168 93.799,10.71V10.767C93.799,14.308 90.947,17.187 87.116,17.187C83.284,17.187 80.461,14.366 80.461,10.825ZM90.342,10.825V10.767C90.342,8.953 89.046,7.37 87.087,7.37C85.099,7.37 83.889,8.896 83.889,10.738V10.796C83.889,12.61 85.186,14.193 87.144,14.193C89.161,14.164 90.342,12.638 90.342,10.825Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M96.334,6.19C96.334,5.211 97.112,4.433 98.091,4.433C99.071,4.433 99.849,5.211 99.849,6.19V6.362C100.713,5.211 101.865,4.376 103.68,4.376C106.561,4.376 109.298,6.621 109.298,10.738V10.796C109.298,14.913 106.619,17.158 103.68,17.158C101.808,17.158 100.655,16.295 99.849,15.316V19.001C99.849,19.979 99.071,20.757 98.091,20.757C97.112,20.757 96.334,19.979 96.334,19.001V6.19ZM105.783,10.767V10.71C105.783,8.665 104.4,7.312 102.758,7.312C101.116,7.312 99.762,8.665 99.762,10.71V10.767C99.762,12.811 101.116,14.164 102.758,14.164C104.4,14.164 105.783,12.84 105.783,10.767Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M119.323,13.416V7.572H119.208C118.372,7.572 117.71,6.909 117.71,6.075C117.71,5.24 118.372,4.577 119.208,4.577H119.323V3.052C119.323,2.073 120.101,1.296 121.08,1.296C122.06,1.296 122.838,2.073 122.838,3.052V4.606H124.364C125.2,4.606 125.862,5.268 125.862,6.103C125.862,6.938 125.2,7.6 124.364,7.6H122.838V12.869C122.838,13.675 123.183,14.049 123.961,14.049C124.076,14.049 124.307,14.02 124.364,14.02C125.142,14.02 125.805,14.654 125.805,15.46C125.805,16.093 125.402,16.583 124.912,16.755C124.278,17.014 123.673,17.101 122.924,17.101C120.763,17.129 119.323,16.266 119.323,13.416Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M128.282,1.756C128.282,0.777 129.06,0 130.04,0C131.019,0 131.797,0.777 131.797,1.756V6.362C132.604,5.326 133.641,4.376 135.398,4.376C138.048,4.376 139.575,6.132 139.575,8.953V15.316C139.575,16.295 138.797,17.072 137.818,17.072C136.838,17.072 136.06,16.295 136.06,15.316V10.047C136.06,8.406 135.283,7.543 133.958,7.543C132.632,7.543 131.768,8.406 131.768,10.047V15.316C131.768,16.295 130.99,17.072 130.011,17.072C129.031,17.072 128.254,16.295 128.254,15.316V1.756H128.282Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M148.448,17.187C144.761,17.187 142.024,14.596 142.024,10.825V10.767C142.024,7.255 144.53,4.347 148.102,4.347C152.222,4.347 154.037,7.715 154.037,10.278C154.037,11.285 153.317,11.948 152.395,11.948H145.481C145.826,13.531 146.921,14.366 148.506,14.366C149.485,14.366 150.263,14.078 150.983,13.531C151.242,13.358 151.473,13.243 151.847,13.243C152.625,13.243 153.201,13.847 153.201,14.625C153.201,15.085 153,15.431 152.74,15.661C151.646,16.611 150.234,17.187 148.448,17.187ZM150.695,9.788C150.493,8.234 149.571,7.168 148.102,7.168C146.662,7.168 145.711,8.205 145.423,9.788H150.695Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M163.255,15.748C162.881,15.517 162.593,15.114 162.593,14.567C162.593,13.79 163.198,13.185 163.976,13.185C164.235,13.185 164.494,13.243 164.667,13.358C165.848,14.107 167,14.452 168.009,14.452C169.017,14.452 169.478,14.078 169.478,13.531V13.473C169.478,12.725 168.297,12.466 166.914,12.063C165.185,11.544 163.227,10.767 163.227,8.378V8.32C163.227,5.815 165.243,4.405 167.721,4.405C169.017,4.405 170.342,4.75 171.523,5.355C172.042,5.614 172.359,6.074 172.359,6.65C172.359,7.428 171.725,8.032 170.947,8.032C170.688,8.032 170.544,7.975 170.313,7.859C169.334,7.37 168.383,7.082 167.634,7.082C166.77,7.082 166.338,7.456 166.338,7.946V8.003C166.338,8.694 167.519,9.011 168.844,9.472C170.573,10.047 172.56,10.882 172.56,13.128V13.185C172.56,15.92 170.515,17.158 167.836,17.158C166.395,17.129 164.753,16.698 163.255,15.748Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M175.124,6.19C175.124,5.211 175.902,4.433 176.882,4.433C177.861,4.433 178.639,5.211 178.639,6.19V6.362C179.503,5.211 180.655,4.376 182.47,4.376C185.351,4.376 188.088,6.621 188.088,10.738V10.796C188.088,14.913 185.409,17.158 182.47,17.158C180.598,17.158 179.445,16.295 178.639,15.316V19.001C178.639,19.979 177.861,20.757 176.882,20.757C175.902,20.757 175.124,19.979 175.124,19.001V6.19ZM184.573,10.767V10.71C184.573,8.665 183.191,7.312 181.548,7.312C179.906,7.312 178.552,8.665 178.552,10.71V10.767C178.552,12.811 179.906,14.164 181.548,14.164C183.191,14.164 184.573,12.84 184.573,10.767Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M190.652,6.19C190.652,5.211 191.43,4.433 192.409,4.433C193.389,4.433 194.166,5.211 194.166,6.19V6.737C194.685,5.556 195.492,4.433 196.529,4.433C197.623,4.433 198.228,5.153 198.228,6.132C198.228,7.053 197.623,7.6 196.932,7.773C195.175,8.176 194.166,9.529 194.166,12.034V15.287C194.166,16.266 193.389,17.043 192.409,17.043C191.43,17.043 190.652,16.266 190.652,15.287V6.19Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M205.747,17.187C202.06,17.187 199.323,14.596 199.323,10.825V10.767C199.323,7.255 201.829,4.347 205.401,4.347C209.521,4.347 211.336,7.715 211.336,10.278C211.336,11.285 210.616,11.948 209.694,11.948H202.78C203.126,13.531 204.22,14.366 205.805,14.366C206.784,14.366 207.562,14.078 208.282,13.531C208.542,13.358 208.772,13.243 209.147,13.243C209.924,13.243 210.501,13.847 210.501,14.625C210.501,15.085 210.299,15.431 210.04,15.661C208.945,16.611 207.533,17.187 205.747,17.187ZM207.994,9.788C207.793,8.234 206.871,7.168 205.401,7.168C203.961,7.168 203.01,8.205 202.722,9.788H207.994Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M213.266,13.358V13.3C213.266,10.623 215.311,9.385 218.221,9.385C219.46,9.385 220.353,9.587 221.246,9.903V9.702C221.246,8.262 220.353,7.456 218.596,7.456C217.616,7.456 216.838,7.6 216.176,7.802C215.974,7.859 215.83,7.888 215.657,7.888C214.851,7.888 214.217,7.255 214.217,6.478C214.217,5.844 214.62,5.326 215.167,5.124C216.262,4.721 217.472,4.491 219.085,4.491C220.987,4.491 222.369,5.009 223.234,5.873C224.156,6.794 224.559,8.147 224.559,9.788V15.402C224.559,16.352 223.81,17.072 222.859,17.072C221.851,17.072 221.188,16.352 221.188,15.632V15.604C220.324,16.554 219.172,17.158 217.472,17.158C215.167,17.129 213.266,15.805 213.266,13.358ZM221.304,12.581V11.947C220.699,11.66 219.921,11.487 219.085,11.487C217.587,11.487 216.665,12.091 216.665,13.185V13.243C216.665,14.193 217.443,14.74 218.567,14.74C220.18,14.74 221.304,13.819 221.304,12.581Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M240,15.287C240,16.266 239.222,17.043 238.243,17.043C237.263,17.043 236.485,16.266 236.485,15.287V15.114C235.621,16.266 234.469,17.101 232.654,17.101C229.773,17.101 227.036,14.855 227.036,10.738V10.681C227.036,6.564 229.716,4.318 232.654,4.318C234.526,4.318 235.679,5.182 236.485,6.161V1.756C236.485,0.777 237.263,0 238.243,0C239.222,0 240,0.777 240,1.756V15.287ZM230.551,10.738V10.796C230.551,12.84 231.934,14.193 233.576,14.193C235.218,14.193 236.572,12.84 236.572,10.796V10.738C236.572,8.694 235.218,7.341 233.576,7.341C231.934,7.341 230.551,8.665 230.551,10.738Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M36.413,40.938V40.88C36.413,38.203 38.459,36.965 41.368,36.965C42.607,36.965 43.5,37.167 44.393,37.483V37.282C44.393,35.842 43.5,35.036 41.743,35.036C40.763,35.036 39.986,35.18 39.323,35.382C39.121,35.439 38.977,35.468 38.805,35.468C37.998,35.468 37.364,34.835 37.364,34.057C37.364,33.424 37.767,32.906 38.315,32.704C39.409,32.301 40.619,32.071 42.233,32.071C44.134,32.071 45.517,32.589 46.381,33.453C47.303,34.374 47.706,35.727 47.706,37.368V42.982C47.706,43.932 46.957,44.652 46.007,44.652C44.998,44.652 44.336,43.932 44.336,43.212V43.183C43.471,44.133 42.319,44.738 40.619,44.738C38.343,44.709 36.413,43.385 36.413,40.938ZM44.451,40.132V39.499C43.846,39.211 43.068,39.038 42.233,39.038C40.735,39.038 39.813,39.642 39.813,40.736V40.794C39.813,41.744 40.591,42.291 41.714,42.291C43.356,42.291 44.451,41.398 44.451,40.132Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M50.76,33.769C50.76,32.791 51.538,32.013 52.517,32.013C53.497,32.013 54.274,32.791 54.274,33.769V33.913C55.081,32.877 56.118,31.927 57.875,31.927C60.526,31.927 62.053,33.683 62.053,36.504V42.867C62.053,43.846 61.275,44.623 60.295,44.623C59.316,44.623 58.538,43.846 58.538,42.867V37.598C58.538,35.957 57.76,35.094 56.435,35.094C55.11,35.094 54.246,35.957 54.246,37.598V42.867C54.246,43.846 53.468,44.623 52.488,44.623C51.509,44.623 50.731,43.846 50.731,42.867V33.769H50.76Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M77.494,42.867C77.494,43.846 76.716,44.623 75.736,44.623C74.757,44.623 73.979,43.846 73.979,42.867V42.694C73.115,43.846 71.963,44.681 70.148,44.681C67.267,44.681 64.53,42.435 64.53,38.318V38.289C64.53,34.173 67.209,31.927 70.148,31.927C72.02,31.927 73.173,32.791 73.979,33.769V29.307C73.979,28.328 74.757,27.551 75.736,27.551C76.716,27.551 77.494,28.328 77.494,29.307V42.867ZM68.045,38.289V38.347C68.045,40.391 69.427,41.744 71.07,41.744C72.712,41.744 74.065,40.391 74.065,38.347V38.289C74.065,36.245 72.712,34.892 71.07,34.892C69.427,34.892 68.045,36.216 68.045,38.289Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M87.173,43.299C86.799,43.068 86.511,42.665 86.511,42.118C86.511,41.341 87.116,40.736 87.893,40.736C88.153,40.736 88.412,40.794 88.585,40.909C89.766,41.658 90.918,42.003 91.926,42.003C92.935,42.003 93.396,41.629 93.396,41.082V41.024C93.396,40.276 92.215,40.017 90.832,39.614C89.103,39.095 87.144,38.318 87.144,35.929V35.871C87.144,33.366 89.161,31.956 91.638,31.956C92.935,31.956 94.26,32.301 95.441,32.906C95.96,33.165 96.277,33.625 96.277,34.201C96.277,34.979 95.643,35.583 94.865,35.583C94.606,35.583 94.462,35.526 94.231,35.41C93.252,34.921 92.301,34.633 91.552,34.633C90.688,34.633 90.256,35.007 90.256,35.497V35.554C90.256,36.245 91.437,36.562 92.762,37.023C94.49,37.598 96.478,38.433 96.478,40.679V40.736C96.478,43.471 94.433,44.709 91.754,44.709C90.313,44.709 88.671,44.277 87.173,43.299Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M98.322,40.938V40.88C98.322,38.203 100.367,36.965 103.277,36.965C104.516,36.965 105.409,37.167 106.302,37.483V37.282C106.302,35.842 105.409,35.036 103.651,35.036C102.672,35.036 101.894,35.18 101.232,35.382C101.03,35.439 100.886,35.468 100.713,35.468C99.906,35.468 99.273,34.835 99.273,34.057C99.273,33.424 99.676,32.906 100.223,32.704C101.318,32.301 102.528,32.071 104.141,32.071C106.042,32.071 107.425,32.589 108.29,33.453C109.211,34.374 109.615,35.727 109.615,37.368V42.982C109.615,43.932 108.866,44.652 107.915,44.652C106.907,44.652 106.244,43.932 106.244,43.212V43.183C105.38,44.133 104.228,44.738 102.528,44.738C100.223,44.709 98.322,43.385 98.322,40.938ZM106.331,40.132V39.499C105.726,39.211 104.948,39.038 104.112,39.038C102.614,39.038 101.692,39.642 101.692,40.736V40.794C101.692,41.744 102.47,42.291 103.594,42.291C105.236,42.291 106.331,41.398 106.331,40.132Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M117.595,44.738H117.422C116.471,44.738 115.837,44.133 115.434,43.212L111.66,34.518C111.574,34.288 111.487,34 111.487,33.654C111.487,32.819 112.236,32.013 113.187,32.013C114.138,32.013 114.627,32.532 114.887,33.251L117.537,40.391L120.216,33.194C120.447,32.589 120.936,31.985 121.858,31.985C122.78,31.985 123.529,32.704 123.529,33.625C123.529,33.913 123.414,34.288 123.356,34.46L119.582,43.155C119.179,44.105 118.545,44.738 117.595,44.738Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M131.25,44.767C127.562,44.767 124.825,42.176 124.825,38.404V38.347C124.825,34.835 127.332,31.927 130.904,31.927C135.023,31.927 136.838,35.295 136.838,37.857C136.838,38.865 136.118,39.527 135.196,39.527H128.282C128.628,41.111 129.723,41.945 131.307,41.945C132.287,41.945 133.064,41.658 133.785,41.111C134.044,40.938 134.274,40.823 134.649,40.823C135.427,40.823 136.003,41.427 136.003,42.205C136.003,42.665 135.801,43.011 135.542,43.241C134.447,44.191 133.036,44.767 131.25,44.767ZM133.497,37.368C133.295,35.813 132.373,34.748 130.904,34.748C129.463,34.748 128.513,35.785 128.225,37.368H133.497Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M146.575,29.307C146.575,28.328 147.353,27.551 148.333,27.551C149.312,27.551 150.09,28.328 150.09,29.307V42.867C150.09,43.846 149.312,44.623 148.333,44.623C147.353,44.623 146.575,43.846 146.575,42.867V29.307Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M153.288,29.221C153.288,28.213 154.152,27.58 155.247,27.58C156.341,27.58 157.206,28.213 157.206,29.221V29.278C157.206,30.286 156.341,30.919 155.247,30.919C154.152,30.919 153.288,30.286 153.288,29.278V29.221ZM153.518,33.77C153.518,32.791 154.296,32.013 155.275,32.013C156.255,32.013 157.033,32.791 157.033,33.77V42.867C157.033,43.846 156.255,44.623 155.275,44.623C154.296,44.623 153.518,43.846 153.518,42.867V33.77Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M165.589,44.738H165.416C164.465,44.738 163.831,44.133 163.428,43.212L159.654,34.518C159.568,34.288 159.481,34 159.481,33.654C159.481,32.819 160.23,32.013 161.181,32.013C162.132,32.013 162.622,32.532 162.881,33.251L165.531,40.391L168.21,33.194C168.441,32.589 168.931,31.985 169.852,31.985C170.774,31.985 171.523,32.704 171.523,33.625C171.523,33.913 171.408,34.288 171.35,34.46L167.577,43.155C167.173,44.105 166.511,44.738 165.589,44.738Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M179.244,44.767C175.556,44.767 172.82,42.176 172.82,38.404V38.347C172.82,34.835 175.326,31.927 178.898,31.927C183.018,31.927 184.833,35.295 184.833,37.857C184.833,38.865 184.112,39.527 183.191,39.527H176.277C176.622,41.111 177.717,41.945 179.301,41.945C180.281,41.945 181.059,41.658 181.779,41.111C182.038,40.938 182.269,40.823 182.643,40.823C183.421,40.823 183.997,41.427 183.997,42.205C183.997,42.665 183.795,43.011 183.536,43.241C182.441,44.191 181.03,44.767 179.244,44.767ZM181.491,37.368C181.289,35.813 180.367,34.748 178.898,34.748C177.458,34.748 176.507,35.785 176.219,37.368H181.491Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M187.166,43.299C186.792,43.068 186.503,42.665 186.503,42.118C186.503,41.341 187.108,40.736 187.886,40.736C188.145,40.736 188.405,40.794 188.578,40.909C189.759,41.658 190.911,42.003 191.919,42.003C192.928,42.003 193.389,41.629 193.389,41.082V41.024C193.389,40.276 192.207,40.017 190.825,39.614C189.096,39.095 187.137,38.318 187.137,35.929V35.871C187.137,33.366 189.154,31.956 191.631,31.956C192.928,31.956 194.253,32.301 195.434,32.906C195.952,33.165 196.269,33.625 196.269,34.201C196.269,34.979 195.636,35.583 194.858,35.583C194.599,35.583 194.454,35.526 194.224,35.41C193.245,34.921 192.294,34.633 191.545,34.633C190.681,34.633 190.248,35.007 190.248,35.497V35.554C190.248,36.245 191.43,36.562 192.755,37.023C194.483,37.598 196.471,38.433 196.471,40.679V40.736C196.471,43.471 194.426,44.709 191.746,44.709C190.277,44.709 188.664,44.277 187.166,43.299Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M200.763,40.65C201.916,40.65 202.751,41.514 202.751,42.608V42.665C202.751,43.759 201.887,44.623 200.763,44.623C199.64,44.623 198.776,43.759 198.776,42.665V42.608C198.747,41.514 199.611,40.65 200.763,40.65Z"
|
||||
android:fillColor="#000000"/>
|
||||
</group>
|
||||
</vector>
|
33
app/src/main/res/drawable/ic_home_logo.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="105dp"
|
||||
android:height="15dp"
|
||||
android:viewportWidth="105"
|
||||
android:viewportHeight="15">
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M7.304,15C10.996,15 13.2,12.682 13.852,10.262L11.608,9.536C11.119,11.149 9.731,12.682 7.304,12.682C4.835,12.682 2.509,10.907 2.509,7.56C2.509,4.093 4.896,2.379 7.283,2.379C9.711,2.379 11.057,3.77 11.486,5.504L13.791,4.738C13.138,2.238 10.955,0.101 7.283,0.101C3.529,0.101 0,2.903 0,7.56C0,12.218 3.407,15 7.304,15Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M17.81,7.54C17.81,4.093 20.218,2.379 22.645,2.379C25.094,2.379 27.501,4.093 27.501,7.54C27.501,10.988 25.094,12.702 22.645,12.702C20.218,12.702 17.81,10.988 17.81,7.54ZM15.301,7.54C15.301,12.238 18.851,15 22.645,15C26.44,15 30.01,12.238 30.01,7.54C30.01,2.863 26.44,0.101 22.645,0.101C18.851,0.101 15.301,2.863 15.301,7.54Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M37.238,11.532L33.199,0.403H30.547L35.933,14.698H38.422L43.889,0.403H41.298L37.238,11.532Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M48.313,14.698V0.403H45.824V14.698H48.313Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M54.229,12.48V2.621H56.82C59.329,2.621 61.39,4.234 61.39,7.581C61.39,10.887 59.309,12.48 56.799,12.48H54.229ZM56.881,14.698C60.798,14.698 63.94,12.157 63.94,7.581C63.94,2.984 60.839,0.403 56.901,0.403H51.781V14.698H56.881Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M75.951,3.75C75.624,2.157 74.298,0.101 70.891,0.101C68.199,0.101 65.975,2.077 65.975,4.476C65.975,6.613 67.444,8.044 69.647,8.488L71.687,8.911C72.932,9.173 73.625,9.919 73.625,10.847C73.625,11.956 72.728,12.823 70.993,12.823C68.912,12.823 67.831,11.452 67.688,9.96L65.404,10.605C65.628,12.661 67.321,15 70.993,15C74.298,15 76.114,12.883 76.114,10.665C76.114,8.649 74.747,7.056 72.197,6.552L70.116,6.129C68.994,5.887 68.423,5.202 68.423,4.294C68.423,3.206 69.443,2.238 70.912,2.238C72.85,2.238 73.605,3.548 73.748,4.435L75.951,3.75Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M77.781,12.036C77.781,13.589 79.066,15 81.147,15C82.759,15 83.738,14.193 84.207,13.448C84.207,14.234 84.289,14.637 84.309,14.698H86.513C86.492,14.597 86.39,14.012 86.39,13.125V8.246C86.39,6.29 85.227,4.577 82.167,4.577C79.719,4.577 78.169,6.089 77.985,7.782L80.147,8.266C80.249,7.278 80.943,6.492 82.188,6.492C83.493,6.492 84.065,7.157 84.065,7.984C84.065,8.327 83.901,8.609 83.33,8.69L80.78,9.073C79.087,9.315 77.781,10.282 77.781,12.036ZM81.596,13.165C80.658,13.165 80.147,12.561 80.147,11.895C80.147,11.089 80.739,10.686 81.474,10.564L84.065,10.182V10.625C84.065,12.54 82.922,13.165 81.596,13.165Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M93.658,2.097C94.107,2.097 94.372,2.157 94.515,2.198V0.202C94.351,0.121 93.862,0 93.27,0C91.23,0 89.802,1.331 89.802,3.528V4.879H88.068V6.915H89.802V14.698H92.189V6.915H94.494V4.879H92.189V3.589C92.189,2.379 93.025,2.097 93.658,2.097Z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M97.737,8.71C97.819,7.661 98.676,6.532 100.165,6.532C101.797,6.532 102.572,7.56 102.613,8.71H97.737ZM102.878,11.27C102.552,12.238 101.817,12.984 100.389,12.984C98.92,12.984 97.737,11.915 97.676,10.423H104.939C104.959,10.383 105,10.061 105,9.677C105,6.573 103.205,4.577 100.145,4.577C97.635,4.577 95.309,6.633 95.309,9.738C95.309,13.064 97.696,15 100.389,15C102.776,15 104.347,13.609 104.878,11.895L102.878,11.27Z" />
|
||||
</vector>
|
41
app/src/main/res/drawable/ic_home_share.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<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="#00000000"
|
||||
android:pathData="M8.5898,13.51L15.4198,17.49"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M15.4098,6.51L8.5898,10.49"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M18,8C19.6569,8 21,6.6568 21,5C21,3.3431 19.6569,2 18,2C16.3431,2 15,3.3431 15,5C15,6.6568 16.3431,8 18,8Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M6,15C7.6568,15 9,13.6569 9,12C9,10.3431 7.6568,9 6,9C4.3432,9 3,10.3431 3,12C3,13.6569 4.3432,15 6,15Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M18,22C19.6569,22 21,20.6569 21,19C21,17.3431 19.6569,16 18,16C16.3431,16 15,17.3431 15,19C15,20.6569 16.3431,22 18,22Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
72
app/src/main/res/drawable/ic_home_unprotected.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="137dp"
|
||||
android:height="167dp"
|
||||
android:viewportWidth="137"
|
||||
android:viewportHeight="167">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M62.086,4.642L5.364,102.886C1.791,109.075 6.258,116.809 13.402,116.809H126.844C133.989,116.809 138.455,109.075 134.882,102.886L78.162,4.642C74.589,-1.547 65.657,-1.547 62.086,4.642Z" />
|
||||
<path
|
||||
android:fillColor="#A2A2A2"
|
||||
android:pathData="M74.858,79.742H69.05C68.194,79.742 67.484,79.078 67.428,78.222L64.718,36.476C64.658,35.539 65.4,34.748 66.34,34.748H77.566C78.504,34.748 79.249,35.541 79.188,36.476L76.478,78.222C76.425,79.076 75.715,79.742 74.858,79.742ZM71.909,85.675C77.48,85.675 81.646,91.996 77.585,97.821C77.497,97.948 77.388,98.062 77.267,98.159C71.387,102.819 64.79,98.746 64.79,92.975C64.79,88.959 67.983,85.675 71.909,85.675Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M31.219,17.511C35.565,17.555 40.977,19.855 40.341,26.99C39.895,31.991 38.689,40.549 35.389,40.813C33.927,40.929 28.931,39.115 28.931,39.115L28.511,45.085L19.129,42.619L22.812,34.875C22.814,34.875 16.897,17.372 31.219,17.511Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M38.865,20.483L30.324,27.916C29.769,25.584 27.978,25.688 26.676,27.115C25.072,28.872 27.026,31.243 26.618,31.87C26.207,32.494 23.372,34.94 22.817,34.875C22.262,34.81 13.291,27.496 21.049,17.063C24.62,12.255 34.391,12.807 38.865,20.483Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M34.603,9.684C34.505,13.114 32.301,15.195 29.177,15.107C26.056,15.019 24.697,12.738 24.794,9.306C24.891,5.876 26.611,3.344 29.732,3.435C32.855,3.523 34.7,6.252 34.603,9.684Z" />
|
||||
<path
|
||||
android:fillColor="#1D273F"
|
||||
android:pathData="M58.58,107.402C60.964,107.543 61.469,107.037 72.763,115.229C78.947,119.714 88.515,123.578 93.815,125.754L97.896,120.38C88.317,113.138 65.732,95.778 61.258,93.514C55.076,90.386 31.136,110.425 31.136,110.425C31.136,110.425 17.38,110.263 13.503,118.983C12.978,120.164 46.426,117.261 49.8,114.528C54.318,110.868 57.395,107.332 58.58,107.402Z" />
|
||||
<path
|
||||
android:fillColor="#1D273F"
|
||||
android:pathData="M119.106,120.368L107.274,136.44L102.071,131.753L105.515,123.715L116.386,118.229L119.106,120.368Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M102.335,131.182L104.964,124.993L100.407,122.42L96.954,127.59L102.335,131.182Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M100.407,122.42L96.954,127.59L93.814,125.754L97.713,120.626L100.407,122.42Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M9.031,121.524C14.256,135.609 49.532,113.91 51.89,117.166C54.248,120.422 53.981,122.38 59.545,133.013C62.782,139.192 69.287,147.479 73.199,151.665L78.814,148.662C73.122,138.09 62.128,111.957 59.766,107.685C56.41,101.621 26.476,107.977 26.476,107.977C26.476,107.977 14.17,101.888 7.012,108.204C5.007,109.973 8.239,119.391 9.031,121.524Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M96.301,160.235L77.387,166.609L75.816,159.784L83.251,155.178L95.301,156.921L96.301,160.235Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M77.155,158.786L82.613,155.573L80.172,151.052L74.229,153.356L77.155,158.786Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M80.172,151.052L74.229,153.356L73.199,151.665L78.814,148.662L80.172,151.052Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M27.548,47.74C33.44,48.246 34.927,62.401 28.467,88.235L53.092,97.013L48.978,101.227C48.978,101.227 23.427,100.42 19.229,91.07C15.032,81.723 16.681,46.809 27.548,47.74Z" />
|
||||
<path
|
||||
android:fillColor="#D37B79"
|
||||
android:pathData="M58.413,95.53C62.038,95.646 64.915,97.565 64.845,99.819C64.829,100.311 64.674,100.779 64.402,101.209L52.605,101.545C52.022,100.909 51.698,100.174 51.723,99.401C51.793,97.148 54.788,95.414 58.413,95.53Z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M31.154,41.967L1.213,34.627C1.213,34.627 -4.869,53.595 10.203,54.481C25.272,55.37 31.154,41.967 31.154,41.967Z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M22.977,41.015C18.67,41.282 14.435,42.324 11.66,50.457C7.701,61.656 4.9,81.178 4.798,118.217L39.944,105.065C36.322,86.081 37.8,48.048 31.157,41.966C28.393,40.804 26.639,40.787 22.977,41.015Z" />
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:pathData="M57.91,104.113L48.166,100.046C46.753,99.456 46.08,97.816 46.669,96.402L54.921,76.637C55.51,75.223 57.151,74.55 58.564,75.14L68.308,79.208C69.721,79.797 70.394,81.438 69.804,82.851L61.553,102.617C60.963,104.03 59.323,104.703 57.91,104.113Z" />
|
||||
<path
|
||||
android:fillColor="#58595B"
|
||||
android:pathData="M64.323,86.712L56.108,83.282C55.519,83.036 55.238,82.354 55.484,81.765L56.735,78.767C56.981,78.177 57.663,77.896 58.252,78.142L66.467,81.572C67.056,81.818 67.337,82.5 67.091,83.09L65.84,86.088C65.594,86.677 64.912,86.958 64.323,86.712Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M20.942,49.1C26.854,49.116 28.321,63.76 21.861,89.594L42.132,96.398L42.374,102.587C42.374,102.587 16.823,102.487 12.625,93.14C8.425,83.793 14.096,49.083 20.942,49.1Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M51.804,96.892C55.429,97.008 58.306,98.927 58.236,101.18C58.22,101.672 58.065,102.141 57.793,102.57L45.996,102.907C45.414,102.271 45.089,101.536 45.114,100.763C45.186,98.51 48.182,96.776 51.804,96.892Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M42.216,97.955L47.474,99.306L47.021,102.87L42.13,103.021L42.216,97.955Z" />
|
||||
</vector>
|
341
app/src/main/res/drawable/ic_how_it_works.xml
Normal file
|
@ -0,0 +1,341 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:pathData="M0,0h311v188h-311z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M91.625,152.31C91.625,153.517 92.625,154.474 93.774,154.474C94.974,154.474 95.923,153.467 95.923,152.31V148.787H99.522C100.672,148.787 101.621,147.83 101.621,146.673C101.621,145.515 100.672,144.559 99.522,144.559H95.973V141.036C95.973,139.828 94.974,138.872 93.824,138.872C92.625,138.872 91.675,139.879 91.675,141.036V144.559H88.076C86.927,144.559 85.977,145.515 85.977,146.673C85.977,147.83 86.927,148.787 88.076,148.787H91.675V152.31H91.625Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M105.27,43.149C105.27,44.356 106.269,45.313 107.419,45.313C108.618,45.313 109.568,44.306 109.568,43.149V39.626H113.167C114.316,39.626 115.266,38.669 115.266,37.512C115.266,36.354 114.316,35.398 113.167,35.398H109.568V31.875C109.568,30.667 108.568,29.711 107.419,29.711C106.219,29.711 105.27,30.718 105.27,31.875V35.398H101.671C100.522,35.398 99.572,36.354 99.572,37.512C99.572,38.669 100.522,39.626 101.671,39.626H105.27V43.149Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M272.904,45.413C272.904,46.621 273.904,47.577 275.053,47.577C276.253,47.577 277.202,46.571 277.202,45.413V41.89H280.801C281.95,41.89 282.9,40.934 282.9,39.777C282.9,38.619 281.95,37.663 280.801,37.663H277.202V34.14C277.202,32.932 276.203,31.976 275.053,31.976C273.854,31.976 272.904,32.982 272.904,34.14V37.663H269.305C268.156,37.663 267.206,38.619 267.206,39.777C267.206,40.934 268.156,41.89 269.305,41.89H272.904V45.413Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M66.885,115.772C88.36,115.772 105.77,98.241 105.77,76.617C105.77,54.992 88.36,37.462 66.885,37.462C45.409,37.462 28,54.992 28,76.617C28,98.241 45.409,115.772 66.885,115.772Z"
|
||||
android:fillColor="#C7FFBA"/>
|
||||
<path
|
||||
android:pathData="M66.885,115.772C88.36,115.772 105.77,98.241 105.77,76.617C105.77,54.992 88.36,37.462 66.885,37.462C45.409,37.462 28,54.992 28,76.617C28,98.241 45.409,115.772 66.885,115.772Z"
|
||||
android:fillColor="#C7FFBA"/>
|
||||
<path
|
||||
android:pathData="M46.524,117.913C46.324,118.316 46.074,118.718 45.874,119.121C45.674,119.523 45.424,119.926 45.275,120.379C45.025,121.033 44.175,122.291 44.725,122.895C45.575,123.801 47.324,123.046 48.023,122.392C49.023,121.436 49.973,120.429 50.822,119.372C51.172,118.919 51.572,118.416 51.672,117.812C52.022,116.051 50.972,113.534 48.823,114.088C48.023,114.289 47.724,114.843 47.524,115.598C47.324,116.403 46.924,117.158 46.524,117.913Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M45.325,95.115L44.825,91.793C46.574,91.994 50.073,92.196 51.822,92.246L51.872,93.202L51.422,114.944C51.522,116.353 50.423,118.215 49.523,119.272C48.873,120.077 47.924,120.681 46.924,120.731C46.724,120.731 46.474,120.731 46.324,120.53C46.224,120.429 46.224,120.278 46.224,120.127C46.124,118.316 47.624,116.755 47.324,115.044L45.325,95.115Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M69.065,101.204C69.115,101.254 69.215,101.254 69.265,101.305L68.865,100.902C68.915,101.003 68.915,101.053 68.965,101.103C68.965,101.154 68.965,101.154 69.065,101.204C69.015,101.204 69.015,101.204 69.065,101.204Z"
|
||||
android:fillColor="#3772CE"/>
|
||||
<path
|
||||
android:pathData="M68.515,104.022C69.115,105.583 69.665,107.646 69.015,109.206C68.765,109.81 68.515,110.414 68.565,111.068C68.615,111.723 69.165,112.327 69.815,112.226C70.115,112.176 70.415,111.924 70.615,111.672C72.014,110.162 72.814,108.149 72.914,106.086C73.014,103.821 72.764,102.714 70.765,102.009C70.664,101.909 70.515,101.808 70.365,101.707L70.615,101.959C70.515,101.909 70.415,101.858 70.365,101.808C70.265,101.758 70.165,101.657 70.115,101.556C69.765,101.456 69.365,101.405 69.015,101.506C68.765,101.607 68.515,101.758 68.365,101.959C67.916,102.613 68.266,103.368 68.515,104.022Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M68.066,100.65L69.165,100.801C68.865,100.6 68.465,100.55 68.066,100.65Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M63.767,93.554L64.367,94.309C64.367,94.309 70.664,101.959 70.715,101.959C71.614,103.066 71.814,105.23 71.714,106.589C71.664,107.545 71.314,108.502 70.664,109.156C70.615,109.307 70.515,109.408 70.415,109.559C70.065,109.961 69.565,110.263 69.015,110.162C68.915,110.162 68.815,110.112 68.715,110.062C68.815,109.609 68.915,109.106 68.965,108.653C68.965,108.552 68.965,108.451 69.015,108.401C68.465,107.092 68.465,105.532 67.466,104.626L61.668,98.688L59.319,96.322C60.868,95.467 62.318,94.561 63.767,93.554Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M52.122,111.974C52.072,111.723 52.022,111.521 51.922,111.27L52.122,111.974L52.172,112.377C52.172,112.226 52.122,112.075 52.122,111.974Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M49.873,39.402C49.673,38.496 49.623,37.54 49.873,36.634C50.322,34.872 51.772,33.513 53.321,32.607C55.37,31.399 58.169,30.846 59.969,32.356C62.018,34.016 62.118,36.936 62.518,39.301C63.068,42.975 65.617,43.025 68.315,44.736C70.315,45.994 71.314,48.712 70.615,50.977C67.416,61.143 52.272,53.493 51.622,45.29C51.422,42.975 50.322,41.566 49.873,39.402Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M60.519,35.929L60.668,36.835C60.668,36.835 60.668,36.785 60.618,36.785C60.618,36.483 60.569,36.181 60.519,35.929Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M95.205,108.049C95.155,106.589 95.655,104.626 94.105,103.72C93.456,103.368 92.606,103.519 92.156,104.123C91.906,104.475 91.706,104.979 91.656,105.482C91.256,105.683 90.907,106.036 90.807,106.489C90.757,106.64 90.757,106.79 90.707,106.992C90.557,108.2 90.657,109.559 91.007,110.666C91.806,113.081 94.905,112.78 95.255,110.213C95.355,109.508 95.205,108.804 95.205,108.049Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M103.802,112.83C103.002,111.471 100.653,111.32 99.303,110.766C97.404,110.011 95.155,108.854 93.156,109.458C92.356,109.709 91.156,111.169 91.756,111.773C93.555,113.635 97.304,113.383 99.653,113.836C101.053,114.088 102.752,114.843 103.752,113.534C103.901,113.383 103.901,113.031 103.802,112.83Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M104.201,112.528C103.901,111.471 102.352,111.521 102.102,112.578C101.852,113.484 102.252,114.591 102.402,115.497C102.452,116 103.152,116.302 103.552,115.9C104.001,115.447 104.201,114.994 104.251,114.39C104.301,113.786 104.401,113.132 104.201,112.528Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M87.808,106.74C87.258,106.438 87.058,106.388 86.458,106.489C85.659,106.589 85.159,107.445 85.059,108.149C84.759,110.464 85.109,112.83 85.059,115.195C85.009,117.057 84.759,121.738 85.209,120.832C85.509,120.178 86.558,121.486 86.858,120.832C88.757,117.108 88.507,112.377 88.658,108.3C88.607,107.747 88.358,107.042 87.808,106.74Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M85.959,120.53C84.909,120.48 83.56,120.631 82.76,121.386C82.21,121.889 82.51,122.191 83.16,122.392C83.609,122.543 84.109,122.543 84.609,122.593C85.059,122.644 85.459,122.694 85.909,122.644C86.558,122.593 87.108,122.543 87.108,121.889C87.058,121.335 86.608,120.58 85.959,120.53Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M96.155,100.399C93.755,100.399 91.356,100.399 89.007,100.399C88.308,100.399 86.058,99.996 85.459,100.399C84.759,100.902 84.909,103.519 84.909,104.375C84.859,105.784 84.909,107.243 85.059,108.653C85.059,108.804 85.009,108.804 85.109,108.904C85.259,109.106 85.609,109.257 85.858,109.257C86.658,109.257 87.458,109.206 88.258,109.156C88.558,109.156 88.907,109.106 89.107,108.904C89.307,108.753 89.407,108.502 89.507,108.25C89.807,107.495 90.007,106.69 90.357,105.935C90.507,106.891 90.407,107.898 90.407,108.904H95.105C95.305,108.904 95.455,108.804 95.505,108.602C95.905,107.243 96.404,102.462 96.254,101.003C96.204,100.65 96.204,100.399 96.155,100.399Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M84.559,88.823C84.359,89.578 84.209,90.333 83.809,90.937C83.41,91.591 82.76,92.095 81.96,92.095C80.761,92.145 79.861,90.988 79.161,89.981C77.612,87.666 75.912,85.451 74.163,83.338C73.913,83.036 73.513,82.734 73.214,82.985C73.114,83.086 73.064,83.237 73.014,83.338C72.764,84.596 73.513,85.854 74.313,86.911C76.212,89.578 78.112,92.246 80.461,94.51C81.061,95.114 81.81,95.668 82.66,95.668C83.56,95.618 84.259,94.812 84.759,94.007C85.259,93.202 85.609,92.296 85.809,91.34C85.959,90.686 86.008,89.981 85.659,89.427C85.309,88.874 84.409,88.673 84.009,89.226C83.959,89.327 83.909,89.427 84.009,89.528C84.109,89.578 84.209,89.427 84.109,89.427L84.559,88.823Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M44.225,68.843C44.675,63.609 44.175,57.57 46.074,52.638C46.224,52.285 46.674,52.437 46.774,52.688C49.823,61.395 44.825,71.309 47.674,79.966C48.323,81.929 45.224,82.784 44.625,80.872C43.425,77.047 43.925,72.819 44.225,68.843Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M68.465,72.719C68.465,72.618 68.465,72.517 68.415,72.417C67.466,70.907 66.516,67.635 66.066,65.874C65.367,63.005 64.717,61.697 64.217,58.778C64.067,57.973 65.267,57.167 66.116,56.966C69.915,56.01 71.614,65.27 71.964,73.373C72.314,74.933 72.664,76.292 72.714,78.053C72.764,80.419 73.014,82.482 73.363,84.697C73.563,86.055 71.314,86.408 70.964,85.099C70.015,81.174 68.815,76.745 68.465,72.719Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M46.174,60.841C45.524,59.08 43.025,58.023 42.526,56.463C42.026,54.701 43.675,51.883 44.525,50.423C45.824,48.159 47.773,46.045 50.322,45.34C51.472,45.038 52.722,45.038 53.921,45.189C61.468,46.146 69.665,52.437 67.916,60.539C66.016,69.145 66.916,77.953 68.266,86.71C68.665,89.377 69.315,90.686 68.715,93.403C68.465,94.51 67.616,96.876 66.366,96.725C63.018,96.272 60.319,99.594 57.12,99.543C54.521,99.493 52.472,97.681 49.873,97.933C47.973,98.134 45.874,96.977 44.425,95.416C43.175,94.058 42.975,92.095 43.025,90.384C43.075,86.71 44.025,83.086 44.525,79.412C44.625,78.758 44.725,78.053 44.775,77.349C44.825,76.745 44.875,76.141 44.925,75.537C45.224,71.662 45.424,67.736 45.674,63.911C45.774,62.603 46.624,62.754 46.224,61.143C46.224,60.992 46.174,60.892 46.174,60.841Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M95.255,104.022C96.205,102.311 96.105,100.349 96.205,98.486C96.304,96.121 96.505,93.806 96.505,91.44C96.505,90.182 98.454,90.182 98.454,91.44C98.404,94.209 98.204,97.027 98.054,99.795C97.954,101.607 97.804,103.368 96.904,105.029C96.354,106.086 94.655,105.13 95.255,104.022Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M91.256,84.143C91.806,84.344 92.306,84.546 92.806,84.747C94.905,85.653 103.052,92.699 96.255,92.447C96.204,93.403 96.155,94.611 96.104,95.416L95.855,101.959C95.855,102.462 95.455,102.865 94.955,102.915L92.856,103.066C92.656,103.117 92.456,103.117 92.206,103.117C89.857,102.915 84.809,104.073 85.109,101.103C85.609,96.675 83.909,92.548 84.259,88.119C84.309,87.213 84.459,86.307 84.909,85.552C85.659,84.294 87.158,83.69 88.607,83.69C89.557,83.64 90.407,83.841 91.256,84.143Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M88.807,75.537C88.807,75.084 89.157,74.732 89.607,74.732H89.957C90.407,74.732 90.757,75.134 90.757,75.537C90.757,76.242 92.056,76.443 92.606,76.644C93.356,76.996 93.955,77.449 94.305,78.204C95.105,79.865 94.455,81.576 93.006,82.482C92.856,82.633 92.656,82.734 92.456,82.784C92.406,82.784 92.356,82.835 92.356,82.835C92.206,83.237 91.706,83.539 91.206,83.237C91.157,83.187 91.106,83.187 91.106,83.136C90.707,83.086 90.357,82.835 90.357,82.331C90.357,82.029 90.357,81.778 90.407,81.476C90.357,80.721 90.507,79.865 90.607,79.161C90.557,78.758 90.407,78.355 90.107,78.003C89.407,77.248 88.807,76.695 88.807,75.537Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<path
|
||||
android:pathData="M89.657,77.198C90.107,76.745 91.007,77.047 91.057,77.651C91.057,77.651 91.107,77.651 91.107,77.701C91.656,78.204 91.856,79.06 92.006,79.815H92.206V84.898C92.206,85.854 91.456,86.609 90.507,86.609C89.557,86.609 88.808,85.854 88.808,84.898V84.042V82.684V81.929C88.508,81.627 88.308,81.224 88.158,80.771C87.758,79.312 88.808,78.154 89.657,77.198Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M60.069,80.167C60.368,81.677 61.118,82.885 62.768,82.835C63.817,82.784 64.917,82.734 65.966,82.684C66.666,82.734 67.416,82.734 68.116,82.633C68.365,82.583 68.615,82.583 68.815,82.533C68.915,82.533 69.015,82.533 69.115,82.533C69.515,82.533 69.915,82.482 70.265,82.432C70.265,82.23 70.215,82.08 70.215,81.878C70.215,81.828 70.215,81.727 70.165,81.677C69.965,80.066 69.815,78.003 69.715,75.789C69.665,74.983 69.065,74.379 68.265,74.329C67.216,74.279 66.116,74.228 65.067,74.228C64.567,74.228 64.167,74.228 63.767,74.228C61.668,74.077 59.719,74.178 59.769,75.134C59.869,76.04 59.669,78.305 60.069,80.167Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M48.573,46.095C51.572,55.003 56.27,67.988 62.568,75.134L63.068,74.681C56.87,67.635 52.222,54.752 49.223,45.894L48.573,46.095Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M62.518,37.791C62.018,35.929 60.868,34.016 59.719,33.262C55.67,30.594 50.672,34.62 51.922,39.301C53.121,43.629 60.718,46.196 62.568,40.962C62.918,40.056 62.818,38.898 62.518,37.791Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M54.921,41.517V41.465C54.973,41.465 54.921,41.465 54.921,41.517Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M58.519,41.465V46.397L56.92,47.655C56.02,48.36 54.671,47.655 54.721,46.498L54.921,41.515H58.519V41.465Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M58.069,42.27L54.971,45.24V45.189V42.874L58.069,42.27Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M58.22,39.403C58.22,39.403 58.271,39.403 58.22,39.403V39.351C58.271,39.351 58.271,39.403 58.22,39.403Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M58.369,40.207C58.069,38.697 56.82,35.023 55.121,34.52C50.222,33.06 50.322,40.307 52.222,42.824C52.922,43.73 54.021,44.082 55.071,44.132C55.67,44.132 56.22,43.73 56.77,43.428C57.72,42.824 58.169,41.868 58.419,40.66C58.419,40.559 58.469,40.509 58.469,40.408C58.419,40.307 58.369,40.257 58.369,40.207Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M57.92,40.76C58.019,40.81 58.069,40.81 58.168,40.81C58.168,40.76 58.168,40.76 58.168,40.71L57.92,40.76Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M59.768,38.848C59.368,38.697 58.968,39.15 58.768,39.704C58.668,39.955 58.618,40.257 58.468,40.509C58.418,40.66 58.269,40.76 58.169,40.76C58.069,41.163 58.269,41.666 58.618,41.817C58.968,41.918 59.318,41.717 59.618,41.415C59.918,41.113 60.218,40.66 60.268,40.157C60.368,39.603 60.168,38.999 59.768,38.848Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M62.068,48.41C67.016,51.128 70.664,56.161 71.764,61.747C71.864,62.15 71.914,62.603 71.664,62.955C71.464,63.257 71.064,63.408 70.765,63.509C68.965,64.113 67.116,64.767 65.317,65.371C64.917,65.522 64.467,65.622 64.167,65.371C63.917,65.22 63.817,64.918 63.767,64.616C62.518,60.439 61.918,56.06 61.918,51.682C61.918,50.625 62.068,49.367 62.918,48.763L62.068,48.41Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M86.059,127.677C89.107,129.438 94.005,129.438 97.054,127.677C100.103,125.915 100.103,123.046 97.054,121.285C94.005,119.523 89.107,119.523 86.059,121.285C83.01,123.046 83.01,125.865 86.059,127.677Z"
|
||||
android:strokeAlpha="0.18"
|
||||
android:fillColor="#647DDD"
|
||||
android:fillAlpha="0.18"/>
|
||||
<path
|
||||
android:pathData="M214.727,138.117C242.523,138.117 265.057,115.427 265.057,87.437C265.057,59.447 242.523,36.757 214.727,36.757C186.93,36.757 164.396,59.447 164.396,87.437C164.396,115.427 186.93,138.117 214.727,138.117Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M133.159,160.362C147.347,160.362 158.849,148.78 158.849,134.494C158.849,120.207 147.347,108.625 133.159,108.625C118.971,108.625 107.469,120.207 107.469,134.494C107.469,148.78 118.971,160.362 133.159,160.362Z"
|
||||
android:fillColor="#C7FFBA"/>
|
||||
<path
|
||||
android:pathData="M127.311,149.29C125.562,150.9 122.763,152.31 121.014,152.461C119.264,152.612 119.264,151.404 121.014,149.793C122.763,148.183 125.562,146.774 127.311,146.623C129.06,146.472 129.06,147.679 127.311,149.29Z"
|
||||
android:strokeAlpha="0.18"
|
||||
android:fillColor="#647DDD"
|
||||
android:fillAlpha="0.18"/>
|
||||
<path
|
||||
android:pathData="M148.803,137.111C147.053,138.721 144.254,140.13 142.505,140.281C140.756,140.432 140.756,139.224 142.505,137.614C144.254,136.003 147.053,134.594 148.803,134.443C150.552,134.343 150.552,135.5 148.803,137.111Z"
|
||||
android:strokeAlpha="0.18"
|
||||
android:fillColor="#647DDD"
|
||||
android:fillAlpha="0.18"/>
|
||||
<path
|
||||
android:pathData="M142.905,137.715C142.555,137.715 142.205,137.664 141.905,137.564C140.506,137.111 139.506,135.752 139.056,133.739C138.157,129.662 139.956,124.076 143.005,121.257C144.504,119.848 146.154,119.345 147.553,119.798C148.952,120.251 149.952,121.61 150.402,123.623C151.302,127.699 149.502,133.286 146.453,136.104C145.254,137.161 144.054,137.715 142.905,137.715ZM146.503,120.05C145.454,120.05 144.354,120.553 143.255,121.559C140.306,124.277 138.557,129.712 139.406,133.638C139.806,135.5 140.706,136.758 141.955,137.161C143.205,137.564 144.654,137.06 146.054,135.802C149.002,133.084 150.752,127.699 149.902,123.723C149.502,121.861 148.603,120.603 147.353,120.201C147.103,120.1 146.803,120.05 146.503,120.05Z"
|
||||
android:fillColor="#E2E8F2"/>
|
||||
<path
|
||||
android:pathData="M142.905,137.715C142.555,137.715 142.205,137.664 141.855,137.564C140.456,137.111 139.456,135.752 139.006,133.739C138.107,129.662 139.906,124.076 142.955,121.257C144.454,119.848 146.104,119.345 147.503,119.798C148.903,120.251 149.902,121.61 150.352,123.623C151.252,127.699 149.452,133.286 146.404,136.104C145.254,137.161 144.054,137.715 142.905,137.715ZM146.503,120.05C145.454,120.05 144.354,120.553 143.305,121.559C140.356,124.277 138.607,129.712 139.456,133.638C139.856,135.5 140.756,136.758 142.005,137.161C143.255,137.564 144.704,137.06 146.104,135.802C149.052,133.084 150.802,127.649 149.952,123.723C149.552,121.861 148.653,120.603 147.403,120.201C147.103,120.1 146.803,120.05 146.503,120.05Z"
|
||||
android:fillColor="#FCF5E6"/>
|
||||
<path
|
||||
android:pathData="M142.855,138.168C142.505,138.168 142.105,138.117 141.755,138.017C140.256,137.564 139.206,136.104 138.756,133.99C137.807,129.712 139.706,123.824 142.905,120.905C144.504,119.446 146.204,118.892 147.653,119.395C149.152,119.848 150.202,121.308 150.652,123.421C151.601,127.699 149.702,133.588 146.503,136.507C145.304,137.564 144.004,138.168 142.855,138.168ZM143.205,121.207C140.106,124.076 138.307,129.763 139.206,133.89C139.606,135.852 140.606,137.161 141.905,137.564C143.205,137.966 144.754,137.463 146.254,136.154C149.202,133.437 151.152,127.397 150.252,123.472C149.852,121.509 148.853,120.2 147.553,119.798C146.204,119.345 144.654,119.848 143.205,121.207Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M121.713,150.397C121.363,150.397 121.014,150.347 120.714,150.246C119.314,149.793 118.315,148.434 117.865,146.421C116.965,142.345 118.764,136.758 121.813,133.94C123.313,132.531 124.962,132.028 126.361,132.481C127.761,132.933 128.761,134.292 129.21,136.305C130.11,140.382 128.311,145.968 125.262,148.787C124.062,149.844 122.813,150.397 121.713,150.397ZM125.262,132.732C124.212,132.732 123.113,133.235 122.013,134.242C119.064,136.96 117.315,142.395 118.165,146.321C118.565,148.183 119.464,149.441 120.714,149.844C121.963,150.246 123.413,149.743 124.812,148.485C127.761,145.767 129.51,140.382 128.661,136.406C128.261,134.544 127.361,133.286 126.112,132.883C125.912,132.782 125.612,132.732 125.262,132.732Z"
|
||||
android:fillColor="#E2E8F2"/>
|
||||
<path
|
||||
android:pathData="M121.713,150.397C121.363,150.397 121.014,150.347 120.664,150.246C119.264,149.793 118.265,148.434 117.815,146.421C116.915,142.345 118.714,136.758 121.763,133.94C123.263,132.531 124.912,132.028 126.311,132.481C127.711,132.933 128.71,134.292 129.16,136.305C130.06,140.382 128.261,145.968 125.212,148.787C124.062,149.844 122.813,150.397 121.713,150.397ZM125.262,132.732C124.212,132.732 123.113,133.235 122.063,134.242C119.114,136.96 117.365,142.395 118.215,146.321C118.614,148.183 119.514,149.441 120.764,149.844C122.013,150.246 123.463,149.743 124.862,148.485C127.811,145.767 129.56,140.332 128.71,136.406C128.311,134.544 127.411,133.286 126.161,132.883C125.912,132.782 125.612,132.732 125.262,132.732Z"
|
||||
android:fillColor="#FCF5E6"/>
|
||||
<path
|
||||
android:pathData="M121.613,150.8C121.263,150.8 120.864,150.749 120.514,150.649C119.014,150.196 117.965,148.736 117.515,146.623C116.565,142.345 118.465,136.456 121.663,133.537C123.263,132.078 124.962,131.524 126.411,132.028C127.911,132.48 128.96,133.94 129.41,136.054C130.36,140.332 128.461,146.22 125.262,149.139C124.062,150.246 122.813,150.8 121.613,150.8ZM121.963,133.839C118.864,136.708 117.065,142.395 117.965,146.522C118.365,148.485 119.364,149.793 120.664,150.196C121.963,150.598 123.513,150.095 125.012,148.787C128.111,145.918 129.91,140.231 129.01,136.104C128.611,134.141 127.611,132.833 126.311,132.43C125.012,131.977 123.463,132.48 121.963,133.839Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M141.855,120.049C141.406,119.345 139.906,118.691 139.456,118.439C139.206,118.338 138.957,118.338 138.707,118.489L135.508,120.704L135.808,120.855L135.458,121.056L137.957,122.516C138.957,122.063 141.156,121.61 141.805,120.804C142.055,120.553 142.005,120.301 141.855,120.049Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M133.809,138.369C133.709,138.369 133.609,138.318 133.559,138.268C133.409,138.117 133.409,137.916 133.559,137.765L135.558,135.651C135.708,135.5 135.908,135.5 136.058,135.651C136.208,135.802 136.208,136.003 136.058,136.154L134.058,138.268C134.008,138.369 133.908,138.369 133.809,138.369Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M131.159,140.08C131.06,140.08 130.91,140.03 130.86,139.929C130.76,139.778 130.81,139.526 130.96,139.426L133.159,137.916C133.309,137.815 133.559,137.866 133.659,138.017C133.758,138.168 133.708,138.419 133.559,138.52L131.359,140.03C131.309,140.03 131.209,140.08 131.159,140.08Z"
|
||||
android:fillColor="#3772CE"/>
|
||||
<path
|
||||
android:pathData="M138.457,136.859C138.357,136.859 138.207,136.809 138.157,136.708C138.057,136.557 138.107,136.305 138.257,136.205L140.456,134.695C140.606,134.594 140.856,134.645 140.956,134.796C141.056,134.947 141.006,135.198 140.856,135.299L138.657,136.809C138.607,136.809 138.557,136.859 138.457,136.859Z"
|
||||
android:fillColor="#3772CE"/>
|
||||
<path
|
||||
android:pathData="M135.558,135.097H135.508C135.358,135.047 135.258,134.896 135.308,134.745L138.457,121.61C138.507,121.459 138.657,121.358 138.807,121.408C138.956,121.459 139.056,121.61 139.006,121.761L135.858,134.896C135.808,134.997 135.708,135.097 135.558,135.097Z"
|
||||
android:fillColor="#A0D2FF"/>
|
||||
<path
|
||||
android:pathData="M122.263,141.59C122.163,141.59 122.013,141.539 122.013,141.388C121.963,141.237 122.063,141.086 122.213,141.036C122.363,140.986 122.463,140.935 122.513,140.935C122.663,140.885 122.713,140.885 123.013,140.684C123.363,138.721 124.012,136.456 124.562,134.242C125.162,132.078 125.712,129.914 126.112,128.001V127.951C126.112,127.85 126.211,127.75 126.311,127.75C126.411,127.699 126.511,127.75 126.561,127.8C126.711,127.901 135.658,134.544 135.758,134.645C135.908,134.745 135.908,134.896 135.808,135.047C135.708,135.198 135.558,135.198 135.408,135.097C135.308,134.997 128.261,129.813 126.561,128.555C126.211,130.367 125.612,132.43 125.112,134.443C124.512,136.658 123.912,138.973 123.513,140.935C123.513,140.986 123.463,141.086 123.413,141.137C122.963,141.439 122.913,141.489 122.663,141.59C122.613,141.59 122.513,141.64 122.363,141.69C122.313,141.59 122.263,141.59 122.263,141.59Z"
|
||||
android:fillColor="#A0D2FF"/>
|
||||
<path
|
||||
android:pathData="M133.209,113.205L131.209,117.785C130.96,118.389 130.51,118.892 129.96,119.244L126.711,121.308L126.361,121.559L125.562,122.465C125.412,122.667 125.162,122.767 124.912,122.767C124.712,122.767 124.512,122.717 124.362,122.566C124.012,122.264 123.962,121.71 124.262,121.358L125.162,120.351C125.162,120.301 125.212,120.301 125.262,120.251C125.312,120.2 125.312,120.2 125.362,120.15L129.11,117.785C129.36,117.634 129.56,117.382 129.71,117.08L131.709,112.5C131.909,112.047 132.409,111.846 132.859,112.047C133.209,112.249 133.409,112.752 133.209,113.205Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M131.459,137.413C131.359,137.564 131.259,137.664 131.159,137.815C131.06,137.966 130.96,138.067 130.91,138.218C130.81,138.419 130.46,138.822 130.61,139.073C130.86,139.426 131.509,139.224 131.759,139.023C132.159,138.721 132.509,138.419 132.859,138.117C133.009,137.966 133.159,137.815 133.209,137.614C133.409,137.01 133.159,136.054 132.409,136.205C132.109,136.255 131.959,136.406 131.859,136.658C131.809,136.909 131.659,137.161 131.459,137.413Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M131.809,133.437L131.759,132.179C132.359,132.33 132.959,132.531 133.559,132.632L133.509,132.984L133.259,136.557C133.209,137.06 132.759,137.664 132.409,137.966C132.159,138.218 131.809,138.369 131.459,138.369C131.359,138.369 131.309,138.369 131.259,138.268C131.259,138.218 131.259,138.168 131.259,138.117C131.309,137.463 131.909,137.01 131.859,136.406L131.809,133.437Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M135.908,122.365C136.208,121.207 136.707,120.1 137.157,118.993C135.358,118.489 134.608,118.036 133.609,119.949C132.709,121.66 132.209,123.572 132.059,125.485C131.709,129.109 131.809,130.82 131.859,134.292C131.859,134.393 131.859,134.494 131.959,134.594C132.009,134.645 132.109,134.645 132.159,134.695C132.609,134.745 133.309,134.796 133.659,134.443C133.808,134.242 133.908,133.99 133.958,133.739C134.508,131.625 134.458,130.165 134.708,127.951C134.758,126.693 135.408,124.176 135.908,122.365Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M135.658,135.097C135.408,135.097 135.208,134.947 135.008,134.846C134.958,134.796 134.858,134.745 134.808,134.745C134.808,134.745 134.758,134.745 134.758,134.695C133.659,133.789 132.509,132.984 131.409,132.178C130.06,131.222 128.661,130.266 127.361,129.108C127.261,129.008 127.211,128.807 127.361,128.706C127.461,128.605 127.661,128.555 127.761,128.706C129.06,129.863 130.41,130.82 131.759,131.726C132.859,132.531 134.008,133.336 135.108,134.242C135.158,134.292 135.258,134.343 135.308,134.343C135.458,134.443 135.608,134.494 135.658,134.494C137.807,132.833 143.005,129.461 144.254,128.605L138.857,122.667C137.307,123.472 135.108,124.428 132.909,125.284C130.51,126.29 128.011,127.297 126.461,128.203C126.311,128.303 126.161,128.253 126.062,128.102C125.962,127.951 126.012,127.8 126.161,127.699C127.761,126.793 130.26,125.737 132.709,124.73C134.958,123.824 137.257,122.868 138.807,122.012C138.906,121.962 139.056,121.962 139.156,122.063L144.904,128.404C144.954,128.454 145.004,128.555 144.954,128.656C144.954,128.756 144.904,128.807 144.804,128.857C144.754,128.907 138.307,133.084 135.908,134.896C135.908,134.896 135.858,134.896 135.858,134.947C135.858,135.047 135.758,135.097 135.658,135.097Z"
|
||||
android:fillColor="#A0D2FF"/>
|
||||
<path
|
||||
android:pathData="M139.306,132.631C139.356,132.631 139.356,132.681 139.406,132.681L139.256,132.48C139.256,132.531 139.256,132.581 139.306,132.631C139.256,132.631 139.256,132.631 139.306,132.631Z"
|
||||
android:fillColor="#3772CE"/>
|
||||
<path
|
||||
android:pathData="M138.957,132.984C139.056,133.588 139.156,134.393 138.807,134.946C138.657,135.148 138.507,135.349 138.507,135.601C138.507,135.852 138.657,136.104 138.907,136.104C139.056,136.104 139.156,136.054 139.256,135.953C139.906,135.5 140.306,134.796 140.506,134.041C140.706,133.235 140.706,132.782 139.956,132.38C139.906,132.329 139.856,132.279 139.806,132.229L139.906,132.329C139.856,132.329 139.856,132.279 139.806,132.279C139.756,132.229 139.756,132.229 139.706,132.178C139.606,132.128 139.456,132.078 139.306,132.078C139.206,132.078 139.106,132.128 139.007,132.178C138.857,132.38 138.907,132.682 138.957,132.984Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M138.906,132.329L139.406,132.48C139.256,132.329 139.106,132.279 138.906,132.329Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M139.256,131.122C138.807,131.424 138.307,131.726 137.857,132.027L138.557,133.034C138.857,133.437 138.757,134.041 138.857,134.544C138.857,134.594 138.857,134.594 138.807,134.645C138.757,134.795 138.657,134.997 138.607,135.148C138.657,135.198 138.657,135.198 138.707,135.198C138.907,135.299 139.106,135.198 139.256,135.097C139.306,135.047 139.356,134.997 139.356,134.997C139.656,134.795 139.856,134.443 139.906,134.141C140.056,133.638 140.106,132.833 139.856,132.38C139.906,132.329 139.606,131.776 139.256,131.122Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M137.507,125.032C137.607,124.529 137.907,124.126 138.357,123.673C139.656,122.365 140.706,121.106 140.206,119.144C140.106,118.64 139.906,118.087 139.556,117.684C139.556,117.734 139.556,117.785 139.556,117.835C138.857,117.382 138.157,117.08 137.307,117.181C136.707,117.281 136.008,117.483 135.358,117.785C134.458,118.187 133.908,118.791 133.908,119.546C133.908,120.049 134.158,120.502 134.608,120.855C134.658,121.006 134.708,121.207 134.758,121.358C134.858,121.61 134.808,121.861 134.758,122.113C135.358,122.214 135.458,122.264 135.308,122.868C135.158,123.522 134.958,124.126 134.858,124.78C134.708,125.334 134.608,125.938 134.708,126.542C134.808,126.995 135.008,127.448 135.208,127.85C135.658,128.756 136.208,129.561 136.757,130.417C137.207,131.122 137.457,131.826 138.057,132.38C138.157,132.48 138.207,132.531 138.357,132.531C138.457,132.531 138.557,132.531 138.657,132.48C140.106,131.927 139.456,130.216 139.006,129.209C138.557,128.203 137.857,127.297 137.607,126.189C137.457,125.787 137.457,125.384 137.507,125.032Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M138.206,113.356L138.506,114.463L139.556,117.785C139.606,117.986 139.556,118.187 139.406,118.338C138.956,118.691 137.607,118.993 135.557,118.59C135.258,118.54 134.908,118.338 134.708,118.087L132.809,115.772L132.759,115.721C132.459,115.369 132.309,114.966 132.309,114.614L132.359,113.507L132.059,112.953C131.659,112.299 132.059,111.745 132.859,111.846L133.108,111.896L133.558,111.947L135.458,112.198L136.007,112.299L137.107,112.45C137.607,112.5 138.106,112.903 138.206,113.356Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M137.257,113.356C137.257,113.608 137.207,113.96 137.207,114.312C137.207,114.966 137.157,115.671 136.607,116.074C135.808,116.728 134.008,116.074 133.109,115.872C133.009,115.822 132.859,115.822 132.709,115.772L132.659,115.721C132.359,115.369 132.209,114.966 132.209,114.614L132.259,113.507L131.959,112.953C131.559,112.299 131.959,111.745 132.759,111.846L133.009,111.896L133.459,111.947L135.358,112.198C135.708,112.249 136.358,112.198 136.657,112.349C137.157,112.551 137.257,112.903 137.257,113.356Z"
|
||||
android:fillColor="#E2E8F2"/>
|
||||
<path
|
||||
android:pathData="M135.958,112.299C135.908,112.651 135.758,113.004 135.558,113.306C135.408,113.557 135.258,113.758 135.008,113.909C134.758,114.06 134.358,114.06 134.008,113.909C133.709,113.809 133.459,113.557 133.309,113.356C133.159,113.104 133.109,112.903 133.059,112.651C133.009,112.4 133.009,112.148 133.059,111.947L133.509,111.997L135.408,112.249L135.958,112.299Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M136.408,109.028C136.408,108.072 135.958,107.115 135.208,106.612C134.508,106.159 133.809,106.058 133.159,106.209C131.659,106.562 130.51,108.122 131.01,109.883C131.609,112.047 134.408,112.45 135.808,110.739C136.208,110.236 136.408,109.632 136.408,109.028Z"
|
||||
android:fillColor="#F6D981"/>
|
||||
<path
|
||||
android:pathData="M132.859,111.142C132.909,111.142 132.909,111.142 132.859,111.142C132.909,111.142 132.909,111.091 132.859,111.142C132.909,111.142 132.909,111.091 132.859,111.142Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M136.158,112.651L133.959,113.406L133.609,112.903L132.459,111.142H132.409H134.708L134.658,110.487L136.158,112.651Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M134.708,110.638L133.609,112.903L132.459,111.141H132.509H134.708V110.638Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M132.159,108.474C131.859,107.971 132.259,107.367 132.809,107.065C133.359,106.763 134.059,106.662 134.758,106.662C135.408,106.612 136.108,106.612 136.757,106.36C137.357,106.109 137.857,105.706 138.307,105.303C139.107,104.599 139.956,103.945 140.956,103.542C141.955,103.089 143.205,102.938 144.255,103.341C145.254,103.693 145.954,104.7 145.604,105.555C145.004,107.115 142.155,107.266 141.106,108.625C140.906,108.877 140.756,109.179 140.606,109.43C139.956,110.286 138.757,110.739 137.557,110.89C136.358,111.041 135.058,110.89 134.059,110.387C133.059,109.883 132.309,108.977 132.309,107.971L132.159,108.474Z"
|
||||
android:fillColor="#F6D981"/>
|
||||
<path
|
||||
android:pathData="M134.608,109.934C134.258,109.783 133.909,109.581 133.559,109.279C133.309,109.078 133.059,108.826 132.859,108.575C132.359,108.776 131.859,108.877 131.36,108.977C131.16,109.028 131.01,109.179 131.01,109.38C131.01,109.632 131.01,109.883 131.01,110.135C131.01,110.739 131.11,111.292 131.46,111.745C131.809,112.249 132.409,112.4 132.959,112.45C133.259,112.45 133.559,112.249 133.859,112.047C134.358,111.745 134.608,111.242 134.758,110.588C134.758,110.538 134.758,110.487 134.758,110.437L134.708,110.387C134.708,110.185 134.658,110.085 134.608,109.934Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M134.208,110.688C134.258,110.738 134.308,110.738 134.358,110.688V110.638L134.208,110.688Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M135.157,109.732C134.957,109.682 134.758,109.883 134.658,110.185C134.608,110.336 134.608,110.487 134.508,110.588C134.458,110.638 134.408,110.689 134.358,110.739C134.308,110.94 134.408,111.192 134.558,111.242C134.758,111.292 134.908,111.192 135.057,111.041C135.207,110.89 135.357,110.638 135.357,110.387C135.457,110.085 135.357,109.783 135.157,109.732Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M132.709,111.393C132.709,111.443 132.759,111.443 132.759,111.494C132.759,111.896 132.459,112.047 132.109,111.846C131.759,111.645 131.459,111.141 131.459,110.689C131.459,110.689 131.509,110.689 131.509,110.638L132.709,111.393Z"
|
||||
android:fillColor="#F2F4FA"/>
|
||||
<path
|
||||
android:pathData="M127.011,128.303C126.961,128.303 126.961,128.303 126.911,128.303C126.661,128.253 126.511,128.001 126.611,127.8L127.611,123.623C127.661,123.371 127.911,123.27 128.111,123.321C128.361,123.371 128.511,123.623 128.411,123.824L127.411,128.001C127.361,128.152 127.211,128.303 127.011,128.303Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M131.459,127.246C131.409,127.246 131.409,127.246 131.459,127.246C131.26,127.246 131.16,127.095 131.16,126.944L131.26,126.038C131.31,125.737 131.16,125.485 130.91,125.334L124.862,121.811C124.662,121.66 124.362,121.66 124.162,121.811C123.962,121.912 123.812,122.163 123.762,122.415V122.465C123.762,122.616 123.613,122.767 123.463,122.717C123.313,122.717 123.163,122.566 123.213,122.415V122.365C123.263,121.912 123.513,121.509 123.912,121.308C124.312,121.106 124.762,121.106 125.162,121.358L131.21,124.881C131.659,125.133 131.909,125.636 131.859,126.139L131.759,127.045C131.709,127.146 131.559,127.246 131.459,127.246Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M138.057,113.557L136.258,119.748C136.108,120.351 135.758,120.905 135.258,121.257L131.759,124.126L131.459,124.378L130.86,125.334C130.71,125.586 130.41,125.737 130.16,125.737C130.01,125.737 129.86,125.686 129.71,125.586C129.31,125.334 129.21,124.78 129.46,124.378L130.16,123.27C130.21,123.17 130.26,123.119 130.36,123.069L130.61,122.868L134.308,119.898C134.508,119.748 134.658,119.496 134.758,119.244L136.557,113.054C136.707,112.601 137.157,112.349 137.607,112.45C137.957,112.651 138.207,113.104 138.057,113.557Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M137.307,134.796C137.207,134.292 136.957,133.99 136.607,133.839C136.258,133.739 135.858,133.839 135.508,134.192C134.758,134.896 134.308,136.255 134.508,137.262C134.608,137.765 134.858,138.067 135.208,138.218C135.308,138.218 135.358,138.268 135.458,138.268C135.758,138.268 136.008,138.117 136.307,137.866C137.107,137.161 137.557,135.802 137.307,134.796Z"
|
||||
android:fillColor="#E2E8F2"/>
|
||||
<path
|
||||
android:pathData="M138.457,136.859H138.407L136.108,136.507C135.908,136.456 135.758,136.305 135.808,136.104C135.858,135.903 136.008,135.752 136.208,135.802L138.507,136.154C138.707,136.205 138.856,136.356 138.806,136.557C138.806,136.708 138.657,136.859 138.457,136.859Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M126.711,121.308L126.361,121.559L125.562,122.465C125.412,122.667 125.162,122.767 124.912,122.767C124.712,122.767 124.512,122.717 124.362,122.566C124.012,122.264 123.962,121.71 124.262,121.358L125.162,120.351C125.162,120.301 125.212,120.301 125.262,120.251C125.862,120.251 126.511,120.704 126.711,121.308Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M131.759,124.126L131.459,124.378L130.86,125.334C130.71,125.586 130.41,125.736 130.16,125.736C130.01,125.736 129.86,125.686 129.71,125.586C129.31,125.334 129.21,124.78 129.46,124.378L130.16,123.27C130.21,123.17 130.26,123.119 130.36,123.069L130.61,122.868C131.11,123.019 131.659,123.522 131.759,124.126Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M123.163,142.244C123.063,142.244 122.913,142.194 122.913,142.043C122.863,141.892 122.963,141.741 123.113,141.69C123.263,141.64 123.363,141.59 123.413,141.59C123.563,141.539 123.613,141.539 123.912,141.338C124.262,139.375 124.912,137.111 125.462,134.896C126.062,132.732 126.611,130.568 127.011,128.656V128.605C127.011,128.555 127.061,128.505 127.111,128.454C127.111,128.454 127.161,128.454 127.161,128.404C127.211,128.354 127.261,128.354 127.361,128.354C127.411,128.354 127.461,128.404 127.461,128.404C127.661,128.555 127.611,128.907 127.511,129.058C127.511,129.109 127.461,129.109 127.461,129.159C127.111,130.971 126.511,133.034 126.012,135.047C125.412,137.262 124.812,139.577 124.412,141.539C124.412,141.59 124.362,141.69 124.312,141.741C123.862,142.043 123.812,142.093 123.563,142.194C123.513,142.194 123.413,142.244 123.263,142.294C123.213,142.244 123.163,142.244 123.163,142.244Z"
|
||||
android:fillColor="#A0D2FF"/>
|
||||
<path
|
||||
android:pathData="M132.859,108.625C132.859,108.625 133.459,110.085 134.658,110.185L135.958,108.474L132.859,108.625Z"
|
||||
android:fillColor="#F6D981"/>
|
||||
<path
|
||||
android:pathData="M146.173,90.351C161.465,90.351 173.862,77.868 173.862,62.47C173.862,47.071 161.465,34.588 146.173,34.588C130.881,34.588 118.484,47.071 118.484,62.47C118.484,77.868 130.881,90.351 146.173,90.351Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M142.999,70.21C142.999,71.931 144.414,73.294 146.04,73.294C147.738,73.294 149.082,71.86 149.082,70.21V65.189H154.174C155.801,65.189 157.145,63.826 157.145,62.176C157.145,60.527 155.801,59.164 154.174,59.164H149.082V54.143C149.082,52.422 147.667,51.059 146.04,51.059C144.343,51.059 142.999,52.493 142.999,54.143V59.164H137.906C136.279,59.164 134.936,60.527 134.936,62.176C134.936,63.826 136.279,65.189 137.906,65.189H142.999V70.21Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M259.909,138.469C268.273,138.469 275.053,131.642 275.053,123.22C275.053,114.798 268.273,107.971 259.909,107.971C251.545,107.971 244.765,114.798 244.765,123.22C244.765,131.642 251.545,138.469 259.909,138.469Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M214.727,138.117C242.523,138.117 265.057,115.427 265.057,87.437C265.057,59.447 242.523,36.757 214.727,36.757C186.93,36.757 164.396,59.447 164.396,87.437C164.396,115.427 186.93,138.117 214.727,138.117Z"/>
|
||||
<path
|
||||
android:pathData="M228.621,123.522C233.32,123.522 237.818,120.301 240.717,114.715C244.015,108.373 244.115,107.619 245.915,87.538C246.214,84.116 243.715,81.046 240.317,80.743C236.918,80.442 233.869,82.958 233.569,86.38C231.92,104.75 231.92,104.75 229.721,108.877C229.471,109.38 229.221,109.732 229.021,110.034C228.971,109.883 228.921,109.732 228.871,109.581L224.173,80.945C223.623,77.522 220.425,75.207 217.026,75.811C213.627,76.365 211.328,79.586 211.928,83.008L216.676,112.198C216.726,112.551 216.826,112.853 216.926,113.155C219.725,121.559 224.923,123.22 227.772,123.421C228.072,123.522 228.321,123.522 228.621,123.522Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M231.32,79.284C234.633,79.284 237.318,75.972 237.318,71.886C237.318,67.8 234.633,64.488 231.32,64.488C228.008,64.488 225.323,67.8 225.323,71.886C225.323,75.972 228.008,79.284 231.32,79.284Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M232.37,57.241H232.32C232.22,57.241 232.17,57.14 232.17,57.039L232.22,56.486C232.22,56.385 232.32,56.335 232.42,56.335H232.47C232.57,56.335 232.62,56.435 232.62,56.536L232.57,57.09C232.57,57.19 232.47,57.241 232.37,57.241Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M232.07,59.656H232.02C231.92,59.656 231.87,59.556 231.87,59.455L232.02,58.146C232.02,58.046 232.12,57.995 232.22,57.995H232.27C232.37,57.995 232.42,58.096 232.42,58.197L232.27,59.505C232.27,59.606 232.17,59.707 232.07,59.656Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M231.82,61.82H231.77C231.67,61.82 231.62,61.72 231.62,61.619L231.77,60.31C231.77,60.21 231.87,60.16 231.97,60.16H232.02C232.12,60.16 232.17,60.26 232.17,60.361L232.02,61.669C232.02,61.72 231.92,61.82 231.82,61.82Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M243.765,62.777H243.715C243.615,62.777 243.565,62.676 243.565,62.575L243.865,60.26C243.865,60.16 243.965,60.109 244.065,60.109H244.115C244.215,60.109 244.265,60.21 244.265,60.311L243.965,62.625C243.965,62.726 243.865,62.777 243.765,62.777Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M240.017,78.529C239.917,78.529 239.867,78.529 239.767,78.529L231.82,77.522C230.77,77.372 230.021,76.415 230.121,75.358L232.67,55.177C232.77,54.221 233.619,53.466 234.569,53.466C234.669,53.466 234.719,53.466 234.819,53.466L242.766,54.472C243.815,54.623 244.565,55.58 244.465,56.637L241.916,76.818C241.816,77.774 240.966,78.529 240.017,78.529Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M234.619,53.617C234.669,53.617 234.769,53.617 234.819,53.617L242.766,54.623C243.715,54.724 244.415,55.63 244.265,56.586L241.716,76.768C241.616,77.623 240.866,78.277 240.017,78.277C239.967,78.277 239.867,78.277 239.817,78.277L231.87,77.271C231.42,77.221 231.02,76.969 230.72,76.617C230.42,76.264 230.321,75.811 230.371,75.308L232.92,55.127C232.969,54.271 233.719,53.617 234.619,53.617ZM234.619,53.214C233.569,53.214 232.67,54.02 232.52,55.076L229.971,75.258C229.821,76.415 230.67,77.522 231.82,77.674L239.767,78.68C239.867,78.68 239.967,78.68 240.017,78.68C241.066,78.68 241.966,77.875 242.116,76.818L244.665,56.637C244.815,55.479 243.965,54.372 242.816,54.221L234.869,53.214C234.769,53.214 234.719,53.214 234.619,53.214Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M192.935,256.337C190.986,256.337 189.437,254.777 189.387,252.814C189.037,241.037 187.987,204.449 187.987,204.449L184.589,151.857L185.688,139.275L212.328,143.2L227.772,136.456L229.921,202.99C229.921,202.99 220.524,251.757 220.474,252.261C220.425,252.563 219.675,254.576 219.875,257.092C216.076,257.293 212.678,258.048 209.829,255.934C209.879,254.777 210.029,253.871 210.278,253.468C210.278,253.519 210.328,253.569 210.328,253.418L213.327,207.016L207.33,161.469L206.13,182.708L203.731,204.348L198.233,253.116C198.033,254.978 196.484,256.337 194.635,256.337H192.935Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M222.324,120.603L225.522,125.636C228.022,129.612 229.371,134.242 229.321,138.973L234.519,201.933C234.569,202.889 234.019,203.795 233.12,204.198C226.672,206.966 198.783,216.628 185.038,201.48L183.389,156.436C183.389,156.436 179.69,128.706 190.986,122.264L222.324,120.603Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M193.835,117.382C201.182,117.382 208.479,112.4 208.579,112.299C218.525,105.404 224.023,96.496 229.871,87.135C231.12,85.122 232.37,83.059 233.719,80.995C235.569,78.127 234.769,74.251 231.92,72.339C229.021,70.477 225.223,71.282 223.323,74.151C221.924,76.315 220.624,78.428 219.325,80.492C213.977,89.098 209.379,96.546 201.532,101.982C199.283,103.542 195.134,105.052 193.635,104.851C193.185,104.297 192.236,101.73 193.385,95.49C194.485,89.551 196.884,83.562 198.233,81.197C199.933,78.227 198.933,74.402 195.934,72.641C192.985,70.93 189.187,71.936 187.437,74.956C184.639,79.838 173.293,106.612 186.988,115.47C189.087,116.879 191.486,117.382 193.835,117.382Z"
|
||||
android:fillColor="#BFC7D8"/>
|
||||
<path
|
||||
android:pathData="M222.324,101.881C222.574,101.881 223.023,114.664 223.173,120.603C223.173,120.754 223.123,120.905 223.123,121.056C222.524,124.931 215.776,126.944 212.628,127.599C203.781,129.511 200.932,127.85 195.634,125.586C193.885,124.831 192.186,123.975 190.586,122.918C189.786,122.415 189.287,121.459 189.387,120.452C190.136,111.846 188.137,103.492 186.288,95.137C184.838,88.544 182.689,80.089 186.688,74C186.888,73.647 187.138,73.345 187.387,73.094C189.437,70.829 192.635,69.671 196.034,69.218C199.433,68.766 203.031,69.017 205.68,69.571C207.18,69.873 208.829,70.275 210.478,70.779C213.477,71.634 217.526,73.798 219.825,75.358C223.073,77.573 223.373,80.14 225.023,83.411C226.272,85.927 227.422,86.833 228.471,89.702C228.821,90.608 229.121,91.564 229.171,92.52C229.521,96.798 226.072,100.422 222.324,101.881Z"
|
||||
android:fillColor="#CED6E9"/>
|
||||
<path
|
||||
android:pathData="M189.037,52.61C188.887,51.553 188.837,50.748 188.837,49.792C188.837,44.055 191.436,39.072 195.434,35.952C201.032,31.573 208.229,31.271 213.227,35.952C217.226,39.072 219.875,44.055 219.875,49.792C219.875,50.748 219.775,51.553 219.675,52.61C218.875,57.844 218.725,58.7 222.474,64.84C224.873,68.665 226.272,73.245 226.272,78.177C226.272,91.363 216.476,102.032 204.381,102.032C192.286,102.032 182.489,91.363 182.489,78.227C182.489,73.245 183.889,68.665 186.288,64.84C189.986,58.75 189.836,57.844 189.037,52.61Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M245.315,81.7C245.515,85.525 243.266,88.746 240.217,88.947C237.218,89.098 234.569,86.129 234.369,82.304C234.169,78.479 236.418,75.207 239.467,75.057C242.516,74.906 245.115,77.875 245.315,81.7Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M236.318,82.404C235.319,82.455 234.469,81.7 234.419,80.693L233.819,69.671C233.769,68.665 234.519,67.809 235.519,67.759C236.518,67.709 237.368,68.464 237.418,69.47L238.018,80.492C238.068,81.498 237.318,82.354 236.318,82.404Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
</group>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M189.037,52.61C188.887,51.553 188.837,50.748 188.837,49.792C188.837,44.055 191.436,39.072 195.434,35.952C201.032,31.573 208.229,31.271 213.227,35.952C217.226,39.072 219.875,44.055 219.875,49.792C219.875,50.748 219.775,51.553 219.675,52.61C218.875,57.844 218.725,58.7 222.474,64.84C224.873,68.665 226.272,73.245 226.272,78.177C226.272,91.363 216.476,102.032 204.381,102.032C192.286,102.032 182.49,91.363 182.49,78.227C182.49,73.245 183.889,68.665 186.288,64.84C189.987,58.75 189.837,57.844 189.037,52.61Z"/>
|
||||
<path
|
||||
android:pathData="M189.037,52.61C188.887,51.553 188.837,50.748 188.837,49.792C188.837,44.055 191.436,39.072 195.434,35.952C201.032,31.573 208.229,31.271 213.227,35.952C217.226,39.072 219.875,44.055 219.875,49.792C219.875,50.748 219.775,51.553 219.675,52.61C218.875,57.844 218.725,58.7 222.474,64.84C224.873,68.665 226.272,73.245 226.272,78.177C226.272,91.363 216.476,102.032 204.381,102.032C192.286,102.032 182.49,91.363 182.49,78.227C182.49,73.245 183.889,68.665 186.288,64.84C189.987,58.75 189.837,57.844 189.037,52.61Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,144 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M0,0h311v188h-311z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M156.291,157C190.604,157 218.393,129.211 218.393,94.898C218.393,60.585 190.604,32.797 156.291,32.797C121.978,32.797 94.189,60.585 94.189,94.898C94.189,129.211 121.978,157 156.291,157Z" />
|
||||
<path
|
||||
android:fillColor="#00A323"
|
||||
android:pathData="M168.293,27.07C166.5,26.024 165.056,26.871 165.056,28.912L165.006,47.637C165.006,49.679 166.451,52.169 168.243,53.215L192.994,67.508C193.044,67.558 193.094,67.607 193.144,67.657L198.572,80.954C198.921,81.751 200.066,81.502 200.066,80.655L199.767,72.04C199.718,71.741 200.016,71.542 200.265,71.691L204.05,73.882C205.843,74.928 207.287,74.082 207.287,72.04L207.337,53.315C207.337,51.273 205.893,48.783 204.1,47.737L168.293,27.07Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M197.775,50.526C194.439,49.331 191.799,51.422 191.799,55.257C191.799,59.092 194.489,63.175 197.775,64.37C201.062,65.566 203.752,63.474 203.752,59.639C203.752,55.805 201.062,51.721 197.775,50.526Z" />
|
||||
<path
|
||||
android:fillColor="#00A323"
|
||||
android:pathData="M197.776,53.414C196.73,53.016 195.883,53.763 195.883,55.008C195.883,56.303 196.73,57.797 197.776,58.145C198.822,58.544 199.668,57.647 199.668,56.353C199.668,55.107 198.822,53.763 197.776,53.414Z" />
|
||||
<path
|
||||
android:fillColor="#00A323"
|
||||
android:pathData="M197.776,58.942C195.684,58.195 194.041,58.345 194.041,59.291C194.041,60.237 195.734,62.179 197.776,62.926C199.867,63.673 201.511,62.976 201.511,62.03C201.511,61.084 199.817,59.689 197.776,58.942Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M228.452,142.11C228.502,142.06 228.552,142.01 228.552,141.96C228.552,141.96 228.552,141.96 228.601,141.91C228.651,141.861 228.651,141.811 228.701,141.761C228.751,141.711 228.751,141.612 228.801,141.562C228.801,141.512 228.85,141.462 228.85,141.412V141.363C228.85,141.313 228.85,141.313 228.9,141.263V141.213C228.9,141.163 228.9,141.163 228.9,141.114C228.9,141.114 228.9,141.064 228.9,141.014C228.9,141.014 228.9,140.964 228.9,140.914C228.9,140.865 228.9,140.865 228.9,140.815V140.765C228.9,140.715 228.9,140.715 228.9,140.665V140.616C228.9,140.566 228.9,140.516 228.9,140.516V140.466C228.9,140.416 228.9,140.367 228.9,140.317L229,113.225C229,113.126 229,112.976 229,112.876C229,112.876 229,112.876 229,112.827C229,112.727 229,112.627 228.95,112.478C228.95,112.478 228.95,112.478 228.95,112.428C228.95,112.329 228.9,112.179 228.9,112.08C228.85,111.98 228.85,111.831 228.801,111.731C228.801,111.731 228.801,111.731 228.801,111.681C228.751,111.582 228.751,111.482 228.701,111.333C228.701,111.333 228.701,111.333 228.701,111.283C228.651,111.183 228.601,111.034 228.552,110.934C228.502,110.835 228.452,110.685 228.402,110.586C228.402,110.586 228.402,110.586 228.402,110.536C228.352,110.436 228.303,110.287 228.253,110.187C228.203,110.137 228.153,110.038 228.153,109.988C228.153,109.988 228.153,109.988 228.153,109.938C228.054,109.789 228.004,109.689 227.904,109.54C227.904,109.54 227.904,109.49 227.854,109.49C227.804,109.44 227.755,109.39 227.705,109.291L227.655,109.241C227.655,109.191 227.605,109.191 227.605,109.141C227.605,109.092 227.555,109.092 227.555,109.042L227.506,108.992C227.456,108.942 227.456,108.942 227.406,108.892L227.356,108.843C227.306,108.793 227.306,108.793 227.257,108.743L227.207,108.693C227.157,108.643 227.157,108.643 227.107,108.594L227.057,108.544C227.008,108.494 226.958,108.444 226.908,108.394C226.858,108.345 226.808,108.295 226.759,108.245L226.709,108.195C226.659,108.145 226.659,108.145 226.609,108.096L226.559,108.046C226.51,107.996 226.51,107.996 226.46,107.946L226.41,107.896C226.36,107.847 226.36,107.847 226.31,107.847L226.261,107.797C226.211,107.747 226.161,107.747 226.111,107.697C226.061,107.647 226.012,107.647 225.962,107.598L178.004,79.809C177.954,79.759 177.904,79.759 177.804,79.709C177.804,79.709 177.804,79.709 177.755,79.709C177.705,79.659 177.655,79.659 177.605,79.609H177.555C177.506,79.609 177.456,79.56 177.406,79.56C177.356,79.56 177.306,79.51 177.257,79.51H177.207C177.157,79.51 177.107,79.51 177.057,79.46C177.057,79.46 177.057,79.46 177.008,79.46C176.958,79.46 176.908,79.46 176.858,79.41H176.808C176.759,79.41 176.709,79.41 176.709,79.41H176.659C176.609,79.41 176.559,79.41 176.51,79.41C176.46,79.41 176.46,79.41 176.41,79.41C176.36,79.41 176.31,79.41 176.261,79.41C176.211,79.41 176.111,79.46 176.061,79.46H176.012C175.962,79.46 175.912,79.51 175.912,79.51C175.912,79.51 175.962,79.51 175.962,79.46C175.962,79.46 175.912,79.46 175.912,79.51C175.663,79.609 175.414,79.809 175.265,80.107C175.265,80.157 175.215,80.207 175.215,80.207C175.016,80.556 174.916,81.054 174.916,81.602L174.816,108.743C174.816,109.291 174.916,109.888 175.115,110.486C175.115,110.536 175.165,110.635 175.165,110.685C175.314,111.133 175.563,111.582 175.812,112.03C175.862,112.08 175.912,112.129 175.912,112.229C176.161,112.578 176.41,112.926 176.709,113.225C177.107,113.624 177.506,113.972 177.904,114.221L225.862,142.01C226.808,142.558 227.705,142.558 228.253,142.11C228.402,142.159 228.452,142.159 228.452,142.11Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M187.516,93.006C182.985,91.363 179.299,94.251 179.299,99.53C179.299,104.759 182.985,110.386 187.516,112.03C192.048,113.673 195.734,110.785 195.734,105.506C195.734,100.227 192.098,94.649 187.516,93.006Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M187.516,96.94C186.072,96.442 184.927,97.388 184.927,99.132C184.927,100.875 186.072,102.916 187.516,103.464C188.961,103.962 190.106,102.767 190.106,101.024C190.156,99.281 188.961,97.438 187.516,96.94Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M187.516,104.56C184.678,103.514 182.387,103.713 182.387,105.008C182.387,106.303 184.678,108.942 187.516,109.988C190.355,111.034 192.646,110.038 192.646,108.743C192.646,107.448 190.355,105.556 187.516,104.56Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M186.321,119.151L179.299,115.068L176.112,123.335C175.664,124.48 176.809,125.576 177.955,125.128L186.321,119.151Z" />
|
||||
<group>
|
||||
<clip-path android:pathData="M155.291,157C189.604,157 217.393,129.211 217.393,94.898C217.393,60.586 189.604,32.797 155.291,32.797C120.978,32.797 93.189,60.586 93.189,94.898C93.189,129.211 120.978,157 155.291,157Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M155.989,80.805C155.79,80.157 155.391,79.51 154.844,78.763C153.599,76.97 152.304,75.825 150.909,75.177C146.876,72.588 141.796,71.891 136.417,72.488L135.571,69.649C127.553,69.5 121.875,72.04 115.152,76.671L115.202,80.456C108.379,84.49 100.362,90.068 96.328,93.006C95.083,93.902 94.037,94.998 93.24,96.144C91.646,97.787 90.601,99.978 90.401,102.418L106.138,127.07C105.64,133.295 110.87,156.801 116.397,163.076L152.503,164.968C152.702,162.877 154.047,114.122 154.545,109.889C153.947,98.534 157.682,87.379 155.989,80.805Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M155.989,80.805L169.783,135.486L159.524,143.952L146.526,117.11L155.989,80.805Z" />
|
||||
<path
|
||||
android:fillColor="#FF619A"
|
||||
android:pathData="M153.598,116.96C153.648,116.91 153.598,116.96 153.598,116.96V116.96Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M119.286,65.416L117.642,79.709C122.821,85.237 127.602,85.038 129.295,84.739C129.594,83.992 129.843,83.195 130.042,82.249L132.732,58.992L119.286,65.416Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M164.903,205.008C164.256,195.745 157.333,139.47 157.333,139.47C157.084,107.946 159.624,88.723 155.989,80.755C155.789,80.108 155.391,79.46 154.843,78.713C153.598,76.92 151.706,74.978 150.311,74.331C147.224,72.339 142.692,69.799 140.102,72.239C139.953,72.388 146.427,130.506 144.783,147.339C144.435,155.705 144.335,227.02 145.979,233.345C145.979,233.395 165.6,214.271 164.903,205.008Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M145.431,72.14C147.771,82.199 152.204,94.849 150.859,102.02L145.979,101.472L149.166,110.337L148.867,113.225C148.419,117.707 147.622,122.14 146.477,126.522L144.983,135.685C143.837,115.367 144.534,91.213 134.026,70.496C138.708,70.247 140.102,69.898 145.431,72.14Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M142.642,108.145C141.795,99.48 141.596,90.665 140.201,82.05C139.305,76.372 137.612,69.649 131.138,68.354C129.843,68.105 129.992,66.014 131.337,66.313C137.313,67.508 140.052,72.189 141.446,77.767C143.887,87.478 143.737,97.886 144.683,107.797C144.783,109.092 142.741,109.44 142.642,108.145Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M149.316,108.992C150.411,111.831 149.017,115.068 146.178,116.163C143.34,117.259 140.102,115.865 139.007,113.026C137.911,110.187 139.306,106.95 142.144,105.855C144.983,104.709 148.22,106.153 149.316,108.992Z" />
|
||||
<path
|
||||
android:fillColor="#353535"
|
||||
android:pathData="M148.332,109.989C148.407,107.625 146.552,105.647 144.187,105.572C141.823,105.497 139.846,107.352 139.77,109.716C139.695,112.08 141.55,114.058 143.915,114.133C146.279,114.209 148.256,112.353 148.332,109.989Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M147.771,106.602C148.618,108.793 147.522,111.283 145.331,112.129C143.14,112.976 140.65,111.88 139.803,109.689C138.957,107.498 140.052,105.008 142.244,104.161C144.435,103.315 146.925,104.41 147.771,106.602Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M130.69,78.663L136.218,78.464C142.742,78.265 146.626,72.936 146.477,66.412L145.879,44.898C145.68,38.375 140.252,33.195 133.728,33.394L129.495,33.494C122.971,33.693 117.792,39.121 117.991,45.645L118.589,67.159C118.688,73.633 124.166,78.813 130.69,78.663Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M142.642,66.512L136.665,69.699C136.416,69.849 136.267,70.098 136.367,70.396C136.616,71.393 137.462,73.384 140.749,71.891C143.04,70.845 143.538,68.504 143.588,67.11C143.588,66.562 143.04,66.263 142.642,66.512Z" />
|
||||
<path
|
||||
android:fillColor="#353535"
|
||||
android:pathData="M143.588,110.187C144.908,110.187 145.979,109.117 145.979,107.797C145.979,106.477 144.908,105.406 143.588,105.406C142.268,105.406 141.198,106.477 141.198,107.797C141.198,109.117 142.268,110.187 143.588,110.187Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M97.573,158.295L90.401,102.369C90.601,99.928 91.646,97.737 93.24,96.094C94.037,94.948 95.033,93.853 96.328,92.956C101.656,89.171 105.391,85.785 112.812,82.548C119.585,79.56 132.035,163.972 126.656,238.624C112.712,241.213 101.507,236.731 93.788,223.036C93.788,223.036 97.025,164.52 97.573,158.295Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M100.561,88.723C109.276,99.63 114.007,107.946 114.604,113.574L119.584,113.325L125.461,142.907C124.863,134.44 126.009,111.183 121.676,101.373C118.539,94.251 114.455,83.345 115.202,76.572C110.471,79.012 104.495,84.44 100.561,88.723Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M116.596,76.522C114.256,78.514 112.263,80.954 112.911,84.241C113.409,86.781 114.754,88.922 115.152,91.512C115.849,96.592 114.505,101.622 114.405,106.651C114.355,108.146 112.064,108.096 112.064,106.602C112.263,99.928 114.056,93.753 111.516,87.279C109.574,82.249 110.919,78.315 114.953,74.879C116.098,73.932 117.742,75.576 116.596,76.522Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M113.957,86.582C116.995,92.309 124.415,95.845 124.066,103.265C123.967,104.759 121.676,104.709 121.726,103.215C122.074,96.492 114.704,92.956 111.965,87.727C111.267,86.432 113.259,85.287 113.957,86.582Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M116.098,109.141L123.618,125.377C125.361,128.813 126.656,130.655 131.039,128.763C131.288,129.41 131.487,130.008 131.686,130.655L130.989,130.954C127.802,132.448 123.967,131.104 122.473,127.867L113.459,108.394C112.015,105.207 114.654,106.004 116.098,109.141Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M133.13,127.767L130.739,128.564C130.042,128.813 129.694,129.51 129.943,130.207L130.042,130.556C130.291,131.253 130.988,131.602 131.686,131.353L134.076,130.556C134.773,130.307 135.122,129.61 134.873,128.912L134.773,128.564C134.524,127.916 133.777,127.568 133.13,127.767Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M121.726,106.901V124.779C121.576,128.663 121.228,130.855 116.397,130.954C116.447,131.602 116.497,132.299 116.596,132.946H117.343C120.879,132.946 123.767,130.108 123.767,126.572V105.108C123.767,101.622 121.726,103.414 121.726,106.901Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M114.106,130.954L116.596,130.655C117.294,130.556 117.941,131.104 118.041,131.801L118.09,132.149C118.19,132.847 117.642,133.494 116.945,133.594L114.455,133.892C113.758,133.992 113.11,133.444 113.011,132.747L112.961,132.398C112.911,131.651 113.409,131.054 114.106,130.954Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M114.703,108.046L113.458,108.394C112.811,108.594 112.114,108.195 111.964,107.548L111.765,106.9C111.566,106.253 111.964,105.556 112.612,105.406L113.857,105.058C114.504,104.859 115.201,105.257 115.351,105.904L115.55,106.552C115.699,107.199 115.351,107.847 114.703,108.046Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M123.369,105.655L122.074,105.755C121.377,105.805 120.829,105.307 120.779,104.61L120.73,103.912C120.68,103.215 121.178,102.667 121.875,102.618L123.17,102.518C123.867,102.468 124.415,102.966 124.465,103.663L124.514,104.361C124.564,105.008 124.066,105.606 123.369,105.655Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M103.399,102.916L95.381,152.717L82.334,153.614L89.057,100.526C89.654,96.044 93.937,93.255 98.12,94.55C101.656,95.546 103.897,99.181 103.399,102.916Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M122.722,184.64C122.473,181.801 117.692,178.165 114.256,174.829C114.156,174.679 114.007,174.48 113.857,174.331C110.321,170.645 106.437,167.458 102.652,164.072C97.871,159.839 80.69,151.572 83.528,155.506C83.528,155.506 91.148,165.715 95.929,169.948C98.867,172.538 101.855,175.028 104.694,177.717C103.997,179.012 104.046,180.357 105.192,181.452C105.391,181.602 106.437,182.847 106.586,182.946C107.283,183.394 108.279,184.689 109.226,186.681C109.325,186.93 108.977,186.532 110.122,188.972C111.417,191.711 110.72,194.002 112.264,195.446C113.21,195.895 113.658,195.645 113.658,194.799C113.807,195.396 114.256,195.695 115.252,195.496C115.252,195.496 115.301,192.657 115.202,190.118C115.301,191.462 115.6,192.956 116.546,194.4C117.542,195.894 119.036,195.297 119.036,195.297C119.136,195.197 119.734,194.151 119.186,189.47C118.837,186.532 118.987,187.628 119.086,186.233C119.435,186.831 119.684,187.279 119.734,187.379C119.833,191.412 120.63,193.604 122.024,193.853C122.821,194.002 123.469,193.504 123.518,193.454L123.718,193.305L122.722,184.64ZM115.152,189.371C115.102,188.673 115.052,187.926 115.152,187.08C115.202,187.628 115.152,188.424 115.152,189.371C115.152,189.42 115.152,189.371 115.152,189.371Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M111.716,168.205C109.873,167.558 103.1,169.102 98.917,177.916L83.18,159.191C82.333,158.245 81.935,157.05 81.985,155.755C82.134,149.032 90.451,145.247 94.783,149.879L111.716,168.205Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M166.447,145.347C167.443,140.267 160.172,144.898 157.632,151.173C155.64,156.203 153.449,161.084 151.806,166.213C151.756,166.462 151.706,166.661 151.656,166.861C149.913,171.642 147.174,177.369 148.021,180.108V180.157L150.262,188.673L150.511,188.723C150.561,188.723 151.308,188.873 151.905,188.375C153.001,187.428 152.851,185.038 151.507,181.203C151.507,181.054 151.557,180.556 151.656,179.809C152.204,181.054 152.005,179.958 152.702,182.896C153.897,187.578 154.794,188.275 154.893,188.275C154.893,188.275 156.387,188.126 156.686,186.233C156.985,184.44 156.686,182.847 156.288,181.552C157.134,183.992 158.18,186.632 158.18,186.632C159.077,186.333 159.375,185.835 159.276,185.187C159.575,185.984 160.023,185.984 160.67,185.138C161.467,183.046 160.023,181.303 160.172,178.066C160.272,175.177 160.122,175.775 160.122,175.476C160.222,173.136 160.62,171.442 161.019,170.695C161.118,170.496 161.567,168.853 161.666,168.604C162.264,167.06 161.816,165.765 160.77,164.869C162.214,160.984 163.808,157.199 165.351,153.315C167.941,147.09 166.447,145.347 166.447,145.347ZM155.242,178.813C155.64,179.56 155.84,180.257 156.039,180.954C155.74,180.008 155.391,179.311 155.242,178.813Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M164.903,160.785C164.903,160.785 159.873,154.012 153.648,157.498L152.154,162.827C152.154,162.827 159.126,161.432 162.562,166.562L164.903,160.785Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M152.154,159.59C153.299,158.096 158.18,156.203 164.803,162.379L169.783,137.478C170.032,136.183 169.833,134.988 169.285,133.793C166.496,127.618 159.873,128.514 158.528,134.839L152.154,159.59Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M139.206,58.295C138.957,57.398 138.359,57.1 137.712,57.498C137.064,57.896 136.517,58.843 136.218,60.038L135.819,59.988C136.168,58.494 136.865,57.249 137.712,56.751C138.558,56.253 139.256,56.651 139.604,57.797L139.206,58.295Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M116.895,67.757C118.738,69.4 120.929,68.952 121.776,66.711C122.622,64.47 121.825,61.382 119.983,59.739C118.14,58.096 115.949,58.544 115.102,60.785C114.256,62.976 115.052,66.114 116.895,67.757Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M131.736,67.807C130.74,68.404 129.793,68.504 129.146,68.106C128.499,67.707 128.1,66.861 128.1,65.715C128.1,63.125 129.943,59.938 132.184,58.643C132.781,58.295 133.379,58.096 133.877,58.096C134.226,58.096 134.524,58.195 134.773,58.345C135.421,58.743 135.819,59.59 135.819,60.735C135.819,63.325 133.977,66.512 131.736,67.807ZM143.14,61.233C142.144,61.831 141.198,61.93 140.55,61.532C139.903,61.133 139.505,60.287 139.505,59.141C139.505,56.552 141.347,53.365 143.588,52.07C144.186,51.721 144.783,51.522 145.281,51.522C145.63,51.522 145.929,51.621 146.178,51.771C146.825,52.169 147.224,53.016 147.224,54.161C147.224,56.751 145.381,59.938 143.14,61.233ZM146.576,51.024C145.63,50.476 144.385,50.576 143.14,51.323C141.297,52.368 139.754,54.56 139.056,56.751C138.708,56.452 138.21,56.402 137.712,56.701C137.114,57.05 136.566,57.747 136.218,58.693C135.969,58.245 135.62,57.847 135.222,57.598C134.275,57.05 133.03,57.149 131.785,57.896C129.744,59.042 128.05,61.582 127.503,64.022L117.044,57.548L116.596,58.295L127.353,64.968C127.303,65.217 127.303,65.466 127.303,65.715C127.303,67.209 127.801,68.305 128.748,68.853C129.146,69.102 129.594,69.201 130.092,69.201C130.74,69.201 131.487,69.002 132.234,68.554C134.724,67.11 136.716,63.624 136.716,60.785C136.716,60.237 136.666,59.739 136.517,59.291C136.815,58.444 137.264,57.797 137.762,57.498C138.21,57.249 138.558,57.299 138.857,57.598C138.758,58.096 138.658,58.643 138.658,59.141C138.658,60.636 139.156,61.731 140.102,62.279C140.501,62.528 140.949,62.627 141.447,62.627C142.094,62.627 142.841,62.428 143.588,61.98C146.078,60.536 148.07,57.05 148.07,54.211C148.07,52.667 147.572,51.572 146.576,51.024Z" />
|
||||
</group>
|
||||
<group>
|
||||
<clip-path android:pathData="M129.804,50.889C134.336,52.681 140.213,52.582 144.993,50.39C150.173,48 153.46,41.526 149.077,37.89C146.687,35.948 140.561,33.807 135.631,32.163C121.687,27.482 107.643,34.753 108.041,50.291C108.041,50.291 106.547,71.257 119.147,73.647C120.242,72.253 120.392,70.311 119.545,68.717C118.649,67.074 118.35,64.633 121.288,62.193C122.882,60.898 124.326,57.811 124.027,55.221C123.728,52.681 127.364,49.942 129.804,50.889Z" />
|
||||
<path
|
||||
android:fillColor="#A1A1A1"
|
||||
android:pathData="M129.804,50.888C134.336,52.681 140.213,52.582 144.993,50.39C150.173,48 153.46,41.526 149.077,37.89C146.687,35.948 140.561,33.807 135.631,32.163C121.687,27.482 107.643,34.753 108.041,50.291C108.041,50.291 106.547,71.257 119.147,73.647C120.242,72.253 120.392,70.311 119.545,68.717C118.649,67.074 118.35,64.633 121.288,62.193C122.882,60.898 124.326,57.811 124.027,55.221C123.728,52.681 127.364,49.942 129.804,50.888Z" />
|
||||
</group>
|
||||
</vector>
|
130
app/src/main/res/drawable/ic_illustration_upload_step_4.xml
Normal file
|
@ -0,0 +1,130 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="230dp"
|
||||
android:height="160.25dp"
|
||||
android:viewportWidth="230"
|
||||
android:viewportHeight="160.25">
|
||||
<path
|
||||
android:fillColor="#E7EDF5"
|
||||
android:pathData="M5.416,85.355c-9.945,22.506 102.17,46.933 126.201,45.381c33.719,-0.168 25.578,-17.485 29.64,-39.109s56.988,-31.073 65.104,-49.441c8.115,-18.368 -113.998,-32.598 -123.256,-11.644S15.361,62.848 5.416,85.355z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M110.748,155.973l-4.375,-1.193l0.103,-5.598h4.629L110.748,155.973z" />
|
||||
<path
|
||||
android:fillColor="#C4C4C4"
|
||||
android:pathData="M103.068,90.643c0,0 1.55,16.576 2.121,31.883c-1.002,12.793 -0.073,25.303 0.098,27.022l6.477,0.011c0.054,-3.349 0.778,-15.473 2.195,-26.384c2.088,-16.024 5.114,-33.657 5.114,-33.657S105.727,83.995 103.068,90.643z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M111.765,160.396h-7.577v-1.785l2.068,-5.06h4.619l0.89,5.06L111.765,160.396z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M122.402,155.973l4.369,-1.193l-0.103,-5.598h-4.629L122.402,155.973z" />
|
||||
<path
|
||||
android:fillColor="#C4C4C4"
|
||||
android:pathData="M130.077,90.643c0,0 -2.636,16.597 -2.097,31.711c0.449,12.715 0.049,25.475 -0.123,27.195l-6.478,0.01c-0.053,-3.349 -0.772,-15.457 -2.194,-26.363c-2.088,-16.034 -5.119,-33.682 -5.119,-33.682S127.418,83.995 130.077,90.643z" />
|
||||
<path
|
||||
android:fillColor="#0C3155"
|
||||
android:pathData="M121.38,160.396h7.577v-1.785l-2.066,-5.06h-4.615l-0.896,5.06L121.38,160.396z" />
|
||||
<path
|
||||
android:fillColor="#DCA564"
|
||||
android:pathData="M98.922,95.38l-0.992,3.603l-2.449,-0.352l-0.044,-3.373L98.922,95.38z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M107.413,46.144c0,0 -10.632,2.747 -11.859,27.815c-0.797,16.249 -1.222,22.54 -1.222,22.54l4.644,0.063c0,0 9.078,-22.683 9.899,-32.748C109.261,59.059 107.413,46.144 107.413,46.144z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M94.009,101.715c0.123,-2.492 1.481,-4.453 3.031,-4.375c0.45,0.02 0.87,0.215 1.231,0.538c0.362,0.322 0.044,2.302 -0.161,3.138c-0.107,0.436 -0.166,0.92 -0.166,1.428c0,1.091 0.273,2.063 0.704,2.699c-0.548,0.797 -1.276,1.266 -2.053,1.231C95.041,106.296 93.882,104.208 94.009,101.715z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M113.802,43.31c-2.955,0.271 -7.726,3.639 -8.588,4.9c-1.46,14.722 -2.487,72.142 -2.487,72.142l28.237,0.307c0,0 0.696,-50.077 -3.462,-71.665c-1.46,-3.561 -7.361,-5.135 -8.378,-5.691C117.225,42.142 116.311,43.082 113.802,43.31z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M142.577,101.867l-10.634,3.74c-0.127,0.043 -0.268,-0.025 -0.312,-0.152l-1.696,-4.825c-0.045,-0.127 0.024,-0.269 0.151,-0.313l10.632,-3.738c0.127,-0.044 0.27,0.023 0.313,0.15l1.696,4.826C142.771,101.682 142.709,101.818 142.577,101.867z" />
|
||||
<path
|
||||
android:fillColor="#414042"
|
||||
android:pathData="M141.564,101.188l-0.347,0.121c-0.128,0.045 -0.269,-0.023 -0.313,-0.15l-1.051,-2.987c-0.043,-0.127 0.024,-0.269 0.151,-0.313l0.347,-0.121c0.127,-0.045 0.27,0.023 0.313,0.152l1.051,2.985C141.76,101.006 141.691,101.143 141.564,101.188z" />
|
||||
<path
|
||||
android:fillColor="#DCA564"
|
||||
android:pathData="M133.65,95.38l0.992,3.603l2.448,-0.352l0.044,-3.373L133.65,95.38z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M124.792,46.144c0,0 10.228,3.344 12.226,27.815c1.325,16.215 1.223,22.54 1.223,22.54l-4.645,0.063c0,0 -9.078,-22.682 -9.898,-32.747C123.311,59.059 124.792,46.144 124.792,46.144z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M138.646,101.715c-0.123,-2.492 -1.481,-4.453 -3.031,-4.375c-0.45,0.02 -0.87,0.215 -1.232,0.538c-0.361,0.322 -0.044,2.302 0.162,3.138c0.107,0.436 0.166,0.92 0.166,1.428c0,1.091 -0.273,2.063 -0.704,2.699c0.548,0.797 1.276,1.266 2.054,1.231C137.613,106.296 138.773,104.208 138.646,101.715z" />
|
||||
<path
|
||||
android:fillColor="#76C0C5"
|
||||
android:pathData="M120.172,43.611l-2.756,25.109l-3.372,-25.157L120.172,43.611z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M110.631,31.263c0,0 -0.765,-4.253 0.594,-6.883c1.709,-3.306 6.643,-4.79 10.753,-1.61c2.908,2.247 1.301,8.915 1.301,8.915l-8.58,-3.653L110.631,31.263z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M120.173,43.611c-2.245,1.722 -6.13,0 -6.13,0l0.54,-6.61h5.052L120.173,43.611z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M111.708,30.515c0,0 -0.726,-0.469 -1.287,0.279c-0.562,0.749 -0.187,3.558 1.216,3.558C113.039,34.353 111.708,30.515 111.708,30.515z" />
|
||||
<path
|
||||
android:fillColor="#C79559"
|
||||
android:pathData="M122.552,30.515c0,0 0.726,-0.469 1.287,0.279c0.56,0.749 0.187,3.558 -1.216,3.558C121.221,34.353 122.552,30.515 122.552,30.515z" />
|
||||
<path
|
||||
android:fillColor="#DCA564"
|
||||
android:pathData="M122.785,29.734c0,-3.151 -2.541,-5.215 -5.68,-5.215c-3.135,0 -5.68,2.063 -5.68,5.215c0,0 -0.246,4.021 -0.246,4.216c0,2.994 3.661,6.793 5.925,6.793c2.617,0 5.927,-4.525 5.927,-6.793C123.034,33.755 122.785,29.734 122.785,29.734z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M121.547,17.952c0.092,2.716 -1.55,4.468 -4.016,4.55c-2.468,0.083 -3.652,-1.654 -3.742,-4.371c-0.091,-2.716 1.144,-4.797 3.611,-4.879C119.867,13.169 121.457,15.237 121.547,17.952z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M122.046,58.103l-0.592,-0.248c1.735,-4.149 1.481,-7.636 0.964,-9.83c-0.377,-1.597 -1.206,-3.529 -2.253,-4.528l-0.074,-0.863c0.527,0.365 1.089,0.977 1.565,1.757c0.601,0.984 1.078,2.189 1.385,3.488C123.582,50.164 123.848,53.794 122.046,58.103z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M112.522,46.161l-0.609,-0.201c0.413,-1.254 1.231,-2.54 2.215,-3.396l-0.078,0.965C113.365,44.272 112.829,45.229 112.522,46.161z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M123.708,57.979c0,1.083 -0.877,1.959 -1.957,1.959c-1.082,0 -1.957,-0.878 -1.957,-1.959c0,-1.083 0.877,-1.96 1.957,-1.96S123.708,56.897 123.708,57.979z" />
|
||||
<path
|
||||
android:fillColor="#3B4E75"
|
||||
android:pathData="M121.749,59.065c0.601,0 1.086,-0.486 1.086,-1.086s-0.485,-1.087 -1.086,-1.087c-0.599,0 -1.085,0.487 -1.085,1.087S121.15,59.065 121.749,59.065z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M109.392,49.72c-0.104,-1.734 1.173,-3.232 2.846,-3.34c0.791,-0.051 1.558,0.215 2.16,0.748c0.633,0.559 1.009,1.342 1.061,2.201l0.128,2.126l0.64,-0.046l-0.127,-2.117c-0.063,-1.032 -0.516,-1.971 -1.278,-2.645c-0.73,-0.646 -1.663,-0.968 -2.625,-0.907c-2.025,0.13 -3.571,1.932 -3.446,4.02l0.131,2.185l0.64,-0.046L109.392,49.72z" />
|
||||
<path
|
||||
android:fillColor="#E6E5EA"
|
||||
android:pathData="M115.826,55.454c0.05,0.841 -0.219,1.653 -0.76,2.285l0.487,0.417c0.649,-0.759 0.973,-1.732 0.912,-2.741l-0.24,-4.006l-0.639,0.046L115.826,55.454z" />
|
||||
<path
|
||||
android:fillColor="#E6E5EA"
|
||||
android:pathData="M110.49,58.608l0.408,-0.495c-0.67,-0.554 -1.085,-1.382 -1.139,-2.269l-0.236,-3.948l-0.639,0.046l0.236,3.94C109.182,56.947 109.682,57.94 110.49,58.608z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M111.378,58.433c0,0.355 -0.287,0.643 -0.642,0.643s-0.642,-0.288 -0.642,-0.643s0.287,-0.643 0.642,-0.643C111.091,57.789 111.378,58.078 111.378,58.433z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M115.782,58.17c0,0.355 -0.287,0.643 -0.642,0.643s-0.642,-0.288 -0.642,-0.643c0,-0.355 0.287,-0.643 0.642,-0.643S115.782,57.816 115.782,58.17z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M118.277,29.873c0,0 2.34,-0.234 2.789,-0.19c0.752,0.073 0.914,0.56 1.031,0.825c0.039,0.091 -3.055,0.394 -3.505,0.231C118.145,30.577 118.277,29.873 118.277,29.873z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M115.943,29.873c0,0 -2.338,-0.234 -2.79,-0.19c-0.752,0.073 -0.913,0.56 -1.029,0.825c-0.04,0.091 3.054,0.394 3.503,0.231C116.079,30.577 115.943,29.873 115.943,29.873z" />
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M114.385,30.699l-1.556,3.728l1.401,0.438l1.937,-3.074l-1.029,-0.884L114.385,30.699z"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M120.148,30.699l-1.556,3.728l1.402,0.438l1.937,-3.074l-1.029,-0.884L120.148,30.699z"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M114.23,34.973c-1.207,0 -2.188,-0.983 -2.188,-2.191s0.981,-2.191 2.188,-2.191c1.206,0 2.188,0.983 2.188,2.191S115.436,34.973 114.23,34.973zM114.23,30.807c-1.088,0 -1.972,0.886 -1.972,1.975c0,1.089 0.884,1.975 1.972,1.975c1.087,0 1.972,-0.885 1.972,-1.975C116.202,31.693 115.317,30.807 114.23,30.807z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M120.007,34.972c-1.206,0 -2.188,-0.983 -2.188,-2.191s0.982,-2.191 2.188,-2.191c1.207,0 2.188,0.983 2.188,2.191S121.214,34.972 120.007,34.972zM120.007,30.806c-1.087,0 -1.972,0.885 -1.972,1.975s0.885,1.975 1.972,1.975s1.974,-0.885 1.974,-1.975C121.98,31.693 121.096,30.806 120.007,30.806z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M117.928,32.673h-1.617v0.217h1.617L117.928,32.673z" />
|
||||
<path
|
||||
android:fillColor="#CC7979"
|
||||
android:pathData="M116.131,36.305h2.137l-1.068,0.412L116.131,36.305z" />
|
||||
</vector>
|
23
app/src/main/res/drawable/ic_info.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<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,22C17.5228,22 22,17.5228 22,12C22,6.4771 17.5228,2 12,2C6.4771,2 2,6.4771 2,12C2,17.5228 6.4771,22 12,22Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<path
|
||||
android:pathData="M12,16V12"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M12,8H12.01"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
535
app/src/main/res/drawable/ic_intro_picture.xml
Normal file
|
@ -0,0 +1,535 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:pathData="M0,0h311v188h-311z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M209.886,106.258C210.734,105.861 211.232,104.915 211.133,103.025C211.133,102.627 211.033,102.229 210.783,101.931C210.484,101.583 210.035,101.434 209.587,101.334C208.39,101.085 199.263,99.643 200.709,102.677C201.008,103.374 201.757,103.722 202.405,104.07C204.4,105.065 207.991,107.154 209.886,106.258Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M206.494,96.261L207.342,102.876C207.392,103.473 207.841,103.921 208.39,104.07L208.639,104.12C209.487,104.319 210.335,103.672 210.385,102.777L210.484,97.106C209.188,96.857 207.841,96.559 206.494,96.261Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M230.084,40.104C229.885,39.357 229.336,38.661 228.588,38.362C227.341,37.915 225.945,38.562 225.496,39.805L221.606,50.3C220.209,50.798 219.362,52.24 219.711,53.633C220.06,55.175 221.656,56.12 223.202,55.772C224.099,55.573 224.798,55.026 225.147,54.279C225.296,54.081 225.396,53.882 225.496,53.683L230.034,41.496C230.134,41.049 230.184,40.551 230.084,40.104Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M230.084,39.457C229.835,38.562 229.186,37.766 228.239,37.368L214.624,31.598C213.028,30.901 211.182,31.697 210.484,33.289C209.836,34.881 210.584,36.771 212.18,37.417L225.795,43.187C227.391,43.884 229.236,43.088 229.934,41.496C230.234,40.8 230.284,40.103 230.084,39.457Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M241.106,81.438C240.507,81.438 240.009,80.94 240.009,80.343V76.165C240.009,75.568 240.507,75.071 241.106,75.071C241.704,75.071 242.203,75.568 242.203,76.165V80.343C242.203,80.94 241.704,81.438 241.106,81.438Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M243.45,79.448L239.261,79.797C238.662,79.846 238.163,79.399 238.114,78.802L237.914,76.812C237.864,76.215 238.313,75.718 238.912,75.668L243.101,75.32C243.699,75.27 244.198,75.718 244.248,76.315L244.447,78.304C244.497,78.901 244.048,79.399 243.45,79.448Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M246.392,83.527C246.243,84.273 246.093,85.069 245.545,85.566C243.001,87.805 242.103,78.304 242.053,77.061C242.053,76.613 242.053,76.066 242.303,75.668C242.502,75.32 242.901,75.171 243.25,75.021C244.198,74.723 244.896,74.623 245.445,74.723C245.495,74.723 245.495,74.723 245.545,74.723C245.644,74.723 245.744,74.773 245.794,74.822C246.093,74.922 246.342,75.121 246.542,75.369C247.888,77.11 246.841,81.289 246.392,83.527Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M246.392,83.527C246.243,84.273 246.093,85.069 245.545,85.566C245.445,85.268 245.395,84.969 245.345,84.621C244.896,82.284 244.597,79.896 244.447,77.508C244.397,76.862 244.348,76.215 244.597,75.668C244.697,75.369 244.896,75.121 245.146,74.972C245.245,74.872 245.345,74.822 245.495,74.773C245.545,74.773 245.545,74.773 245.594,74.773C245.744,74.723 245.844,74.723 245.993,74.773L245.844,74.822C246.143,74.922 246.392,75.121 246.592,75.369C247.888,77.11 246.841,81.289 246.392,83.527Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M241.156,75.071L229.585,76.315C228.787,76.364 228.089,75.817 228.039,74.972L226.643,55.871L210.933,60.497L209.038,61.343C208.539,61.84 205.298,73.678 204.051,78.453C203.702,79.747 203.602,81.04 203.801,82.383L206.295,99.643C206.395,100.538 207.043,101.235 207.891,101.434L208.29,101.533C209.636,101.832 210.883,100.886 210.933,99.494L211.332,82.731C211.332,82.731 218.314,68.406 218.314,68.356C217.666,69.649 219.761,75.171 220.16,76.613C220.858,79.1 221.955,83.278 224.748,84.223C227.192,85.069 231.53,83.577 233.974,83.03C236.518,82.482 239.011,81.935 241.555,81.388C240.208,79.747 240.059,76.911 241.156,75.071Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M211.731,32.742C211.332,33.239 210.584,33.687 209.736,33.936C208.789,34.184 207.891,34.184 207.292,33.936C207.193,33.836 207.143,33.737 207.093,33.637L206.594,32.443L204.699,28.116L209.287,26.823L210.983,30.653L211.731,32.294C211.681,32.443 211.731,32.593 211.731,32.742Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M227.142,59.204C226.044,62.487 220.359,63.88 215.322,64.476C212.629,64.775 210.085,64.874 208.589,64.874C208.14,64.874 207.592,64.825 207.392,64.427C207.243,64.178 207.292,63.83 207.342,63.531C207.642,61.343 206.744,57.761 206.195,55.573C206.095,55.125 205.996,54.677 205.896,54.23C205.248,51.544 204.549,48.908 203.801,46.271C202.555,41.795 201.058,39.457 204.549,35.328C207.093,32.294 211.332,30.255 215.272,31.548C217.167,32.145 218.115,33.239 218.763,34.632C219.411,36.025 219.611,37.716 220.159,39.507C221.755,44.58 222.952,49.455 225.695,53.981C226.693,55.473 227.74,57.363 227.142,59.204Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M215.322,64.476C212.629,64.775 210.085,64.874 208.589,64.874C208.14,64.874 207.592,64.825 207.392,64.427C207.243,64.178 207.292,63.83 207.342,63.531C207.642,61.343 206.744,57.761 206.195,55.573C206.095,55.125 205.996,54.678 205.896,54.23C205.497,49.753 203.751,45.227 202.704,40.899C202.904,40.601 203.103,40.253 203.203,39.855C203.402,39.158 203.652,38.562 204.001,37.915C204.051,37.865 204.2,37.616 204.051,37.616C204.899,37.368 206.046,38.462 206.494,39.059C207.243,40.004 207.691,41.148 208.29,42.193C208.19,43.088 208.14,43.933 208.639,44.68C209.188,45.426 210.235,45.873 210.684,46.669C211.681,48.36 210.434,53.583 211.182,55.324C211.631,56.319 212.828,56.916 213.726,57.662C215.272,58.856 216.02,62.288 215.322,64.476Z"
|
||||
android:fillColor="#D0E4F5"/>
|
||||
<path
|
||||
android:pathData="M188.191,49.505L200.61,53.384L188.191,49.505Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M201.308,55.672C200.859,55.772 200.41,55.821 199.911,55.672L187.493,51.792C186.196,51.395 185.498,50.052 185.897,48.758C186.296,47.465 187.643,46.769 188.939,47.167L201.358,51.046C202.654,51.444 203.353,52.787 202.954,54.081C202.704,54.926 202.056,55.473 201.308,55.672Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M201.407,56.418C202.305,56.12 203.053,55.424 203.402,54.479L208.489,40.651C209.088,39.009 208.24,37.218 206.594,36.622C204.948,36.025 203.153,36.87 202.555,38.512L197.468,52.389C196.869,54.031 197.717,55.821 199.363,56.418C200.061,56.617 200.759,56.617 201.407,56.418Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M207.891,25.431C207.841,25.431 207.841,25.481 207.891,25.431C207.841,25.431 207.841,25.381 207.841,25.33C207.841,25.381 207.841,25.431 207.891,25.431Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M211.232,27.718C212.18,25.728 212.18,23.391 210.335,21.849C208.888,20.605 206.544,19.66 204.649,19.66C201.457,19.61 201.607,21.898 201.158,24.535C200.859,26.375 200.61,28.514 201.806,29.956C204.998,33.737 209.587,31.2 211.232,27.718Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M211.881,28.613C211.781,29.011 211.631,29.409 211.382,29.757C211.033,30.305 210.484,30.752 209.836,30.802C209.237,30.852 208.639,30.553 208.14,30.205C205.696,28.663 204.35,26.922 204.25,23.938C204.2,21.799 200.46,22.645 200.111,20.108C199.961,19.212 200.36,18.218 201.108,17.72C201.856,17.272 203.203,17.372 204.101,17.521C206.943,17.969 209.986,16.875 212.03,19.411C213.925,21.749 212.629,25.38 212.03,27.967C211.98,28.215 211.931,28.414 211.881,28.613Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M206.046,26.176C205.796,27.071 205.048,27.668 204.4,27.469C203.751,27.27 203.402,26.425 203.652,25.48C203.901,24.584 204.649,23.987 205.298,24.186C205.946,24.385 206.295,25.281 206.046,26.176Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M203.801,27.37C204.2,27.37 204.549,27.071 204.549,26.674V22.595C204.549,22.197 204.25,21.898 203.851,21.898H203.801C203.402,21.898 203.103,22.197 203.103,22.595V26.674C203.103,27.022 203.402,27.37 203.801,27.37Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M190.785,48.062C191.233,49.604 190.336,51.245 188.84,51.643C187.294,52.091 185.698,51.146 185.299,49.604C184.85,48.062 185.748,46.421 187.244,46.023C188.74,45.575 190.336,46.47 190.785,48.062Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M241.255,75.071L241.206,75.121C241.206,75.071 241.206,75.071 241.255,75.071Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M44.06,91.585L36.929,86.611C36.48,86.313 36.53,85.616 37.028,85.367L40.22,83.726C40.868,83.378 41.617,83.428 42.215,83.826L50.893,89.794L44.06,91.585Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M43.911,90.54L36.779,85.616C36.33,85.318 36.38,84.621 36.879,84.373L40.07,82.731C40.719,82.433 41.467,82.433 42.065,82.831L50.743,88.75L43.911,90.54Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M21.119,130.134C12.84,122.573 8.003,107.552 10.396,96.609C11.593,91.187 14.336,87.506 18.127,86.313C21.917,85.119 26.306,86.511 30.395,90.242C38.674,97.753 43.512,112.824 41.118,123.717C39.921,129.139 37.178,132.82 33.388,134.014C32.49,134.312 31.542,134.461 30.595,134.461C27.552,134.461 24.261,132.969 21.119,130.134ZM18.476,87.407C15.084,88.501 12.591,91.834 11.494,96.857C9.2,107.452 13.838,121.976 21.867,129.239C25.657,132.671 29.647,134.014 33.039,132.919C36.43,131.825 38.923,128.493 40.021,123.469C42.315,112.874 37.677,98.35 29.647,91.088C26.705,88.451 23.712,87.059 20.92,87.059C20.072,87.059 19.274,87.208 18.476,87.407Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M21.119,130.134C12.79,122.573 8.003,107.552 10.396,96.609C11.593,91.187 14.336,87.506 18.127,86.313C21.917,85.119 26.306,86.511 30.395,90.242C38.724,97.802 43.512,112.824 41.118,123.767C39.921,129.189 37.178,132.87 33.388,134.063C32.49,134.362 31.542,134.511 30.595,134.511C27.552,134.461 24.261,132.969 21.119,130.134ZM40.021,123.518C42.315,112.924 37.677,98.399 29.647,91.137C25.857,87.705 21.867,86.412 18.476,87.456C15.084,88.551 12.591,91.883 11.494,96.907C9.199,107.502 13.838,122.026 21.867,129.288C25.657,132.72 29.647,134.014 33.038,132.969C36.43,131.825 38.923,128.492 40.021,123.518Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M20.92,131.129C12.192,123.22 7.155,107.403 9.648,95.912C10.895,90.242 13.788,86.412 17.778,85.119C21.767,83.825 26.356,85.318 30.645,89.197C39.372,97.156 44.409,112.924 41.916,124.414C40.669,130.084 37.776,133.914 33.787,135.208C32.839,135.506 31.891,135.655 30.894,135.655C27.652,135.655 24.211,134.113 20.92,131.129ZM29.847,90.093C25.857,86.462 21.668,85.119 18.127,86.263C14.536,87.407 11.943,90.938 10.795,96.161C8.352,107.303 13.239,122.573 21.718,130.233C25.707,133.865 29.896,135.208 33.438,134.063C37.028,132.919 39.622,129.388 40.769,124.165C43.212,113.073 38.325,97.753 29.847,90.093L30.246,89.645L29.847,90.093Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M55.282,136.252C55.531,136.252 55.78,136.153 55.93,136.003C56.329,135.655 56.329,135.009 55.98,134.611L50.544,128.99C50.194,128.592 49.546,128.592 49.147,128.94C48.748,129.288 48.748,129.935 49.097,130.333L54.533,135.954C54.783,136.153 55.032,136.252 55.282,136.252Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M62.513,140.778C62.812,140.778 63.111,140.629 63.311,140.331C63.61,139.883 63.511,139.286 63.062,138.988L57.127,134.959C56.678,134.66 56.079,134.76 55.78,135.208C55.481,135.655 55.581,136.252 56.03,136.551L61.965,140.579C62.114,140.729 62.314,140.778 62.513,140.778Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M42.664,132.074C42.963,132.074 43.262,131.925 43.462,131.626C43.761,131.179 43.661,130.582 43.212,130.283L37.278,126.254C36.829,125.956 36.23,126.055 35.931,126.503C35.632,126.951 35.732,127.547 36.18,127.846L42.115,131.875C42.315,132.024 42.464,132.074 42.664,132.074Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M50.544,127.398C50.594,127.398 50.643,127.398 50.743,127.398C51.142,127.299 51.441,126.901 51.342,126.453L42.863,91.237C42.764,90.839 42.365,90.54 41.916,90.64C41.517,90.739 41.218,91.137 41.317,91.585L49.796,126.801C49.895,127.149 50.195,127.398 50.544,127.398Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M86.651,144.857C86.951,144.857 87.3,144.658 87.399,144.31C87.549,143.912 87.3,143.464 86.901,143.315C86.502,143.166 86.252,143.116 86.053,143.066C85.654,142.967 85.504,142.917 84.706,142.32C83.709,137.048 82.063,130.93 80.417,125.06C78.871,119.34 77.225,113.371 76.278,108.298C76.278,108.248 76.278,108.198 76.228,108.099C76.228,107.999 76.178,107.9 76.078,107.8L76.028,107.751C75.979,107.701 75.929,107.701 75.879,107.701C75.63,107.601 75.33,107.651 75.131,107.8C74.782,108.049 50.544,125.856 50.195,126.105C49.846,126.354 49.796,126.851 50.045,127.199C50.294,127.547 50.793,127.597 51.142,127.348C51.441,127.1 70.493,113.123 75.081,109.74C76.078,114.615 77.575,120.186 79.071,125.558C80.716,131.527 82.362,137.744 83.36,143.017C83.41,143.216 83.509,143.365 83.659,143.514C84.806,144.36 85.055,144.509 85.754,144.708C85.953,144.758 86.152,144.807 86.502,144.957C86.452,144.857 86.551,144.857 86.651,144.857Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M56.927,68.605L62.363,80.94C63.062,82.532 64.258,83.925 65.755,84.87L74.582,90.441L75.58,91.088L77.724,93.575C78.173,94.122 78.821,94.37 79.47,94.37C80.018,94.37 80.567,94.172 81.016,93.823C82.013,92.978 82.113,91.535 81.265,90.54L78.871,87.805C78.821,87.755 78.721,87.656 78.672,87.606C78.572,87.506 78.472,87.457 78.372,87.357L68.248,80.94C67.55,80.493 67.002,79.846 66.652,79.1L61.216,66.715C60.718,65.521 59.321,65.023 58.124,65.521C56.977,66.068 56.429,67.411 56.927,68.605Z"
|
||||
android:fillColor="#D0E4F5"/>
|
||||
<path
|
||||
android:pathData="M61.615,133.616C61.865,133.964 62.114,134.312 62.363,134.66C62.613,135.009 62.862,135.357 63.062,135.755C63.361,136.352 64.358,137.396 63.909,137.993C63.211,138.888 61.466,138.441 60.718,137.943C59.67,137.197 58.673,136.352 57.725,135.506C57.326,135.108 56.927,134.71 56.728,134.163C56.179,132.522 56.827,130.034 58.922,130.333C59.67,130.432 60.069,130.93 60.368,131.576C60.718,132.323 61.166,132.969 61.615,133.616Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M60.768,122.971L60.817,119.639C59.172,120.086 57.526,120.534 55.88,120.882L55.93,121.827L56.628,131.427C56.728,132.77 57.975,134.362 58.972,135.257C59.67,135.904 60.618,136.352 61.615,136.302C61.815,136.302 62.064,136.252 62.164,136.053C62.214,135.954 62.214,135.804 62.214,135.655C62.114,133.964 60.468,132.671 60.568,130.98L60.768,122.971Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M49.646,93.227C48.798,90.143 47.452,87.158 46.305,84.174C51.192,82.831 53.237,81.637 55.98,86.71C58.424,91.237 59.72,96.41 60.169,101.533C61.067,111.233 60.817,115.858 60.718,125.16C60.718,125.458 60.718,125.757 60.518,125.956C60.368,126.105 60.169,126.155 59.97,126.155C58.723,126.304 56.828,126.453 55.93,125.458C55.481,124.961 55.282,124.265 55.082,123.568C53.586,117.898 53.785,113.968 53.087,107.999C52.738,104.866 51.042,98.151 49.646,93.227Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M62.014,76.265L61.964,76.365H62.014C61.964,76.365 62.014,76.315 62.014,76.265Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M50.294,127.348C50.943,127.348 51.541,127 52.04,126.702C52.239,126.602 52.389,126.503 52.539,126.403C52.588,126.354 52.638,126.354 52.688,126.304C55.681,123.867 58.773,121.678 61.765,119.589C65.406,117.052 69.146,114.416 72.687,111.332C72.986,111.034 73.036,110.536 72.737,110.238C72.438,109.939 71.939,109.89 71.64,110.188C68.199,113.222 64.458,115.858 60.867,118.345C57.875,120.435 54.733,122.623 51.741,125.06C51.541,125.16 51.342,125.259 51.192,125.409C50.743,125.657 50.444,125.856 50.244,125.806C44.409,121.38 30.395,112.277 26.954,110.039L41.517,94.122C45.706,96.31 51.741,98.797 57.625,101.185C64.159,103.871 70.941,106.607 75.131,108.994C75.48,109.193 75.979,109.094 76.178,108.696C76.378,108.348 76.278,107.85 75.879,107.651C71.59,105.214 64.757,102.428 58.174,99.742C52.09,97.255 45.806,94.669 41.716,92.48C41.417,92.331 41.018,92.381 40.769,92.63L25.159,109.691C25.009,109.84 24.909,110.088 24.959,110.337C25.009,110.586 25.109,110.785 25.308,110.884C25.508,110.984 42.863,122.175 49.347,127.149C49.397,127.199 49.446,127.199 49.446,127.249C49.796,127.299 50.045,127.348 50.294,127.348Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M40.47,120.832C40.37,120.882 40.32,120.932 40.22,120.982L40.619,120.435C40.619,120.534 40.569,120.633 40.519,120.733C40.519,120.783 40.47,120.783 40.47,120.783C40.47,120.783 40.47,120.783 40.47,120.832Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M41.367,121.678C41.018,123.32 40.868,125.458 41.816,126.901C42.165,127.448 42.564,127.995 42.614,128.642C42.664,129.288 42.215,130.035 41.567,130.035C41.217,130.035 40.918,129.836 40.619,129.637C38.923,128.393 37.727,126.553 37.228,124.513C36.729,122.325 36.729,121.181 38.674,120.086C38.774,119.937 38.874,119.838 39.023,119.738L38.824,120.037C38.923,119.987 38.973,119.937 39.073,119.887C39.173,119.788 39.272,119.738 39.322,119.589C39.672,119.39 40.021,119.291 40.42,119.34C40.719,119.39 40.968,119.489 41.168,119.688C41.716,120.136 41.517,120.982 41.367,121.678Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M41.517,119.937L40.22,120.335C40.569,120.037 41.018,119.887 41.517,119.937Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M40.619,116.803C41.866,117.649 43.163,118.495 44.409,119.29L42.514,122.026C41.716,123.121 41.966,124.662 41.666,126.055C41.716,126.155 41.716,126.204 41.766,126.304C41.916,126.752 42.115,127.199 42.315,127.647C42.215,127.697 42.165,127.796 42.015,127.796C41.517,127.995 40.918,127.846 40.519,127.448C40.42,127.348 40.32,127.249 40.22,127.1C39.422,126.553 38.923,125.657 38.674,124.762C38.325,123.419 38.125,121.23 38.824,119.987C38.774,120.037 39.622,118.544 40.619,116.803Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M45.257,100.489C44.958,99.195 44.21,98.101 42.963,96.857C39.472,93.326 36.579,89.993 37.926,84.771C38.275,83.477 38.724,81.935 39.622,80.891C39.622,80.99 39.622,81.14 39.622,81.239C41.467,79.995 43.412,79.15 45.706,79.448C47.402,79.647 49.247,80.194 50.943,80.99V81.04C53.336,82.085 54.882,83.826 54.882,85.765C54.882,87.059 54.184,88.252 52.987,89.247C52.838,89.695 52.688,90.143 52.539,90.59C52.289,91.237 52.389,91.983 52.539,92.679C50.943,92.928 50.593,93.077 51.042,94.719C51.441,96.41 51.94,98.101 52.289,99.842C52.638,101.384 52.938,102.976 52.688,104.518C52.489,105.761 51.89,106.955 51.292,108.099C50.045,110.486 48.648,112.774 47.152,114.963C45.905,116.803 45.307,118.694 43.661,120.285C43.462,120.484 43.212,120.683 42.913,120.733C42.664,120.783 42.414,120.683 42.165,120.584C38.325,119.042 39.971,114.565 41.217,111.78C42.464,109.094 44.36,106.607 45.058,103.672C45.407,102.428 45.457,101.384 45.257,100.489Z"
|
||||
android:fillColor="#1F3598"/>
|
||||
<path
|
||||
android:pathData="M43.412,69.003L42.664,71.937L39.771,80.791C39.622,81.388 39.771,81.935 40.22,82.284C41.417,83.179 45.107,84.074 50.693,83.03C51.541,82.88 52.439,82.383 52.987,81.687L58.174,75.519L58.274,75.419C59.072,74.474 59.521,73.43 59.471,72.485L59.371,69.5L60.219,68.008C61.216,66.267 60.169,64.775 58.025,65.023L57.276,65.123L56.079,65.272L50.893,65.969L49.347,66.168L46.404,66.565C45.058,66.764 43.711,67.859 43.412,69.003Z"
|
||||
android:fillColor="#D0E4F5"/>
|
||||
<path
|
||||
android:pathData="M46.005,69.003C46.005,69.749 46.105,70.594 46.155,71.539C46.205,73.28 46.354,75.22 47.751,76.315C49.995,78.006 54.733,76.364 57.177,75.817C57.526,75.768 57.875,75.668 58.174,75.568L58.274,75.469C59.072,74.524 59.521,73.479 59.471,72.534L59.371,69.55L60.219,68.058C61.216,66.317 60.169,64.825 58.025,65.073L57.276,65.173L56.079,65.322L50.893,66.018C49.995,66.168 48.2,66.018 47.402,66.416C46.205,66.963 46.005,67.859 46.005,69.003Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M49.446,66.168C49.546,67.113 49.995,68.008 50.494,68.804C50.893,69.401 51.342,69.998 52.04,70.346C52.738,70.694 53.835,70.793 54.783,70.396C55.581,70.097 56.229,69.5 56.628,68.854C57.027,68.257 57.177,67.61 57.276,66.963C57.376,66.317 57.376,65.67 57.326,65.073L56.129,65.223L50.943,65.919L49.446,66.168Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M49.746,58.408C49.746,56.07 50.793,53.683 52.638,52.489C54.284,51.395 56.079,51.146 57.725,51.494C61.366,52.29 64.209,56.17 63.012,60.447C61.565,65.67 54.633,66.765 51.142,62.487C50.195,61.393 49.796,59.9 49.746,58.408Z"
|
||||
android:fillColor="#F6D981"/>
|
||||
<path
|
||||
android:pathData="M58.424,63.532C58.424,63.532 58.424,63.582 58.424,63.532C58.374,63.532 58.374,63.482 58.374,63.432C58.424,63.482 58.424,63.532 58.424,63.532Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M50.394,67.212L55.83,69.152L56.678,67.859L59.521,63.631L59.57,63.531H53.935L54.035,61.94L50.394,67.212Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M54.334,60.995C54.284,60.995 54.284,60.945 54.284,60.895C54.284,60.945 54.284,60.945 54.334,60.995Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M59.521,63.631L59.321,63.531H53.935L53.985,62.288L56.678,67.859"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M60.219,57.015C60.917,55.821 60.02,54.279 58.623,53.533C57.227,52.787 55.481,52.588 53.835,52.539C52.189,52.439 50.444,52.389 48.948,51.842C47.402,51.295 46.255,50.25 45.058,49.256C43.113,47.614 41.018,45.973 38.525,44.928C36.031,43.884 32.939,43.486 30.445,44.381C27.951,45.277 26.256,47.664 27.104,49.853C28.6,53.633 35.582,53.981 38.225,57.363C38.724,58.01 39.023,58.706 39.522,59.353C41.068,61.442 44.11,62.586 47.053,62.934C50.045,63.283 53.187,62.984 55.681,61.741C58.174,60.497 59.97,58.259 59.92,55.821L60.219,57.015Z"
|
||||
android:fillColor="#F6D981"/>
|
||||
<path
|
||||
android:pathData="M53.935,61.591C53.985,61.293 54.085,60.945 54.184,60.646C55.082,60.248 55.93,59.701 56.778,59.055C57.975,58.11 58.972,56.916 60.019,55.772C60.069,55.772 60.119,55.772 60.169,55.772C61.266,55.921 62.164,56.269 63.062,56.766C63.111,57.612 63.111,58.408 63.161,59.254C63.161,59.85 63.211,60.447 63.161,61.044C63.111,62.487 62.862,63.879 62.064,64.924C61.167,66.068 59.72,66.565 58.374,66.615C57.626,66.615 56.828,66.068 56.179,65.67C54.932,64.874 54.334,63.631 53.985,62.089C53.985,61.989 53.935,61.89 53.935,61.741C53.885,61.741 53.935,61.641 53.935,61.591Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M55.132,62.437C55.032,62.536 54.932,62.536 54.783,62.487C54.783,62.437 54.783,62.387 54.783,62.387L55.132,62.437Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M52.838,60.099C53.336,59.9 53.835,60.497 54.085,61.144C54.184,61.492 54.284,61.84 54.434,62.139C54.534,62.288 54.683,62.437 54.783,62.487C54.932,62.984 54.633,63.631 54.234,63.78C53.785,63.929 53.336,63.631 52.987,63.283C52.588,62.885 52.289,62.338 52.189,61.691C52.14,60.994 52.389,60.248 52.838,60.099Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M58.822,63.78C58.773,63.88 58.773,63.88 58.723,63.979C58.773,64.974 59.471,65.372 60.368,64.874C61.266,64.377 61.964,63.133 62.014,62.089C61.964,62.039 61.964,62.039 61.915,62.039L58.822,63.78Z"
|
||||
android:fillColor="#F2F4FA"/>
|
||||
<path
|
||||
android:pathData="M73.784,109.143C73.884,109.143 73.984,109.143 74.034,109.094C74.682,108.944 75.031,108.298 74.881,107.701L72.238,96.46C72.089,95.813 71.44,95.465 70.842,95.614C70.193,95.763 69.844,96.41 69.994,97.007L72.637,108.248C72.787,108.746 73.236,109.143 73.784,109.143Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M61.765,106.408H61.815C62.264,106.358 62.563,106.01 62.513,105.562L62.264,103.075C62.214,102.329 62.563,101.583 63.211,101.235L79.619,91.734C80.218,91.386 80.916,91.386 81.514,91.685C82.113,91.983 82.512,92.58 82.562,93.276V93.376C82.612,93.823 82.961,94.122 83.41,94.072C83.858,94.022 84.158,93.674 84.108,93.226V93.127C84.008,91.933 83.31,90.839 82.262,90.292C81.165,89.745 79.919,89.745 78.871,90.341L62.463,99.842C61.266,100.538 60.618,101.832 60.718,103.175L60.967,105.662C61.017,106.109 61.366,106.408 61.765,106.408Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M43.761,69.649L48.599,86.263C49.048,87.904 49.995,89.297 51.342,90.341L60.867,97.952L61.665,98.598L63.361,101.185C63.81,101.881 64.558,102.229 65.306,102.229C65.755,102.229 66.204,102.13 66.553,101.832C67.65,101.135 67.949,99.693 67.251,98.598L65.356,95.664C65.206,95.465 65.057,95.266 64.857,95.117L64.258,94.619L54.284,86.611C53.736,86.163 53.287,85.517 53.087,84.82L48.25,68.207C47.9,66.963 46.604,66.267 45.357,66.615C44.11,67.113 43.412,68.406 43.761,69.649Z"
|
||||
android:fillColor="#D0E4F5"/>
|
||||
<path
|
||||
android:pathData="M45.806,126.553C46.105,125.21 46.753,124.364 47.701,124.066C48.599,123.767 49.696,124.115 50.693,125.011C52.738,126.901 53.935,130.582 53.336,133.317C53.037,134.66 52.389,135.506 51.491,135.804C51.292,135.854 51.042,135.904 50.843,135.904C50.095,135.904 49.297,135.556 48.549,134.859C46.404,132.969 45.207,129.239 45.806,126.553Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M42.664,132.074C42.714,132.074 42.764,132.074 42.813,132.074L48.998,131.079C49.546,130.98 49.895,130.482 49.796,129.985C49.696,129.438 49.197,129.089 48.698,129.189L42.514,130.184C41.966,130.283 41.617,130.781 41.716,131.278C41.766,131.726 42.215,132.074 42.664,132.074Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M74.582,90.441L75.58,91.088L77.724,93.575C78.173,94.122 78.821,94.37 79.47,94.37C80.018,94.37 80.567,94.172 81.016,93.823C82.013,92.978 82.113,91.535 81.265,90.54L78.871,87.805C78.821,87.755 78.722,87.656 78.672,87.606C76.926,87.506 75.131,88.75 74.582,90.441Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M60.817,98.002L61.615,98.648L63.311,101.235C63.76,101.931 64.508,102.279 65.256,102.279C65.705,102.279 66.154,102.18 66.503,101.881C67.6,101.185 67.899,99.742 67.201,98.648L65.306,95.713C65.156,95.515 65.007,95.315 64.807,95.166L64.209,94.669C62.613,95.017 61.117,96.31 60.817,98.002Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M78.622,164.107C70.343,156.596 65.505,141.524 67.899,130.631C69.096,125.21 71.839,121.529 75.63,120.335C79.42,119.141 83.809,120.534 87.898,124.264C96.177,131.775 101.014,146.847 98.621,157.74C97.424,163.162 94.681,166.842 90.89,168.036C89.993,168.335 89.045,168.484 88.098,168.484C85.055,168.434 81.764,166.942 78.622,164.107ZM76.028,121.38C72.637,122.474 70.144,125.806 69.046,130.83C66.752,141.425 71.39,155.949 79.42,163.211C83.21,166.643 87.2,167.986 90.591,166.892C93.982,165.798 96.476,162.465 97.573,157.441C99.867,146.847 95.229,132.322 87.2,125.06C84.257,122.424 81.265,121.031 78.472,121.031C77.575,121.031 76.776,121.131 76.028,121.38Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M78.622,164.107C70.293,156.546 65.505,141.524 67.899,130.582C69.096,125.16 71.839,121.479 75.629,120.285C79.42,119.091 83.809,120.484 87.898,124.215C96.227,131.775 101.014,146.797 98.621,157.74C97.424,163.162 94.681,166.842 90.89,168.036C89.993,168.335 89.045,168.484 88.098,168.484C85.055,168.434 81.764,166.942 78.622,164.107ZM97.523,157.491C99.817,146.896 95.179,132.372 87.15,125.11C83.36,121.678 79.37,120.385 75.979,121.429C72.587,122.524 70.094,125.856 68.996,130.88C66.702,141.475 71.34,155.999 79.37,163.261C83.16,166.693 87.15,167.986 90.541,166.942C93.982,165.798 96.426,162.465 97.523,157.491Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M78.422,165.102C69.695,157.193 64.658,141.425 67.151,129.935C68.398,124.265 71.291,120.434 75.28,119.141C79.27,117.848 83.858,119.34 88.147,123.22C96.875,131.129 101.912,146.896 99.419,158.387C98.172,164.057 95.279,167.887 91.289,169.18C90.342,169.479 89.394,169.628 88.397,169.628C85.155,169.628 81.714,168.086 78.422,165.102ZM87.399,124.066C83.41,120.434 79.22,119.091 75.679,120.236C72.089,121.38 69.495,124.911 68.348,130.134C65.904,141.276 70.792,156.546 79.27,164.206C83.26,167.837 87.449,169.18 90.99,168.036C94.581,166.892 97.174,163.361 98.321,158.138C100.715,147.046 95.828,131.726 87.399,124.066L87.798,123.618L87.399,124.066Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M84.207,146.598C84.507,146.598 84.856,146.399 84.956,146.051C85.105,145.653 84.856,145.205 84.457,145.056C84.058,144.907 83.809,144.857 83.609,144.807C83.21,144.708 83.06,144.658 82.262,144.061C81.265,138.789 79.619,132.671 77.973,126.801C76.427,121.081 74.782,115.112 73.834,110.039C73.834,109.989 73.834,109.939 73.784,109.84C73.734,109.641 73.634,109.492 73.535,109.392C73.485,109.342 73.485,109.342 73.435,109.342C73.285,109.243 73.086,109.243 72.936,109.243H72.886C72.787,109.293 72.687,109.342 72.587,109.392C71.989,109.84 72.188,110.735 72.388,111.133C72.438,111.232 72.488,111.282 72.537,111.332C73.535,116.207 75.031,121.777 76.527,127.149C78.173,133.118 79.819,139.336 80.816,144.608C80.866,144.807 80.966,144.957 81.115,145.106C82.262,145.951 82.512,146.101 83.21,146.3C83.41,146.349 83.609,146.399 83.958,146.548C84.008,146.598 84.108,146.598 84.207,146.598Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M124.105,51.096C123.507,48.808 122.809,46.122 123.756,44.282C124.654,42.59 128.345,40.7 130.04,42.043C131.836,43.486 132.235,49.206 132.584,51.345C132.833,52.688 133.032,54.081 132.883,55.424C132.733,57.463 131.935,59.353 131.038,61.193C129.142,65.222 126.699,69.301 122.859,71.639C122.41,69.749 123.208,67.859 123.806,66.018C125.103,61.89 125.352,57.463 124.604,53.185C124.504,52.638 124.305,51.892 124.105,51.096Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M119.018,111.083C118.42,111.083 117.871,111.531 117.622,112.128C117.373,112.675 117.373,113.322 117.373,113.919C117.373,114.466 117.373,115.063 117.772,115.411C118.021,115.659 118.37,115.759 118.719,115.858C119.368,116.008 119.966,116.207 120.614,116.256C121.362,116.306 122.061,116.256 122.809,116.356C123.258,116.406 123.706,116.555 124.155,116.704C125.452,117.002 126.798,116.953 128.095,116.605C128.394,116.505 128.694,116.406 128.843,116.207C129.142,115.809 129.043,115.262 128.743,114.864C128.444,114.466 127.995,114.267 127.547,114.068C126.2,113.471 124.853,112.824 123.557,112.227C122.26,111.63 120.914,111.034 119.467,110.984C119.018,110.984 118.42,111.183 118.42,111.63L119.018,111.083Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M120.016,113.322H119.866C118.969,113.272 118.32,112.476 118.42,111.581L118.619,108.895C118.669,107.999 119.467,107.353 120.365,107.452H120.515C121.412,107.502 122.061,108.298 121.961,109.193L121.761,111.879C121.712,112.774 120.914,113.421 120.016,113.322Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M112.385,118.047C112.635,118.495 112.884,118.942 113.133,119.44C113.383,119.887 113.632,120.385 113.832,120.882C114.081,121.628 114.63,123.071 113.981,123.717C113.034,124.712 111.438,123.867 110.69,123.17C109.543,122.126 108.445,120.982 107.448,119.738C107.049,119.191 106.6,118.644 106.5,117.997C106.101,115.958 107.298,113.123 109.792,113.769C110.69,114.018 111.089,114.665 111.288,115.46C111.538,116.356 111.936,117.201 112.385,118.047Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M109.293,117.052H109.144C108.246,117.052 107.548,116.356 107.548,115.46V112.775C107.548,111.879 108.246,111.183 109.144,111.183H109.293C110.191,111.183 110.889,111.879 110.889,112.775V115.46C110.889,116.356 110.191,117.052 109.293,117.052Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M102.211,47.316C100.316,48.36 98.072,48.709 95.927,48.311C94.83,45.227 94.98,41.844 96.127,38.76C99.119,30.454 106.201,27.37 114.53,27.768C116.126,27.867 117.772,27.27 119.318,27.718C121.861,28.365 123.706,30.503 125.252,32.593C127.197,35.229 129.99,38.86 130.539,42.242C130.589,42.541 130.639,42.839 130.639,43.187C129.142,42.043 127.596,42.939 125.801,43.436C125.502,43.535 125.302,43.635 125.153,43.933C125.103,44.033 125.252,44.182 125.252,44.282V46.321C125.252,48.112 125.103,49.952 125.651,51.544C125.801,54.329 125.701,57.165 125.552,60C122.759,62.785 118.47,64.029 114.48,64.377C109.991,64.775 105.104,64.178 101.563,61.343C101.264,61.094 100.915,60.945 100.566,60.845C100.516,59.104 100.566,57.314 100.516,55.573C100.516,53.683 100.865,47.017 100.865,47.017C100.865,47.017 96.825,46.968 95.578,46.371V46.321C96.127,39.507 97.512,34.294 101.602,31.111L102.211,47.316Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M125.003,99.444C124.804,100.24 124.554,101.036 124.305,101.881C124.006,102.976 123.706,104.567 123.407,105.612C123.058,106.806 122.958,110.387 122.011,111.133C121.612,111.432 121.113,111.481 120.664,111.481C120.066,111.481 119.367,111.432 118.919,111.034C118.42,110.636 118.22,109.939 118.121,109.293C117.821,106.955 118.42,104.567 118.021,102.229C117.772,100.638 116.974,99.046 117.223,97.454C117.522,95.515 118.47,95.017 117.821,92.928C117.173,90.839 116.226,88.402 116.126,86.213C116.026,83.776 116.674,79.598 115.378,77.459C114.53,78.056 114.48,79.598 114.33,80.592C114.081,82.632 113.782,84.671 113.483,86.71C113.034,89.546 113.333,92.082 112.934,94.918C112.186,100.091 112.086,105.363 111.438,110.536C111.188,112.327 111.388,113.869 109.493,114.515C107.348,115.212 105.852,113.471 105.403,111.68C104.805,109.342 104.855,106.806 105.653,104.468C106.002,103.374 106.5,102.329 106.451,101.185C106.401,100.29 106.002,99.494 105.752,98.648C105.353,97.255 105.453,95.714 105.453,94.271C105.752,83.676 103.309,73.579 101.413,63.283H125.651L124.654,70.197C124.405,72.932 124.804,86.362 125.003,87.506C125.103,88.203 125.701,89.695 125.452,90.391C124.405,93.923 125.502,97.554 125.003,99.444Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M106.949,110.387C107.249,113.57 107.298,112.675 106.949,110.387V110.387Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M113.125,67.712C120.094,67.712 125.743,64.461 125.743,60.45C125.743,56.439 120.094,53.188 113.125,53.188C106.157,53.188 100.508,56.439 100.508,60.45C100.508,64.461 106.157,67.712 113.125,67.712Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M106.401,31.548C107.448,32.692 108.944,34.383 109.842,35.428C110.241,35.875 110.939,35.826 111.288,35.328L113.283,32.543L116.176,33.04C116.525,33.09 116.874,32.841 116.874,32.493V31.598C116.874,29.608 115.477,27.917 113.582,27.519C112.934,27.37 112.286,27.32 111.587,27.32C109.692,27.32 107.947,27.867 106.75,28.713C105.752,29.36 105.603,30.702 106.401,31.548Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M108.845,22.098C108.795,22.098 108.795,22.048 108.795,21.998C108.845,21.998 108.845,22.048 108.845,22.098Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M111.238,31.648C112.984,31.648 114.38,30.653 114.38,29.409C114.38,28.166 112.984,27.171 111.238,27.171C109.493,27.171 108.096,28.166 108.096,29.409C108.096,30.653 109.493,31.648 111.238,31.648Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M120.415,17.82C119.966,18.218 117.223,19.461 117.223,19.461L116.625,16.178C116.625,16.178 117.672,15.333 118.121,15.183C118.52,15.084 119.816,16.079 119.816,16.079L120.415,17.82Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M108.695,29.16V23.54C108.695,22.843 108.944,22.197 109.393,21.749C109.642,21.5 109.942,21.252 110.341,21.103C110.64,21.003 110.939,20.953 111.238,20.904C111.388,20.904 111.538,20.904 111.687,20.904C112.286,20.953 112.784,21.252 113.183,21.65C113.632,22.097 113.931,22.794 113.931,23.49V29.111V29.409H113.882C113.682,30.305 112.635,31.001 111.288,31.001C109.942,31.001 108.894,30.305 108.695,29.409H108.645V29.16H108.695Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M109.792,25.878C109.243,25.032 108.994,23.739 108.844,22.843C108.695,21.948 107.448,22.296 107.448,21.401C107.448,20.754 108.046,20.058 108.346,19.461C108.695,18.765 109.094,18.218 109.742,17.77C110.49,17.223 111.388,16.924 112.286,16.676C113.283,16.377 114.33,16.178 115.378,16.079L115.677,15.084H118.869V24.286C118.869,24.385 118.869,24.485 118.819,24.684C118.27,26.972 115.727,28.166 113.532,27.32L109.792,25.878Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M119.966,14.636C119.068,13.99 117.821,13.542 116.824,13.045C115.677,12.497 114.38,12.05 113.084,12C111.338,11.901 109.493,12.448 108.346,13.741C106.65,15.581 106.351,18.267 106.6,20.605C106.7,21.5 106.8,22.545 107.298,23.341C107.548,23.739 108.944,25.032 109.543,24.535C110.041,24.087 109.443,23.291 109.692,22.645C109.742,22.545 109.742,22.445 109.842,22.396C109.942,22.296 110.141,22.296 110.291,22.346C110.391,22.346 110.54,22.396 110.64,22.346C110.889,22.247 110.939,21.898 110.939,21.6C110.889,20.705 110.74,19.61 111.787,19.362C112.535,19.163 113.333,19.461 114.081,19.113C115.527,18.466 116.774,17.422 118.32,17.073C118.52,17.024 118.919,16.924 118.969,17.123C119.118,17.77 119.018,18.019 119.218,18.466C119.866,18.367 120.564,17.869 120.814,17.322C121.113,16.676 121.113,15.929 120.764,15.283C120.465,15.084 120.215,14.835 119.966,14.636Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M112.635,29.16C112.036,28.962 111.488,28.564 110.989,28.116C110.191,27.221 109.593,26.077 109.293,24.883C109.243,24.535 109.194,24.236 109.194,23.938C109.194,23.788 109.194,23.59 109.343,23.49C109.493,23.341 109.792,23.44 109.892,23.59C110.041,23.739 110.041,23.987 110.141,24.186C110.341,24.933 110.789,25.579 111.338,26.126C112.435,26.524 113.782,25.977 114.68,25.33C115.328,24.833 115.976,24.236 116.774,23.987C119.318,23.241 120.116,25.132 119.368,26.922C119.268,27.221 119.068,27.469 118.819,27.668C117.173,29.21 114.729,29.807 112.635,29.16Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M109.227,20.759L109.069,21.013L112.885,23.37L113.043,23.116L109.227,20.759Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M110.54,22.445C110.44,22.495 110.341,22.495 110.241,22.495C110.241,22.445 110.241,22.445 110.241,22.396L110.54,22.445Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M108.396,20.903C108.894,20.804 109.343,21.152 109.543,21.6C109.642,21.849 109.692,22.048 109.842,22.247C109.942,22.346 110.041,22.445 110.191,22.495C110.341,22.843 110.041,23.291 109.692,23.391C109.293,23.49 108.844,23.291 108.545,23.042C108.196,22.794 107.847,22.396 107.797,21.948C107.697,21.5 107.947,21.003 108.396,20.903Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M116.874,20.953C116.774,20.655 116.575,20.555 116.375,20.655C116.126,20.804 115.976,21.103 115.876,21.5H115.727C115.827,21.003 116.076,20.555 116.375,20.406C116.674,20.257 116.924,20.356 117.023,20.754L116.874,20.953Z"
|
||||
android:fillColor="#FAB300"/>
|
||||
<path
|
||||
android:pathData="M116.874,20.953C116.774,20.655 116.575,20.555 116.375,20.655C116.126,20.804 115.976,21.103 115.876,21.5H115.727C115.827,21.003 116.076,20.555 116.375,20.406C116.674,20.257 116.924,20.356 117.023,20.754L116.874,20.953Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M95.778,58.209C96.576,64.576 99.02,70.396 104.655,74.972C104.954,75.22 105.353,75.469 105.702,75.27C105.852,75.171 105.952,74.972 106.052,74.822C108.296,70.097 103.807,65.919 102.61,61.243C102.361,60.248 101.214,51.643 101.713,48.211C101.812,47.465 101.314,46.769 100.566,46.619C99.369,46.371 98.172,46.072 97.224,46.222C95.529,46.421 95.778,46.47 95.628,48.559C95.379,51.743 95.379,54.976 95.778,58.209Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M131.038,42.889C129.342,44.879 126.749,46.072 124.155,45.973C124.055,45.973 123.956,45.973 123.856,45.923C123.706,45.824 123.657,45.625 123.607,45.426C123.457,44.182 123.357,42.69 124.255,41.795C124.804,41.297 125.552,41.148 126.3,40.999C127.247,40.849 128.245,40.7 129.142,40.949C130.04,41.248 130.888,42.093 130.788,43.038L131.038,42.889Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M117.173,22.346C116.824,22.147 116.674,21.799 116.674,21.252C116.674,20.257 117.373,19.063 118.22,18.566C118.669,18.317 119.068,18.267 119.417,18.466C119.766,18.665 119.916,19.013 119.916,19.561C119.916,20.555 119.218,21.749 118.37,22.247C118.121,22.396 117.871,22.445 117.622,22.445C117.472,22.445 117.323,22.396 117.173,22.346ZM118.37,18.815C117.572,19.262 116.974,20.356 116.974,21.252C116.974,21.65 117.123,21.948 117.323,22.097C117.572,22.247 117.871,22.197 118.22,21.998C119.018,21.55 119.617,20.456 119.617,19.561C119.617,19.163 119.467,18.864 119.268,18.715C119.168,18.665 119.068,18.615 118.969,18.615C118.769,18.665 118.57,18.715 118.37,18.815Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M113.283,24.584C112.934,24.385 112.784,24.037 112.784,23.49C112.784,22.495 113.483,21.302 114.33,20.804C114.779,20.555 115.178,20.506 115.527,20.705C115.876,20.904 116.026,21.252 116.026,21.799C116.026,22.794 115.328,23.987 114.48,24.485C114.231,24.634 113.981,24.684 113.732,24.684C113.532,24.734 113.383,24.684 113.283,24.584ZM114.43,21.103C113.632,21.55 113.034,22.645 113.034,23.54C113.034,23.938 113.183,24.236 113.383,24.385C113.632,24.535 113.931,24.485 114.281,24.286C115.029,23.838 115.677,22.744 115.677,21.849C115.677,21.451 115.527,21.152 115.328,21.003C115.228,20.953 115.128,20.904 115.029,20.904C114.879,20.904 114.68,21.003 114.43,21.103Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M266.042,107.204C266.441,104.169 266.591,101.085 266.491,98.051C266.491,97.703 266.441,97.057 266.042,96.559C265.743,96.211 265.244,96.012 264.745,96.111C264.346,96.161 263.997,96.46 263.848,96.808L265.344,97.454C265.294,97.604 265.144,97.703 265.045,97.703C264.995,97.703 264.945,97.703 264.845,97.653C264.895,97.703 264.895,97.852 264.895,98.101C264.995,101.085 264.845,104.07 264.446,107.005L266.042,107.204Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M222.553,147.742C223.002,150.13 224.199,152.318 224.897,154.606C225.097,155.303 225.296,156.148 224.897,156.745C224.748,156.944 224.548,157.143 224.449,157.342C224.349,157.591 224.349,157.889 224.598,158.039C224.698,158.088 224.798,158.088 224.897,158.088C225.596,158.039 226.294,157.74 226.793,157.243C226.942,157.093 227.042,156.994 227.092,156.795C227.142,156.596 227.142,156.397 227.092,156.198C226.693,153.313 226.194,150.229 224.149,148.14C223.85,147.842 223.501,147.543 223.052,147.593C222.653,147.643 222.354,148.24 222.703,148.488L222.553,147.742Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M238.363,147.593C238.512,148.538 238.662,149.433 238.812,150.378C238.862,150.627 238.911,150.876 238.812,151.075C238.662,151.572 238.064,151.771 237.515,151.871C237.166,151.92 236.767,152.02 236.418,151.871C236.069,151.721 235.819,151.323 236.019,150.975C236.218,150.627 236.717,150.677 237.016,150.378C237.365,149.98 237.066,149.384 236.767,148.936C236.468,148.488 236.218,147.941 236.168,147.394C236.119,146.847 236.318,146.25 236.767,145.902C237.216,145.554 237.914,145.603 238.263,146.051C238.463,146.349 238.512,146.698 238.512,147.095C238.512,147.444 238.463,147.792 238.363,148.14V147.593Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M221.805,136.352C221.506,135.705 220.608,135.655 220.01,136.053C219.461,136.451 219.212,137.147 219.012,137.794C218.813,138.49 218.663,139.236 218.564,139.933C220.06,139.286 220.359,137.147 221.805,136.451V136.352Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M277.313,142.669C277.363,143.315 277.164,143.962 276.665,144.26C276.415,144.41 276.166,144.41 275.867,144.459C273.224,144.807 270.531,144.857 267.937,144.509C266.142,144.26 267.389,143.116 268.336,142.718C268.486,142.669 268.635,142.619 268.785,142.519C269.782,142.121 270.83,141.724 271.827,141.276C272.974,140.828 274.171,140.331 275.418,140.331C275.568,140.331 275.717,140.331 275.867,140.381C275.967,140.43 276.066,140.48 276.166,140.53C276.515,140.629 276.814,140.928 276.964,141.276C277.164,141.624 277.263,142.171 277.313,142.669Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M276.266,123.767L276.814,136.65L277.014,140.629C277.014,140.828 277.014,141.027 276.964,141.176C276.964,141.176 276.964,141.176 276.964,141.226C276.765,141.972 276.116,142.519 275.368,142.47L274.57,142.42C273.822,142.37 273.224,141.724 273.124,140.928V140.878L272.276,134.76C272.276,134.76 271.229,127.15 270.78,123.817L276.266,123.767Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M276.565,140.729C277.114,141.176 277.363,141.823 276.864,142.42C276.066,143.365 272.176,142.967 271.079,143.067C270.68,143.116 269.483,143.166 269.782,142.42C269.882,142.171 270.132,142.022 270.381,141.873C271.129,141.475 271.927,141.176 272.725,140.928C273.124,140.778 273.573,140.729 273.972,140.53C274.171,140.43 274.371,140.231 274.62,140.182C275.119,139.983 276.017,140.281 276.565,140.729Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M270.63,91.933L271.827,90.093L284.345,90.69C288.584,93.027 287.188,103.125 287.188,103.125C287.038,105.413 286.839,107.701 286.689,109.989C286.44,113.322 287.437,116.654 286.889,119.838C285.791,120.733 284.545,121.728 283.098,121.678C281.652,121.628 280.405,120.484 279.807,119.141C277.962,114.963 278.66,108.547 278.41,103.97L276.565,103.125L276.416,121.579L276.864,130.383C276.964,133.815 276.964,133.964 276.266,134.412C275.019,135.108 272.226,135.208 270.93,134.561C269.982,134.063 270.032,133.715 269.832,132.82L268.835,97.554C268.785,95.863 269.683,93.376 270.63,91.933Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M297.512,135.357C297.611,135.804 297.711,136.302 297.811,136.75C297.911,137.197 298.01,137.695 298.21,138.142C298.459,138.789 298.958,140.082 299.806,140.132C301.052,140.231 301.601,138.739 301.701,137.794C301.85,136.401 301.9,134.959 301.85,133.566C301.801,132.969 301.751,132.323 301.451,131.825C300.504,130.233 298.01,128.99 296.714,130.93C296.265,131.626 296.364,132.273 296.714,132.969C297.113,133.715 297.362,134.561 297.512,135.357Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M292.075,122.573C292.075,122.573 299.307,129.736 299.357,129.786C300.404,130.83 300.803,132.969 300.803,134.412C300.803,135.456 300.504,136.551 299.756,137.346C299.606,137.496 299.407,137.645 299.157,137.595C299.008,137.545 298.908,137.446 298.808,137.346C297.512,136.053 297.611,133.815 296.215,132.72L289.632,127.299L281.951,120.932C280.854,120.037 280.555,118.445 281.253,117.201C281.253,117.201 281.253,117.152 281.303,117.152C282.251,115.46 284.595,115.212 285.991,116.555L292.075,122.573Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M291.577,120.683C292.225,121.429 292.524,122.424 292.325,123.419C292.325,123.469 292.325,123.518 292.275,123.568C291.876,125.359 289.981,127.05 289.632,127.348C289.133,127.945 288.235,128.045 287.637,127.547L287.587,127.498L281.453,121.38C280.505,120.435 280.306,118.992 280.954,117.848C281.203,117.351 281.503,116.903 281.802,116.406C282.749,114.764 284.994,114.466 286.39,115.759L291.577,120.683Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M270.73,86.412C271.628,87.059 271.827,88.252 271.179,89.148L264.695,98.25C264.047,99.146 262.85,99.345 261.953,98.698C261.055,98.051 260.855,96.857 261.504,95.962L267.987,86.86C268.635,85.964 269.832,85.765 270.73,86.412Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<path
|
||||
android:pathData="M275.518,73.131L275.717,73.231C276.814,73.678 277.313,74.872 276.864,75.966L272.775,86.213C272.326,87.307 271.129,87.805 270.032,87.357L269.832,87.257C268.735,86.81 268.236,85.616 268.685,84.522L272.775,74.275C273.224,73.231 274.47,72.733 275.518,73.131Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<path
|
||||
android:pathData="M270.381,67.51C270.181,66.466 270.082,65.421 270.381,64.377C270.88,62.387 272.525,60.845 274.321,59.85C276.665,58.507 279.807,57.861 281.901,59.552C284.245,61.442 284.345,64.775 284.794,67.461C285.442,71.589 288.335,71.689 291.377,73.579C293.671,75.021 294.769,78.055 293.971,80.592C290.33,92.033 273.074,83.378 272.376,74.176C272.126,71.539 270.88,69.948 270.381,67.51Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M282.45,63.581L282.6,64.576L282.55,64.526C282.6,64.228 282.55,63.879 282.45,63.581Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M286.739,78.453L285.891,81.587L284.644,91.038C284.495,91.685 284.046,92.182 283.497,92.48C282.001,93.226 278.361,93.575 274.022,91.784C273.373,91.485 272.126,90.889 271.977,90.093L270.63,83.079L270.58,82.93C270.381,81.836 270.531,80.692 271.029,79.747L272.625,76.713V75.071C272.625,73.131 274.321,71.788 276.017,72.286L276.615,72.485L277.563,72.833L281.702,74.275L282.899,74.673L285.243,75.519C286.44,75.917 287.088,77.21 286.739,78.453Z"
|
||||
android:fillColor="#008A23"/>
|
||||
<path
|
||||
android:pathData="M286.739,78.453L285.891,81.587C285.492,82.085 285.043,82.632 284.644,83.129C283.747,84.223 282.849,85.318 281.602,85.915C279.557,86.86 277.213,86.114 275.169,85.218C273.872,84.671 272.625,84.124 271.378,83.477C271.129,83.378 270.88,83.229 270.63,83.079L270.58,82.93C270.381,81.836 270.531,80.692 271.029,79.747L272.625,76.713V75.071C272.625,73.131 274.321,71.788 276.017,72.286L276.615,72.485L277.563,72.833L281.702,74.275L282.899,74.673L285.243,75.519C286.44,75.917 287.088,77.21 286.739,78.453Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M282.949,74.723C282.35,75.668 281.552,76.514 280.705,77.26C280.056,77.807 279.358,78.354 278.56,78.652C277.762,78.901 276.765,78.851 276.116,78.304C275.568,77.857 275.318,77.16 275.268,76.464C275.219,75.768 275.418,75.071 275.667,74.474C275.917,73.778 276.216,73.131 276.615,72.534L277.563,72.882L281.702,74.325L282.949,74.723Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M269.284,81.886L269.334,81.986H269.284C269.284,81.986 269.284,81.936 269.284,81.886Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M263.548,94.967C264.895,95.664 265.493,97.106 264.895,98.151C264.346,99.195 262.8,99.444 261.454,98.748C260.107,98.051 259.509,96.609 260.107,95.564C260.656,94.52 262.202,94.271 263.548,94.967Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M279.059,59.801C278.71,59.9 278.311,59.95 278.061,59.701C277.712,59.403 277.912,58.856 278.161,58.458C278.41,58.06 278.71,57.612 278.51,57.214C278.36,56.866 277.961,56.767 277.612,56.717C276.715,56.617 275.817,56.816 275.069,57.314C273.872,58.11 273.274,59.502 272.775,60.845C272.725,60.994 272.675,61.194 272.775,61.343C272.825,61.442 272.974,61.442 273.074,61.442C274.869,61.691 276.814,61.293 278.311,60.298L279.059,59.801Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M271.827,65.123C271.827,68.406 274.321,71.042 277.463,71.042C278.71,71.042 279.857,70.644 280.754,69.898C282.151,68.804 283.049,67.063 283.049,65.123C283.049,64.725 282.999,64.277 282.949,63.88C282.799,63.233 282.6,62.586 282.251,62.039C281.752,61.144 281.004,60.398 280.106,59.9C279.308,59.453 278.41,59.204 277.413,59.204C277.313,59.204 277.164,59.204 277.064,59.204C276.316,59.254 275.568,59.453 274.919,59.801C273.074,60.796 271.827,62.835 271.827,65.123Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M275.717,69.6L275.867,70.147L277.064,74.126L277.313,74.822L277.912,74.872L282.4,75.22L282.201,74.524L280.904,70.843L280.655,69.998L279.956,68.058L275.717,69.6Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M275.717,69.6L275.867,70.147L277.064,74.126C278.41,72.833 279.607,71.44 280.605,69.998L279.956,68.058L275.717,69.6Z"
|
||||
android:strokeAlpha="0.46"
|
||||
android:fillColor="#DDB88B"
|
||||
android:fillAlpha="0.46"/>
|
||||
<path
|
||||
android:pathData="M271.528,65.521C271.528,68.605 273.922,71.042 276.914,71.042C278.111,71.042 279.158,70.644 280.056,69.998C281.403,69.003 282.251,67.361 282.251,65.521C282.251,62.437 279.857,60 276.914,60C276.814,60 276.665,60 276.565,60C273.772,60.149 271.528,62.586 271.528,65.521Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M280.704,63.581C279.158,63.283 277.862,62.487 277.164,60.796C277.014,60.497 276.964,60.099 277.064,59.801C277.463,58.905 280.006,59.95 280.006,60.845V59.85C281.502,60.646 282.6,62.089 282.949,63.78C282.201,63.78 281.453,63.73 280.704,63.581Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M280.206,65.073C280.206,66.018 280.954,66.764 281.901,66.764C282.849,66.764 283.597,66.018 283.597,65.073C283.597,64.128 282.849,63.382 281.901,63.382C281.004,63.382 280.206,64.128 280.206,65.073Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M301.052,100.339C301.302,99.544 300.753,98.797 299.905,98.748C299.157,98.698 298.359,98.897 297.711,99.344C297.262,99.643 296.863,100.041 296.763,100.538C296.714,100.886 296.813,101.235 296.913,101.533C297.162,102.18 297.512,102.826 298.01,103.324C298.708,103.97 299.806,104.319 300.903,103.821C301.402,103.622 301.751,103.224 301.9,102.777C302.399,101.434 300.853,101.633 301.052,100.339Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M299.506,101.682C299.457,101.682 299.407,101.732 299.357,101.732C298.26,102.13 296.963,101.583 296.564,100.439C293.621,92.63 288.983,85.318 283.198,79.249C282.35,78.404 282.4,77.011 283.248,76.165C284.096,75.32 285.492,75.37 286.29,76.215C292.524,82.681 297.462,90.54 300.604,98.897C301.052,99.991 300.554,101.185 299.506,101.682Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M226.244,143.663C226.344,143.663 226.394,143.663 226.493,143.614C247.091,137.297 253.674,127.547 257.165,119.788C261.005,111.183 262.152,105.711 262.701,97.604C262.75,97.156 262.401,96.758 261.953,96.758C261.504,96.708 261.105,97.056 261.105,97.504C260.606,105.463 259.459,110.785 255.718,119.141C252.377,126.602 245.993,135.954 226.044,142.072C225.596,142.221 225.396,142.669 225.496,143.067C225.596,143.464 225.895,143.663 226.244,143.663Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M215.621,143.216C215.671,143.813 216.12,144.41 216.718,144.807C218.115,145.753 219.312,145.255 220.708,144.758C222.603,144.061 222.354,144.907 222.503,146.747C222.753,149.234 223.202,151.373 226.044,152.368C226.643,152.567 227.291,152.666 227.89,152.716C229.735,152.816 231.58,152.368 233.176,151.473C234.573,150.727 235.77,148.737 237.216,148.339C238.263,148.09 240.158,148.637 240.707,149.533C241.804,151.323 239.959,151.572 239.759,152.865C239.51,154.457 242.353,153.562 242.901,153.263C243.051,153.214 243.151,153.114 243.25,152.965C243.4,152.716 243.35,152.418 243.35,152.169C243.25,151.224 243.45,150.229 243.4,149.284C243.35,148.19 242.452,147.593 242.303,146.698C242.153,145.802 242.452,144.957 242.552,144.111C242.901,140.629 240.258,139.237 237.116,139.585C235.57,139.784 234.024,140.231 232.628,140.928C231.082,141.674 228.937,142.669 227.69,140.629C227.241,139.933 227.291,139.038 226.793,138.391L226.344,138.49C225.845,137.048 224.448,135.954 222.902,135.904C221.556,135.854 220.159,136.6 219.461,137.794C218.863,138.839 218.613,140.082 217.716,140.928C217.466,141.176 217.067,141.375 216.718,141.624C216.569,141.724 216.469,141.823 216.319,141.923C215.721,142.32 215.571,142.768 215.621,143.216Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M238.961,139.485C239.51,139.535 240.158,139.634 240.657,139.336C241.206,138.988 241.455,138.291 241.605,137.645C241.704,137.197 241.704,136.749 241.605,136.302C241.505,135.854 241.206,135.456 240.757,135.307C241.106,134.909 241.754,134.859 242.253,135.158C242.702,135.456 242.951,135.954 243.151,136.501C243.4,137.297 243.45,138.192 243.151,139.038C242.851,139.833 242.253,140.53 241.405,140.778C240.607,141.027 239.61,140.778 239.111,140.132C239.011,140.032 238.961,139.883 238.961,139.784C239.011,139.585 239.211,139.485 239.41,139.535C239.61,139.585 239.759,139.684 239.909,139.784L238.961,139.485Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M236.318,146.797C236.318,146.797 236.318,146.847 236.318,146.797C236.268,146.847 236.318,146.897 236.318,146.897C236.368,146.897 236.318,146.847 236.318,146.797Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M232.129,150.329C230.633,153.015 230.284,156.148 229.037,158.984C228.937,159.232 228.787,159.481 228.588,159.63C228.189,159.929 227.64,159.929 227.142,159.829C226.543,159.779 225.795,159.531 225.795,158.934C225.795,158.586 226.094,158.337 226.443,158.237C226.743,158.138 227.092,158.188 227.441,158.237C227.341,156.099 227.541,153.96 228.039,151.92C228.189,151.274 228.388,150.627 228.787,150.13C229.186,149.583 229.785,149.185 230.433,149.185C231.331,149.185 232.129,150.179 231.929,151.075L232.129,150.329Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M236.268,146.15C236.218,146.25 236.119,146.399 236.069,146.499C236.268,146.349 236.468,146.2 236.617,146.001L236.268,146.15Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M223.651,146.3C224.798,146.3 225.945,145.951 226.842,145.255C226.942,145.205 226.992,145.156 227.092,145.056C227.541,144.807 227.989,144.459 228.339,143.962C228.987,143.066 229.087,141.873 228.538,141.077C228.388,140.878 228.139,140.778 227.89,140.828C227.64,140.878 227.441,141.127 227.441,141.375C227.341,142.619 227.042,143.464 226.394,144.061C226.194,144.161 225.995,144.26 225.745,144.36C224.548,144.857 223.9,145.106 222.853,144.658C222.553,144.509 222.204,144.658 222.055,144.957C222.005,145.106 222.005,145.305 222.055,145.454C222.005,145.752 222.204,146.101 222.503,146.15C222.902,146.25 223.252,146.3 223.651,146.3Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M225.895,141.823C224.947,141.027 224.947,139.883 224.249,139.038C223.9,138.59 222.254,138.441 222.753,137.993C223.401,137.396 224.997,136.252 225.895,136.55C226.593,136.799 226.892,137.595 227.042,138.341C227.241,139.137 227.391,139.933 227.541,140.778C227.64,141.276 227.64,141.873 227.241,142.121C226.842,142.42 226.244,142.171 225.895,141.823Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M215.621,143.216C216.22,143.464 216.968,143.564 217.466,143.166C217.417,142.569 217.067,142.022 216.619,141.674C216.469,141.773 216.369,141.873 216.22,141.972C215.721,142.32 215.571,142.768 215.621,143.216Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M138.718,84.87L144.553,88.252C144.752,88.352 144.952,88.352 145.151,88.252L147.844,86.711C148.144,86.511 148.144,86.064 147.844,85.915L142.009,82.532C141.81,82.433 141.61,82.433 141.411,82.532L138.718,84.074C138.419,84.223 138.419,84.671 138.718,84.87Z"
|
||||
android:strokeAlpha="0.125"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.125"/>
|
||||
<path
|
||||
android:pathData="M138.718,84.82L144.553,88.203C144.752,88.302 144.952,88.302 145.151,88.203L147.844,86.661C148.144,86.511 148.144,86.064 147.844,85.915L142.009,82.532C141.81,82.433 141.61,82.433 141.411,82.532L138.718,84.074C138.419,84.223 138.419,84.671 138.718,84.82Z"
|
||||
android:strokeAlpha="0.25"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.25"/>
|
||||
<path
|
||||
android:pathData="M138.719,84.771L144.604,88.153C144.803,88.252 145.003,88.252 145.202,88.153L147.895,86.611C148.195,86.462 148.195,86.064 147.895,85.865L142.011,82.482C141.811,82.383 141.612,82.383 141.412,82.482L138.719,84.024C138.47,84.223 138.47,84.621 138.719,84.771Z"
|
||||
android:strokeAlpha="0.375"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.375"/>
|
||||
<path
|
||||
android:pathData="M138.719,84.721L144.604,88.103C144.803,88.203 145.003,88.203 145.202,88.103L147.895,86.561C148.145,86.412 148.145,86.014 147.895,85.865L142.011,82.482C141.811,82.383 141.612,82.383 141.412,82.482L138.719,84.024C138.47,84.223 138.47,84.572 138.719,84.721Z"
|
||||
android:strokeAlpha="0.5"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.5"/>
|
||||
<path
|
||||
android:pathData="M138.719,84.722L144.604,88.104C144.803,88.203 145.003,88.203 145.202,88.104L147.895,86.562C148.145,86.413 148.145,86.065 147.895,85.915L142.011,82.533C141.811,82.434 141.612,82.434 141.412,82.533L138.719,84.075C138.47,84.224 138.47,84.573 138.719,84.722Z"
|
||||
android:strokeAlpha="0.625"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.625"/>
|
||||
<path
|
||||
android:pathData="M138.719,84.672L144.604,88.054C144.803,88.154 145.003,88.154 145.202,88.054L147.895,86.512C148.145,86.363 148.145,86.065 147.895,85.915L142.011,82.533C141.811,82.434 141.612,82.434 141.412,82.533L138.719,84.075C138.47,84.224 138.47,84.523 138.719,84.672Z"
|
||||
android:strokeAlpha="0.75"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.75"/>
|
||||
<path
|
||||
android:pathData="M138.718,84.621L144.603,88.004C144.802,88.103 145.002,88.103 145.201,88.004L147.944,86.412C148.144,86.313 148.144,85.964 147.944,85.865L142.059,82.482C141.86,82.383 141.66,82.383 141.461,82.482L138.718,84.074C138.518,84.174 138.518,84.522 138.718,84.621Z"
|
||||
android:strokeAlpha="0.875"
|
||||
android:fillColor="#262626"
|
||||
android:fillAlpha="0.875"/>
|
||||
<path
|
||||
android:pathData="M138.718,84.572L144.603,87.954C144.802,88.053 145.002,88.053 145.152,87.954L147.894,86.362C148.094,86.263 148.094,85.964 147.894,85.865L142.01,82.482C141.81,82.383 141.611,82.383 141.411,82.482L138.668,84.074C138.518,84.174 138.518,84.472 138.718,84.572Z"
|
||||
android:fillColor="#262626"/>
|
||||
<path
|
||||
android:pathData="M147.845,85.865L142.01,82.482C141.81,82.383 141.611,82.383 141.411,82.482L138.718,84.024C138.369,84.223 138.369,84.671 138.718,84.87L144.553,88.252C144.753,88.352 144.952,88.352 145.152,88.252L147.845,86.71C148.194,86.561 148.194,86.064 147.845,85.865Z"
|
||||
android:fillColor="#231F20"/>
|
||||
<path
|
||||
android:pathData="M144.903,88.004C144.803,88.004 144.703,88.004 144.653,87.955L138.768,84.572C138.669,84.523 138.619,84.423 138.619,84.373C138.619,84.274 138.669,84.224 138.768,84.174L141.511,82.583C141.611,82.533 141.661,82.533 141.761,82.533C141.86,82.533 141.96,82.533 142.01,82.583L147.895,85.965C147.995,86.015 148.045,86.114 148.045,86.164C148.045,86.263 147.995,86.313 147.895,86.363L145.152,87.955C145.052,88.004 145.002,88.004 144.903,88.004Z"
|
||||
android:fillColor="#231F20"/>
|
||||
<path
|
||||
android:pathData="M141.71,82.532C141.81,82.532 141.86,82.532 141.959,82.582L147.844,85.964C147.894,86.014 147.944,86.064 147.944,86.163C147.944,86.263 147.894,86.313 147.844,86.362L145.101,87.954C145.052,88.004 144.952,88.004 144.852,88.004C144.752,88.004 144.702,88.004 144.603,87.954L138.718,84.572C138.668,84.522 138.618,84.472 138.618,84.373C138.618,84.273 138.668,84.224 138.718,84.174L141.461,82.582C141.56,82.532 141.66,82.532 141.71,82.532ZM141.71,82.433C141.61,82.433 141.511,82.483 141.411,82.532L138.668,84.124C138.468,84.224 138.468,84.522 138.668,84.621L144.553,88.004C144.653,88.054 144.752,88.103 144.852,88.103C144.952,88.103 145.052,88.054 145.151,88.004L147.894,86.412C148.094,86.313 148.094,86.014 147.894,85.915L142.009,82.532C141.91,82.433 141.81,82.433 141.71,82.433Z"
|
||||
android:fillColor="#262626"/>
|
||||
<path
|
||||
android:pathData="M156.024,175C182.955,175 204.799,167.091 204.799,157.292C204.799,147.493 182.955,139.585 156.024,139.585C129.093,139.585 107.248,147.493 107.248,157.292C107.199,167.041 129.043,175 156.024,175Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M168.542,97.206C168.591,97.206 168.591,97.206 168.542,97.206C170.038,97.106 171.035,95.714 170.786,94.271L168.592,81.637C168.342,80.244 166.996,79.249 165.549,79.498C164.153,79.747 163.155,81.09 163.405,82.482L164.253,87.456L165.1,92.381C165.649,94.719 165.599,97.355 168.542,97.206Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M167.644,138.789L169.489,114.913L169.04,109.492L157.819,111.183L151.336,108.298L149.091,138.192C149.091,138.192 152.283,157.392 152.283,157.591C152.283,157.74 152.632,159.431 152.533,160.476C154.129,160.575 155.126,160.078 156.323,159.182C156.273,158.685 156.223,158.287 156.123,158.138C156.123,158.188 156.123,158.188 156.123,158.088L156.473,139.883L159.864,119.042L160.363,128.144L160.961,138.739L162.507,155.949C163.704,155.949 165.35,155.9 166.547,155.85C166.597,155.8 166.647,155.8 166.696,155.8C166.647,155.701 166.646,155.601 166.597,155.502L167.644,138.789Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M152.632,162.416C151.036,163.51 151.186,164.604 148.842,164.007C148.094,163.808 147.296,163.56 146.797,163.013C146.249,162.465 145.999,161.67 146.398,161.023C146.747,160.476 147.446,160.227 148.144,160.078C149.241,159.829 150.438,159.779 151.535,159.879C152.084,159.929 152.632,160.028 153.081,160.376C153.929,161.073 153.38,161.918 152.632,162.416Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M153.43,158.038C153.131,158.138 152.832,158.436 152.383,158.785C151.186,159.779 149.989,160.774 149.141,162.117C149.391,162.863 150.189,163.361 151.086,163.659C151.785,163.46 152.383,163.211 152.582,163.112C153.929,162.515 155.076,161.57 155.924,160.376C156.024,160.227 156.123,160.028 156.024,159.879C155.575,159.431 155.126,159.033 154.677,158.586C153.331,157.292 151.386,159.133 150.039,159.829C149.54,160.078 148.942,160.476 148.942,161.023C148.942,161.57 149.44,161.968 149.889,162.167C150.388,162.416 150.887,162.515 151.386,162.565L153.43,158.038Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M156.323,164.455H155.724C155.375,164.455 155.126,164.157 155.126,163.858V160.675C155.126,160.327 155.425,160.078 155.724,160.078H156.323C156.672,160.078 156.921,160.376 156.921,160.675V163.858C156.921,164.206 156.672,164.455 156.323,164.455Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M156.722,158.237C156.173,158.038 155.525,158.088 154.777,158.536C153.829,159.083 153.131,160.028 152.333,160.724C151.236,161.719 150.089,162.266 148.692,161.62C148.244,161.918 147.944,162.217 147.944,162.565C147.944,163.112 148.892,163.759 149.341,164.057C150.637,164.952 152.782,163.51 153.829,162.963C154.677,162.515 155.575,162.615 156.373,162.266C157.52,161.769 157.869,159.282 156.722,158.237Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M159.365,159.381C159.066,158.934 158.866,158.486 158.866,157.989C158.866,157.342 159.265,156.994 159.664,156.695C159.864,156.596 160.063,156.496 160.263,156.397C161.41,155.949 162.906,154.805 164.253,154.805C164.402,154.706 164.502,154.656 164.652,154.656L164.602,154.855C165.2,154.955 165.749,155.253 166.247,155.999C166.247,156.049 166.297,156.049 166.297,156.099C165.2,156.695 164.302,156.496 163.305,157.292C162.058,158.337 160.811,160.227 159.365,159.381Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M157.171,156.596C157.47,156.049 158.467,155.949 159.066,155.949C159.365,155.949 159.664,155.949 159.964,155.999C160.113,155.999 160.213,156.099 160.313,156.148C160.313,156.198 160.263,156.248 160.263,156.248C160.113,156.496 160.013,156.795 159.964,157.093C159.964,157.193 159.964,157.292 160.063,157.342C160.363,157.541 160.662,157.641 160.961,157.69C161.909,158.188 163.155,156.845 163.953,156.148C164.552,155.651 164.801,155.701 165.45,155.352C165.499,155.352 165.499,155.303 165.549,155.303C166.198,154.955 166.696,155.104 167.195,155.452C167.295,155.551 167.345,155.701 167.395,155.85C167.943,156.994 167.594,158.984 166.148,158.984C165.799,158.984 164.203,159.232 163.953,159.381C161.36,160.675 159.315,161.321 157.57,158.536C157.071,157.79 156.871,157.193 157.171,156.596Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M152.533,99.544C152.682,99.444 152.782,99.344 152.932,99.245C154.577,98.3 165.2,98.996 166.846,100.041C170.437,102.329 170.786,109.79 170.237,116.803C169.838,121.927 169.04,126.801 168.641,129.288C168.192,132.024 160.063,131.974 158.168,132.024C153.031,132.173 148.842,131.925 148.443,125.856C147.944,117.898 151.136,107.452 152.533,99.544Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M166.896,97.405C166.846,98.201 166.846,98.996 166.946,99.792C166.996,100.19 166.796,100.588 166.447,100.837C165.749,101.284 165.051,101.633 164.302,101.931C162.158,102.826 159.714,103.324 157.42,102.826C157.32,102.826 157.221,102.777 157.171,102.777C155.874,102.428 153.031,101.682 152.732,100.041C152.732,99.991 152.682,99.892 152.732,99.842C152.732,99.693 152.732,99.544 152.732,99.394V92.082C152.034,89.993 150.737,88.451 151.386,85.815C151.735,84.472 152.233,83.328 152.882,82.433C154.079,80.791 155.824,79.747 158.019,79.1C158.717,78.901 159.415,78.752 160.013,78.603C161.111,78.354 162.657,78.255 164.053,78.453C165.499,78.652 166.846,79.1 167.694,80.045C167.794,80.145 167.893,80.294 167.993,80.443C169.689,82.98 168.791,86.511 168.193,89.247C167.594,91.933 166.996,94.619 166.896,97.405Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M157.57,72.734C157.62,72.734 157.62,72.684 157.62,72.634C157.62,72.684 157.62,72.734 157.57,72.734Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M163.804,79.249H158.717L158.068,75.519L157.62,72.733H162.707L163.804,79.249Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M161.41,75.419L158.866,79.249H158.717L158.068,75.519L161.41,75.419Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M158.118,72.534C158.218,72.584 158.318,72.584 158.417,72.584C158.417,72.534 158.417,72.534 158.417,72.485L158.118,72.534Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M156.373,76.613C156.323,76.613 156.273,76.613 156.173,76.613L156.622,76.165C156.572,76.315 156.472,76.464 156.373,76.613Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M164.003,79.995C163.205,81.14 160.562,80.742 158.019,79.05C158.717,78.851 159.415,78.702 160.063,78.553C161.16,78.304 162.657,78.205 164.103,78.404C164.302,79.05 164.302,79.598 164.003,79.995Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M157.071,85.865C156.423,84.721 155.874,83.875 154.478,84.074C153.53,84.223 152.582,84.621 151.635,84.92C151.535,85.218 151.435,85.467 151.386,85.765C150.737,88.451 152.034,89.943 152.732,92.033V99.295C152.732,99.444 152.732,99.593 152.732,99.743C152.732,99.792 152.732,99.892 152.732,99.941C152.981,101.583 155.824,102.329 157.171,102.677C157.27,102.677 157.37,102.727 157.42,102.727V86.213C157.27,86.163 157.171,86.064 157.071,85.865Z"
|
||||
android:fillColor="#D0E4F5"/>
|
||||
<path
|
||||
android:pathData="M152.732,99.195C152.882,98.748 152.981,98.201 153.031,97.703C152.832,97.007 152.682,96.36 152.682,96.31L144.154,87.705C143.855,87.307 143.456,87.059 142.957,87.009C142.857,87.009 142.807,87.009 142.708,87.009C142.309,87.009 141.96,87.158 141.611,87.357C140.813,87.954 140.663,89.098 141.261,89.894L149.341,99.892C150.338,101.135 152.283,100.688 152.732,99.195Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M140.962,89.198C141.461,90.739 142.857,91.685 144.054,91.336C145.301,90.938 145.9,89.396 145.401,87.854C144.902,86.313 143.506,85.368 142.309,85.716C141.062,86.114 140.463,87.656 140.962,89.198Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M151.635,100.936C151.635,100.936 151.685,100.986 151.635,100.936C153.131,101.284 154.577,100.24 154.777,98.698L156.572,85.467C156.772,83.975 155.724,82.632 154.228,82.433C152.732,82.234 151.386,83.278 151.186,84.771L150.488,89.993L149.79,95.117C149.49,97.604 148.643,100.19 151.635,100.936Z"
|
||||
android:fillColor="#E9F2F9"/>
|
||||
<path
|
||||
android:pathData="M166.597,160.277H165.998C165.649,160.277 165.4,159.978 165.4,159.68V156.496C165.4,156.148 165.699,155.9 165.998,155.9H166.597C166.946,155.9 167.195,156.198 167.195,156.496V159.68C167.195,160.028 166.946,160.277 166.597,160.277Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M157.57,72.436C157.62,72.436 157.62,72.436 157.57,72.436C157.62,72.436 157.62,72.385 157.62,72.335C157.62,72.385 157.62,72.436 157.57,72.436Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M154.428,70.943C154.478,72.385 154.677,73.778 155.475,74.822C156.323,75.966 157.719,76.464 159.016,76.464C159.714,76.464 160.462,76.364 161.111,75.966C162.308,75.171 162.856,73.529 163.205,71.937C163.305,71.341 163.405,70.744 163.455,70.097C163.455,69.401 163.455,68.704 163.255,68.058C162.906,66.615 161.958,65.421 160.861,64.675C159.764,63.929 158.467,63.581 157.221,63.432C156.622,63.332 155.924,63.332 155.375,63.681C155.026,63.88 154.727,64.327 154.627,64.775C154.577,64.924 154.577,65.123 154.627,65.272C154.577,66.565 154.527,67.859 154.527,69.152C154.428,69.749 154.378,70.346 154.428,70.943Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M157.919,71.291C158.019,71.341 158.118,71.341 158.218,71.341C158.218,71.291 158.218,71.291 158.218,71.241L157.919,71.291Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M155.375,63.283C159.166,61.094 163.106,61.144 165.898,64.078C166.996,65.223 168.043,68.754 167.893,70.396C167.744,71.987 166.547,73.231 165.3,74.126C163.754,75.27 161.759,76.116 160.013,75.718C159.864,75.768 159.714,75.768 159.515,75.768C159.166,75.519 158.866,75.171 158.617,74.822C158.418,74.524 158.168,74.275 157.869,74.126C157.719,73.231 157.719,72.286 157.171,71.639C156.921,71.341 156.622,71.191 156.273,70.992C155.575,70.545 154.877,70.047 154.378,69.401C152.582,66.814 153.231,64.526 155.375,63.283Z"
|
||||
android:fillColor="#68423A"/>
|
||||
<path
|
||||
android:pathData="M158.767,71.291C158.767,71.788 158.567,72.236 158.318,72.634C158.168,72.883 158.018,73.131 157.769,73.33C157.52,73.529 157.27,73.629 156.971,73.529C156.123,73.33 156.223,71.938 156.472,71.291C156.672,70.794 157.121,70.346 157.62,70.296C158.218,70.197 158.717,70.644 158.767,71.291Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M165.4,65.62C166.397,65.968 165.549,67.063 165.749,68.058C165.948,69.052 167.245,70.147 167.893,70.992C168.292,71.539 168.941,71.888 169.539,72.286C174.227,75.419 176.022,82.234 173.479,87.257C172.88,88.402 172.083,89.496 170.886,90.093C169.19,90.988 167.145,90.64 165.4,90.043C162.158,88.949 159.166,86.81 157.47,83.825C155.774,80.841 155.525,77.011 157.171,73.977C158.268,71.987 160.163,70.197 160.063,67.958C159.964,68.257 159.864,68.505 159.764,68.804L165.4,65.62Z"
|
||||
android:fillColor="#68423A"/>
|
||||
</vector>
|
16
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="277.77777"
|
||||
android:viewportHeight="277.77777">
|
||||
<group
|
||||
android:translateX="38.88889"
|
||||
android:translateY="38.88889">
|
||||
<path
|
||||
android:fillColor="#E6ECF4"
|
||||
android:pathData="M-33.5,-32h290.5v264h-290.5z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M-270.253,574.393c-169.033,0 -66.059,-354.956 0,-422.378c79.659,-97.166 172.919,-51.558 322.524,-35.692C201.874,132.186 386.451,-8.607 524.398,-8.607s-54.401,370.82 -211.777,370.82C155.244,362.213 -101.22,574.393 -270.253,574.393z" />
|
||||
</group>
|
||||
</vector>
|
24
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
85
app/src/main/res/drawable/ic_launcher_round.xml
Normal file
|
@ -0,0 +1,85 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="500dp"
|
||||
android:height="500dp"
|
||||
android:viewportWidth="500"
|
||||
android:viewportHeight="500">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,250a250,250 0,1 0,500 0a250,250 0,1 0,-500 0z"/>
|
||||
<path
|
||||
android:pathData="M-170,-170h840v840h-840z"
|
||||
android:fillColor="#9DD57F"/>
|
||||
<path
|
||||
android:pathData="M306.273,344.148C305.232,344.148 304.191,343.631 303.619,342.701L298.675,334.952C298.051,334.022 298.051,332.834 298.571,331.852C299.091,330.871 300.132,330.251 301.225,330.199L310.696,329.941C311.789,329.889 312.882,330.457 313.454,331.439C314.026,332.369 314.078,333.609 313.506,334.539L308.979,342.546C308.458,343.476 307.418,344.096 306.325,344.148H306.273Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M183.255,295.948L161.555,245.784C161.086,244.699 161.399,243.511 162.283,242.736L236.958,179.451C238.051,178.521 239.404,178.004 240.861,178.004L255.9,177.798C257.253,177.798 258.294,179.037 258.033,180.329L256.837,186.322C255.9,190.971 258.085,195.569 262.301,197.842L277.287,205.953C279.941,207.4 283.116,207.761 285.978,206.676C289.204,205.488 291.546,202.905 292.379,199.599L296.646,182.912C296.906,181.827 298.415,181.621 298.935,182.602L306.117,195.208C307.418,197.481 310.54,197.894 312.413,196.034L314.963,193.503C316.212,192.263 316.472,190.3 315.64,188.75L300.392,162.041C299.456,160.388 297.79,159.251 295.917,159.044C293.003,158.734 290.453,160.646 289.777,163.281L281.607,195.208L268.129,187.923L269.898,178.986C270.471,176.093 269.95,172.993 268.181,170.617C266.151,167.827 262.977,166.225 259.595,166.225C259.543,166.225 259.49,166.225 259.438,166.225L240.653,166.484C236.542,166.535 232.587,168.034 229.465,170.668L154.842,234.109C150.106,238.087 148.597,244.596 151.043,250.279L173.315,301.837C174.929,305.608 178.779,308.088 183.151,307.882C184.816,307.778 186.377,307.262 187.834,306.435L215.414,290.782C217.704,289.49 218.12,286.39 216.247,284.531L213.697,281.999C212.448,280.759 210.471,280.449 208.909,281.379L183.255,295.948Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M332.864,229.305L330.314,231.836C329.065,233.076 328.805,235.039 329.638,236.589L339.005,253.017C339.941,254.722 340.045,256.737 339.265,258.545L319.126,302.716C318.189,304.834 316.056,306.229 313.714,306.281L295.085,306.797C293.263,306.849 291.598,306.126 290.401,304.834L277.235,290.472C275.726,288.819 273.072,288.716 271.459,290.317L269.013,292.745C267.504,294.243 267.452,296.671 268.857,298.221L281.919,312.48C285.249,316.148 289.985,318.214 294.928,318.214C295.085,318.214 295.241,318.214 295.397,318.214L314.026,317.698C320.687,317.543 326.828,313.513 329.586,307.469L349.725,263.298C352.014,258.235 351.754,252.346 348.996,247.49L339.161,230.235C337.86,227.858 334.738,227.445 332.864,229.305Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M332.396,218.3L343.324,207.451C344.365,206.418 344.365,204.713 343.324,203.628L332.032,192.108C330.991,191.023 329.222,191.023 328.129,192.108L321.312,198.875L312.934,207.193L247.73,271.925L246.741,272.906L245.753,271.873L213.541,239.533C212.5,238.448 210.731,238.448 209.69,239.533L198.034,251.105C196.993,252.138 196.993,253.895 198.034,254.928L218.953,275.696L227.331,284.014L244.816,301.372C245.857,302.405 247.626,302.405 248.667,301.372L260.844,289.283L268.961,281.224L324.018,226.618L332.396,218.3Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M426.324,248.626H417.946V240.308C417.946,238.81 416.749,237.622 415.24,237.622H410.193C408.684,237.622 407.487,238.81 407.487,240.308V248.626H399.109C397.599,248.626 396.403,249.814 396.403,251.312V256.323C396.403,257.821 397.599,259.01 399.109,259.01H407.487V267.327C407.487,268.825 408.684,270.014 410.193,270.014H415.24C416.749,270.014 417.946,268.825 417.946,267.327V259.01H426.324C427.834,259.01 429.03,257.821 429.03,256.323V251.312C429.03,249.814 427.781,248.626 426.324,248.626Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M97.34,209.053L97.236,209.001C85.423,203.99 79.439,191.074 84.747,178.882C87.661,172.218 91.668,168.86 96.559,166.432C97.184,166.122 98.016,165.967 98.849,166.277C100.098,166.793 100.67,168.395 100.15,169.635C99.89,170.306 99.317,170.668 98.953,170.926C94.738,172.89 91.251,175.679 89.066,180.794C85.111,189.938 89.638,200.012 99.213,204.093L99.317,204.145C108.944,208.278 119.508,204.558 123.463,195.466C125.701,190.299 125.44,185.96 123.723,181C123.515,180.484 123.463,179.812 123.723,179.244C124.243,178.056 125.753,177.436 126.949,177.952C127.678,178.262 128.094,178.882 128.302,179.451C130.28,185.133 130.748,190.661 127.782,197.429C122.578,209.363 109.309,214.115 97.34,209.053Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M119.404,162.196L119.3,162.093C110.141,153.62 108.528,139.413 117.947,129.391C127.366,119.369 141.572,119.937 150.731,128.41L150.835,128.513C159.994,136.985 161.607,151.192 152.188,161.215C142.769,171.237 128.563,170.669 119.404,162.196ZM147.296,132.439L147.192,132.336C139.647,125.361 128.355,125.103 121.277,132.646C114.252,140.188 115.293,151.192 122.839,158.167L122.943,158.27C130.488,165.244 141.78,165.503 148.858,157.96C155.883,150.417 154.842,139.413 147.296,132.439Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M181.589,134.712L146.62,108.158C146.256,107.9 146.047,107.642 145.839,107.28C145.215,106.144 145.631,104.542 146.88,103.819C148.025,103.199 149.222,103.509 150.158,104.232L182.162,129.236L177.53,88.94C177.478,87.959 177.843,86.719 178.831,86.15C180.08,85.479 181.589,85.944 182.214,87.08C182.422,87.442 182.526,87.752 182.526,88.062L186.949,131.716C187.053,133.111 186.689,134.299 185.388,135.022L185.18,135.126C183.931,135.849 182.682,135.591 181.589,134.712Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M195.796,83.464C195.38,82.121 196.16,80.674 197.461,80.261C198.814,79.847 200.271,80.622 200.688,81.966L212.864,120.66C213.281,122.003 212.5,123.45 211.147,123.863C209.846,124.276 208.389,123.502 207.973,122.158L195.796,83.464Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M223.48,76.128C223.428,74.733 224.521,73.493 225.874,73.441L239.091,72.718C253.35,71.943 263.705,81.087 264.382,93.744V93.848C265.058,106.505 255.796,116.889 241.537,117.664L228.32,118.387C226.967,118.438 225.718,117.354 225.666,115.959L223.48,76.128ZM241.329,113.014C252.777,112.394 259.646,104.283 259.126,94.313V94.209C258.554,84.239 250.8,76.799 239.352,77.419L228.736,77.987L230.713,113.582L241.329,113.014Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M272.864,113.118C271.98,112.084 271.615,110.535 272.032,109.036C272.708,106.557 275.206,105.162 277.704,105.782C278.953,106.092 279.733,106.763 280.254,107.383C282.908,110.69 286.186,113.118 290.453,114.254C294.408,115.287 297.218,114.358 297.894,111.826L297.947,111.723C298.571,109.295 297.426,107.642 290.557,103.87C282.335,99.324 277.235,95.398 279.577,86.77L279.629,86.667C281.711,78.763 289.516,75.198 298.467,77.574C303.671,78.866 307.938,81.449 311.216,84.962C312.101,85.84 312.829,87.442 312.361,89.302C311.685,91.781 309.187,93.176 306.689,92.556C305.752,92.298 305.076,91.885 304.451,91.213C301.745,88.527 299.039,86.667 296.021,85.892C292.326,84.91 289.933,86.099 289.36,88.217L289.308,88.32C288.528,91.161 290.193,92.608 297.27,96.534C305.544,101.184 309.707,105.627 307.73,113.221L307.678,113.324C305.388,121.952 297.426,125.103 288.007,122.623C282.179,121.125 276.819,117.871 272.864,113.118Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M312.153,122.107L344.885,100.925C347.175,99.479 349.672,99.324 351.91,100.77L352.378,101.08C354.668,102.578 355.501,104.852 355.084,107.486L348.892,145.768C348.788,146.542 348.58,147.162 348.215,147.731C346.758,149.952 343.844,150.624 341.659,149.177C339.681,147.937 339.161,145.923 339.525,143.701L340.878,136.107L324.122,125.361L317.409,129.856C315.64,130.992 313.61,131.096 311.841,129.959C309.655,128.564 309.135,125.723 310.54,123.605C310.904,122.985 311.528,122.52 312.153,122.107ZM342.543,126.859L345.457,110.999L332.031,120.04L342.543,126.859Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M381.051,131.044C383.237,129.288 386.307,129.649 388.076,131.819L404,151.502C405.561,153.465 405.249,156.255 403.324,157.857C401.398,159.458 398.536,159.148 396.923,157.185L384.121,141.377L376.576,147.369L387.556,160.905C389.117,162.868 388.857,165.658 386.88,167.259C384.902,168.809 382.092,168.551 380.479,166.588L369.499,152.949L359.403,161.008C357.218,162.765 354.148,162.403 352.378,160.233C350.609,158.063 350.973,155.015 353.159,153.259L381.051,131.044Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M376.368,182.499L408.84,168.498C411.389,167.414 414.304,168.55 415.396,171.082L425.44,193.968C426.429,196.189 425.388,198.824 423.098,199.805C420.86,200.787 418.259,199.702 417.27,197.481L409.204,179.089L400.722,182.705L407.643,198.462C408.631,200.684 407.591,203.318 405.301,204.3C403.063,205.282 400.461,204.197 399.473,201.975L392.552,186.218L383.809,189.99L391.979,208.691C392.968,210.913 391.927,213.547 389.638,214.529C387.348,215.511 384.798,214.426 383.809,212.204L373.662,189.008C372.673,186.477 373.766,183.584 376.368,182.499Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M407.018,298.634L407.122,298.686C418.935,303.697 424.919,316.612 419.611,328.805C416.697,335.469 412.69,338.827 407.799,341.255C407.174,341.565 406.342,341.72 405.509,341.41C404.26,340.893 403.688,339.292 404.208,338.052C404.468,337.38 405.041,337.019 405.405,336.76C409.62,334.797 413.107,332.008 415.292,326.893C419.247,317.749 414.72,307.675 405.145,303.594L405.041,303.542C395.414,299.409 384.85,303.129 380.895,312.221C378.658,317.387 378.918,321.727 380.635,326.686C380.843,327.203 380.895,327.875 380.635,328.443C380.115,329.631 378.606,330.251 377.409,329.734C376.68,329.425 376.264,328.805 376.056,328.236C374.078,322.554 373.61,317.026 376.576,310.258C381.78,298.273 395.05,293.52 407.018,298.634Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M384.954,345.439L385.058,345.542C394.217,354.015 395.83,368.222 386.411,378.244C376.992,388.266 362.786,387.698 353.627,379.225L353.523,379.122C344.365,370.65 342.751,356.443 352.17,346.42C361.589,336.398 375.795,336.966 384.954,345.439ZM357.062,375.196L357.166,375.299C364.711,382.273 376.004,382.532 383.081,374.989C390.158,367.447 389.117,356.494 381.572,349.52L381.468,349.417C373.922,342.442 362.63,342.184 355.553,349.727C348.476,357.269 349.516,368.222 357.062,375.196Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M322.769,372.924L357.738,399.478C358.103,399.736 358.311,399.994 358.519,400.356C359.143,401.492 358.727,403.094 357.478,403.817C356.333,404.437 355.136,404.127 354.2,403.404L322.196,378.4L326.828,418.696C326.88,419.677 326.516,420.917 325.527,421.485C324.278,422.157 322.769,421.692 322.144,420.556C321.936,420.194 321.832,419.884 321.832,419.574L317.409,375.92C317.305,374.525 317.669,373.337 318.97,372.614L319.178,372.51C320.427,371.787 321.728,372.045 322.769,372.924Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M308.614,424.172C309.031,425.515 308.25,426.962 306.949,427.375C305.596,427.788 304.139,427.014 303.723,425.67L291.546,386.976C291.13,385.633 291.91,384.186 293.263,383.773C294.564,383.359 296.021,384.134 296.437,385.478L308.614,424.172Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M280.878,431.507C280.982,432.902 279.837,434.142 278.484,434.194L265.267,434.917C251.008,435.692 240.653,426.548 239.976,413.891V413.788C239.3,401.131 248.563,390.747 262.821,389.972L276.039,389.248C277.392,389.197 278.641,390.282 278.693,391.676L280.878,431.507ZM263.081,394.673C251.633,395.293 244.764,403.404 245.284,413.374V413.478C245.857,423.448 253.558,430.888 265.007,430.268L275.622,429.699L273.645,394.105L263.081,394.673Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M231.494,394.569C232.379,395.603 232.743,397.152 232.379,398.651C231.702,401.13 229.204,402.525 226.707,401.905C225.458,401.595 224.677,400.924 224.157,400.304C221.503,396.997 218.224,394.569 213.957,393.433C210.002,392.399 207.192,393.329 206.516,395.861L206.464,395.964C205.839,398.392 206.984,400.045 213.853,403.817C222.075,408.363 227.175,412.289 224.833,420.917L224.781,421.02C222.7,428.924 214.894,432.489 205.943,430.113C200.636,428.718 196.368,426.135 193.038,422.622C192.153,421.743 191.425,420.142 191.893,418.282C192.57,415.802 195.067,414.407 197.565,415.027C198.502,415.286 199.178,415.699 199.803,416.371C202.509,419.057 205.215,420.917 208.233,421.692C211.928,422.673 214.322,421.485 214.894,419.367L214.946,419.264C215.727,416.422 214.061,414.976 206.984,411.049C198.71,406.4 194.547,401.957 196.525,394.363L196.577,394.259C198.866,385.632 206.828,382.48 216.247,384.96C222.179,386.51 227.539,389.816 231.494,394.569Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M192.205,385.528L159.473,406.71C157.184,408.156 154.686,408.311 152.448,406.865L151.98,406.555C149.69,405.056 148.858,402.783 149.326,400.149L155.518,361.867C155.622,361.092 155.831,360.472 156.195,359.904C157.652,357.683 160.566,357.011 162.752,358.458C164.729,359.698 165.25,361.712 164.885,363.934L163.532,371.528L180.289,382.325L187.001,377.831C188.771,376.694 190.8,376.591 192.57,377.727C194.755,379.122 195.275,381.964 193.87,384.082C193.454,384.65 192.83,385.115 192.205,385.528ZM161.815,380.827L158.901,396.687L172.327,387.646L161.815,380.827Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M123.307,376.591C121.121,378.348 118.051,377.986 116.282,375.816L100.358,356.133C98.797,354.17 99.057,351.38 101.035,349.779C103.012,348.229 105.822,348.487 107.435,350.45L120.237,366.362L127.782,360.369L116.802,346.834C115.241,344.871 115.501,342.081 117.479,340.48C119.456,338.93 122.266,339.188 123.879,341.151L134.859,354.687L144.955,346.627C147.14,344.871 150.211,345.233 151.98,347.402C153.749,349.572 153.385,352.62 151.199,354.377L123.307,376.591Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M128.042,325.188L95.571,339.188C93.021,340.273 90.107,339.136 89.014,336.605L78.971,313.719C77.982,311.497 79.023,308.863 81.312,307.881C83.55,306.9 86.152,307.984 87.141,310.206L95.206,328.597L103.637,324.929L96.716,309.173C95.727,306.951 96.768,304.316 99.057,303.335C101.295,302.353 103.897,303.438 104.886,305.66L111.807,321.416L120.549,317.645L112.379,298.944C111.39,296.722 112.431,294.088 114.721,293.106C117.01,292.124 119.56,293.209 120.549,295.431L130.696,318.627C131.737,321.21 130.592,324.051 128.042,325.188Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M110.506,248.626H102.127V240.308C102.127,238.81 100.931,237.622 99.421,237.622H94.374C92.865,237.622 91.668,238.81 91.668,240.308V248.626H83.29C81.781,248.626 80.584,249.814 80.584,251.312V256.323C80.584,257.821 81.781,259.01 83.29,259.01H91.668V267.327C91.668,268.825 92.865,270.014 94.374,270.014H99.421C100.931,270.014 102.127,268.825 102.127,267.327V259.01H110.506C112.015,259.01 113.212,257.821 113.212,256.323V251.312C113.212,249.814 112.015,248.626 110.506,248.626Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</group>
|
||||
</vector>
|
18
app/src/main/res/drawable/ic_logo_home_inactive.xml
Normal file
18
app/src/main/res/drawable/ic_logo_home_uploaded.xml
Normal file
126
app/src/main/res/drawable/ic_permission.xml
Normal file
|
@ -0,0 +1,126 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:pathData="M0,0h311v188h-311z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M155.394,156.219C189.868,156.219 217.787,128.244 217.787,93.702C217.787,59.16 189.868,31.185 155.394,31.185C120.92,31.185 93,59.16 93,93.702C93,128.244 120.92,156.219 155.394,156.219Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M137.231,128.595C132.378,128.595 128.425,124.634 128.425,119.771V27.726C128.425,22.863 132.378,18.902 137.231,18.902H173.656C178.51,18.902 182.463,22.863 182.463,27.726V119.771C182.463,124.634 178.51,128.595 173.656,128.595H137.231Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M173.656,19.755C178.009,19.755 181.562,23.314 181.562,27.676V119.771C181.562,124.133 178.009,127.693 173.656,127.693H137.231C132.878,127.693 129.325,124.133 129.325,119.771V27.726C129.325,23.364 132.878,19.805 137.231,19.805H173.656V19.755ZM173.656,18H137.231C131.877,18 127.524,22.362 127.524,27.726V119.771C127.524,125.136 131.877,129.497 137.231,129.497H173.656C179.01,129.497 183.363,125.136 183.363,119.771V27.726C183.363,22.362 179.01,18 173.656,18Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M128.825,37.301H127.324C127.174,37.301 127.074,37.201 127.074,37.051V33.391C127.074,33.241 127.174,33.14 127.324,33.14H128.825C128.975,33.14 129.075,33.241 129.075,33.391V37.051C129.075,37.201 128.975,37.301 128.825,37.301Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M128.825,48.481H127.324C127.174,48.481 127.074,48.381 127.074,48.231V41.011C127.074,40.861 127.174,40.761 127.324,40.761H128.825C128.975,40.761 129.075,40.861 129.075,41.011V48.231C129.075,48.381 128.975,48.481 128.825,48.481Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M128.825,58.157H127.324C127.174,58.157 127.074,58.057 127.074,57.906V50.687C127.074,50.537 127.174,50.437 127.324,50.437H128.825C128.975,50.437 129.075,50.537 129.075,50.687V57.906C129.075,58.057 128.975,58.157 128.825,58.157Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M183.463,55.6H181.962C181.812,55.6 181.712,55.5 181.712,55.35V43.518C181.712,43.368 181.812,43.267 181.962,43.267H183.463C183.613,43.267 183.713,43.368 183.713,43.518V55.4C183.663,55.5 183.563,55.6 183.463,55.6Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M138.482,88.087C140.748,88.087 142.585,86.246 142.585,83.976C142.585,81.705 140.748,79.865 138.482,79.865C136.216,79.865 134.379,81.705 134.379,83.976C134.379,86.246 136.216,88.087 138.482,88.087Z"
|
||||
android:strokeWidth="2.75"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#008017"/>
|
||||
<path
|
||||
android:pathData="M159.747,80.918H146.737C146.087,80.918 145.537,81.469 145.537,82.121C145.537,82.773 146.087,83.324 146.737,83.324H159.747C160.397,83.324 160.947,82.773 160.947,82.121C160.997,81.469 160.447,80.918 159.747,80.918Z"
|
||||
android:fillColor="#A1A1A1"/>
|
||||
<path
|
||||
android:pathData="M175.207,84.578H146.737C146.087,84.578 145.537,85.129 145.537,85.781C145.537,86.433 146.087,86.984 146.737,86.984H175.207C175.858,86.984 176.408,86.433 176.408,85.781C176.408,85.129 175.858,84.578 175.207,84.578Z"
|
||||
android:fillColor="#A1A1A1"/>
|
||||
<path
|
||||
android:pathData="M159.747,96.56H146.737C146.087,96.56 145.537,97.111 145.537,97.763C145.537,98.414 146.087,98.966 146.737,98.966H159.747C160.397,98.966 160.947,98.414 160.947,97.763C160.997,97.111 160.447,96.56 159.747,96.56Z"
|
||||
android:fillColor="#A1A1A1"/>
|
||||
<path
|
||||
android:pathData="M175.207,100.219H146.737C146.087,100.219 145.537,100.771 145.537,101.423C145.537,102.074 146.087,102.626 146.737,102.626H175.207C175.858,102.626 176.408,102.074 176.408,101.423C176.408,100.771 175.858,100.219 175.207,100.219Z"
|
||||
android:fillColor="#A1A1A1"/>
|
||||
<path
|
||||
android:pathData="M138.482,103.729C140.748,103.729 142.585,101.888 142.585,99.618C142.585,97.347 140.748,95.507 138.482,95.507C136.216,95.507 134.379,97.347 134.379,99.618C134.379,101.888 136.216,103.729 138.482,103.729Z"
|
||||
android:strokeWidth="2.75"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#008017"/>
|
||||
<path
|
||||
android:pathData="M155.394,72.245C164.126,72.245 171.205,65.152 171.205,56.403C171.205,47.653 164.126,40.56 155.394,40.56C146.661,40.56 139.583,47.653 139.583,56.403C139.583,65.152 146.661,72.245 155.394,72.245Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M153.242,62.068C153.242,63.271 154.243,64.223 155.394,64.223C156.594,64.223 157.545,63.221 157.545,62.068V58.558H161.148C162.298,58.558 163.249,57.606 163.249,56.452C163.249,55.299 162.298,54.347 161.148,54.347H157.545V50.838C157.545,49.634 156.544,48.682 155.394,48.682C154.193,48.682 153.242,49.685 153.242,50.838V54.347H149.64C148.489,54.347 147.538,55.299 147.538,56.452C147.538,57.606 148.489,58.558 149.64,58.558H153.242V62.068Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M219.838,55.399C219.789,55.399 219.789,55.349 219.789,55.299C219.789,55.299 219.789,55.349 219.838,55.399Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M221.29,57.606L222.391,65.176C222.541,66.229 221.29,67.081 219.639,67.081C217.988,67.081 216.486,66.229 216.336,65.176H216.286L215.186,57.606H221.29Z"
|
||||
android:fillColor="#F2C1BD"/>
|
||||
<path
|
||||
android:pathData="M223.041,57.505C224.242,55.299 224.492,52.743 222.24,50.787C220.389,49.233 215.085,47.077 212.984,48.932C210.732,50.888 211.032,58.207 212.633,60.563C214.084,62.669 216.786,62.87 218.838,61.767C220.289,60.914 222.04,59.31 223.041,57.505Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M226.243,50.687C226.143,49.634 225.743,48.782 225.142,48.181C224.692,47.829 224.191,47.479 223.741,47.178C222.14,46.426 219.989,46.175 218.087,46.025C216.786,46.275 215.485,46.727 214.084,46.626C213.284,46.576 212.533,46.376 211.783,46.175C211.032,46.777 210.732,47.829 210.832,48.782C211.182,51.239 213.584,51.038 215.185,52.291C215.185,52.492 215.235,52.743 215.335,52.943C215.435,55.049 216.236,57.104 217.537,58.708C217.837,59.21 218.237,59.711 218.738,60.263C224.091,66.078 226.493,53.745 226.243,50.687Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M218.037,57.004C217.737,58.057 216.886,58.708 216.136,58.508C215.385,58.307 214.985,57.255 215.285,56.202C215.586,55.149 216.436,54.497 217.187,54.698C217.937,54.949 218.337,56.001 218.037,57.004Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M214.935,57.154H215.285C215.636,57.154 215.936,56.854 215.936,56.503V51.489C215.936,51.138 215.636,50.838 215.285,50.838H214.935C214.585,50.838 214.285,51.138 214.285,51.489V56.503C214.235,56.854 214.535,57.154 214.935,57.154Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M223.891,66.63C223.891,65.727 223.991,64.925 223.891,64.173C223.791,63.471 223.491,62.819 222.691,62.268C220.989,61.165 218.788,61.566 217.187,62.619C215.035,64.073 215.435,65.376 215.385,67.632C215.335,70.741 215.185,75.654 215.135,78.712L216.086,79.063C216.536,79.213 216.987,79.313 217.437,79.364C218.488,79.464 219.238,79.313 220.189,78.812L221.19,76.255L221.39,78.16L223.641,77.057C223.991,76.857 224.192,76.506 224.142,76.105C224.042,73.598 223.941,69.237 223.891,66.63Z"
|
||||
android:fillColor="#8C3564"/>
|
||||
<path
|
||||
android:pathData="M217.837,154.965C221.29,154.013 228.795,155.065 228.395,157.472C228.495,157.923 228.545,158.374 228.595,158.825C228.745,163.638 221.89,160.781 219.538,159.477C215.085,157.021 215.636,155.567 217.837,154.965Z"
|
||||
android:fillColor="#008017"/>
|
||||
<path
|
||||
android:pathData="M229.746,85.68C230.346,87.987 230.446,90.443 230.146,92.799C229.996,93.952 229.746,95.156 229.345,96.259L224.992,111.449C224.442,113.104 225.192,114.908 226.643,115.51C226.894,115.61 227.094,115.66 227.344,115.66C228.595,115.811 229.846,114.959 230.296,113.555L234.649,98.364C235.299,96.509 235.7,94.504 235.9,92.549C236.15,89.591 235.95,86.633 235.249,83.826L231.697,69.938C231.247,68.284 229.696,67.331 228.195,67.833C226.694,68.334 225.793,70.139 226.243,71.793L229.746,85.68Z"
|
||||
android:fillColor="#A13D73"/>
|
||||
<path
|
||||
android:pathData="M229.295,96.259C229.646,95.156 229.896,94.053 230.096,92.9C230.546,93.15 231.047,93.401 231.547,93.551C233.048,94.003 234.449,93.952 235.75,93.451C235.55,95.156 235.149,96.81 234.649,98.414L230.296,113.605C229.846,115.009 228.595,115.811 227.344,115.711C227.094,115.711 226.894,115.61 226.643,115.56C225.192,114.959 224.442,113.154 224.992,111.499L229.295,96.259Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M213.284,161.783C214.035,161.783 214.685,162.335 214.935,163.037C215.185,163.739 215.235,164.491 215.235,165.193C215.235,165.844 215.185,166.546 214.735,166.997C214.435,167.298 214.035,167.398 213.634,167.499C210.132,168.451 206.029,167.699 202.677,166.646C201.976,166.396 201.326,165.794 201.326,165.042C201.326,163.939 202.527,163.338 203.577,163.037C206.379,162.184 209.832,161.583 212.784,161.533C213.334,161.533 214.085,161.783 214.035,162.335L213.284,161.783Z"
|
||||
android:fillColor="#008017"/>
|
||||
<path
|
||||
android:pathData="M226.293,158.625H225.492C224.592,158.625 223.841,157.923 223.841,157.021L223.791,153.11C223.791,152.208 224.492,151.456 225.392,151.456H226.193C227.093,151.456 227.844,152.158 227.844,153.06L227.894,156.971C227.894,157.873 227.193,158.625 226.293,158.625Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M212.233,164.14H211.433C210.532,164.14 209.832,163.388 209.832,162.535V158.625C209.832,157.723 210.582,157.021 211.433,157.021H212.233C213.134,157.021 213.834,157.773 213.834,158.625V162.535C213.884,163.438 213.134,164.14 212.233,164.14Z"
|
||||
android:fillColor="#F7FCF5"/>
|
||||
<path
|
||||
android:pathData="M208.231,107.188L212.283,95.055L231.797,98.114V107.338C231.797,107.338 228.495,126.389 228.395,127.191L228.995,152.509C228.845,153.612 227.444,154.915 226.343,155.015L225.142,155.116C223.741,155.216 222.04,154.063 222.14,152.609L219.939,130.751L221.14,115.009L217.687,117.916L217.587,117.866L213.734,133.759C212.684,139.374 215.135,157.873 215.135,157.873C215.035,159.126 213.484,160.129 212.233,160.129H210.582C209.231,160.129 207.68,159.026 207.68,157.672L205.829,135.513C205.679,133.809 205.729,130.65 205.879,128.946L208.231,107.188Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M232.247,105.182C232.297,106.336 231.647,107.438 230.646,108.04L224.141,111.199L223.791,107.489L221.79,112.552L221.64,112.652C219.738,113.505 218.137,114.106 216.136,114.156H216.086C215.986,114.156 215.836,114.156 215.736,114.156C215.235,114.156 214.735,114.156 214.235,114.056C212.984,113.906 211.733,113.655 210.632,113.254L208.13,112.352L207.83,112.251V111.9C208.08,104.13 208.481,88.739 208.531,80.466C208.531,79.614 208.531,78.812 208.531,78.06C208.531,77.007 208.481,76.055 208.531,75.152C208.681,72.094 209.531,69.588 213.434,66.93C217.187,64.374 223.341,62.619 228.394,65.978C230.396,67.331 231.447,68.986 231.797,71.242C231.947,72.445 231.897,73.749 231.897,75.102C231.847,75.954 231.847,76.857 231.847,77.759C231.947,81.168 231.997,86.382 232.097,91.496C232.097,96.56 232.147,101.824 232.247,105.182Z"
|
||||
android:fillColor="#A13D73"/>
|
||||
<path
|
||||
android:pathData="M214.035,114.156C213.985,114.257 214.785,114.307 214.685,114.156C214.385,113.856 213.835,114.156 213.384,114.056C212.283,113.906 211.233,113.655 210.282,113.254L208.131,112.352L207.88,112.251V111.9C208.081,104.13 208.431,88.739 208.481,80.467C208.481,79.614 208.481,78.812 208.481,78.06C208.481,77.007 208.431,76.055 208.481,75.152C208.731,74.801 208.981,74.501 209.331,74.3C209.732,74.049 210.182,73.899 210.632,73.899C212.083,73.899 213.284,75.202 213.334,76.907L214.185,105.834C214.085,105.834 214.585,113.254 214.035,114.156Z"
|
||||
android:strokeAlpha="0.51"
|
||||
android:fillColor="#511F39"
|
||||
android:fillAlpha="0.51"/>
|
||||
<path
|
||||
android:pathData="M210.332,157.021H212.033C212.784,157.021 213.534,156.419 214.084,155.767C214.535,155.216 215.435,155.517 215.435,156.269V158.124C215.435,159.979 213.934,161.533 212.033,161.533H210.332C208.581,161.533 207.13,160.179 206.979,158.424V156.118C206.979,155.717 207.48,155.567 207.68,155.918C208.08,156.469 208.781,157.021 210.332,157.021Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M224.742,152.358H226.243C226.944,152.358 228.295,152.058 228.545,151.205C228.745,150.604 229.295,151.005 229.295,151.656V153.411C229.295,155.166 227.944,156.57 226.243,156.57H224.742C223.141,156.57 221.84,155.316 221.69,153.662V151.506C221.69,151.155 222.14,151.005 222.34,151.305C222.741,151.857 223.341,152.358 224.742,152.358Z"
|
||||
android:fillColor="#161616"/>
|
||||
<path
|
||||
android:pathData="M202.176,88.789C200.725,89.039 199.174,88.287 198.574,86.834L193.37,74.751C192.62,73.097 193.42,71.142 195.071,70.39C196.722,69.638 198.674,70.44 199.424,72.094L204.628,84.176C205.378,85.831 204.578,87.786 202.927,88.538C202.677,88.688 202.426,88.739 202.176,88.789Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M201.376,89.19C202.576,89.29 203.827,88.839 204.678,87.886L217.387,73.999C218.888,72.345 218.788,69.838 217.137,68.334C215.485,66.83 212.934,66.981 211.433,68.585L198.724,82.472C197.223,84.126 197.323,86.633 198.974,88.137C199.674,88.739 200.525,89.09 201.376,89.19Z"
|
||||
android:fillColor="#A13D73"/>
|
||||
<path
|
||||
android:pathData="M196.96,75.225C198.716,74.555 199.455,72.208 198.609,69.983C197.763,67.757 195.654,66.496 193.898,67.166C192.142,67.836 191.404,70.183 192.249,72.409C193.095,74.634 195.204,75.895 196.96,75.225Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M197.573,70.34C198.173,70.139 198.474,69.437 198.223,68.886L195.822,62.519C195.622,61.917 194.921,61.616 194.371,61.867C193.77,62.068 193.47,62.769 193.72,63.321L196.122,69.688C196.322,70.289 196.973,70.59 197.573,70.34Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
</vector>
|
76
app/src/main/res/drawable/ic_permission_success.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:pathData="M0,0h311v188h-311z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M155.601,156.15C190.164,156.15 218.156,128.135 218.156,93.543C218.156,58.951 190.164,30.936 155.601,30.936C121.037,30.936 93.045,58.951 93.045,93.543C93.045,128.135 121.037,156.15 155.601,156.15Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M236.917,107.35C236.917,108.555 237.92,109.509 239.074,109.509C240.278,109.509 241.231,108.505 241.231,107.35V103.835H244.843C245.997,103.835 246.95,102.882 246.95,101.727C246.95,100.572 245.997,99.618 244.843,99.618H241.231V96.104C241.231,94.899 240.228,93.945 239.074,93.945C237.87,93.945 236.917,94.949 236.917,96.104V99.618H233.305C232.151,99.618 231.198,100.572 231.198,101.727C231.198,102.882 232.151,103.835 233.305,103.835H236.917V107.35Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<path
|
||||
android:pathData="M69.769,130.796C69.769,132.001 70.772,132.955 71.926,132.955C73.13,132.955 74.083,131.951 74.083,130.796V127.282H77.695C78.849,127.282 79.802,126.328 79.802,125.173C79.802,124.018 78.849,123.064 77.695,123.064H74.083V119.55C74.083,118.345 73.08,117.391 71.926,117.391C70.722,117.391 69.769,118.395 69.769,119.55V123.064H66.107C64.953,123.064 64,124.018 64,125.173C64,126.328 64.953,127.282 66.107,127.282H69.719V130.796H69.769Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M215.848,41.479C215.848,42.684 216.851,43.638 218.005,43.638C219.209,43.638 220.162,42.634 220.162,41.479V37.965H223.774C224.927,37.965 225.881,37.011 225.881,35.856C225.881,34.701 224.927,33.748 223.774,33.748H220.162V30.233C220.162,29.028 219.159,28.074 218.005,28.074C216.801,28.074 215.848,29.078 215.848,30.233V33.748H212.236C211.082,33.748 210.129,34.701 210.129,35.856C210.129,37.011 211.082,37.965 212.236,37.965H215.848V41.479Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M86.223,44.04C86.223,45.245 87.226,46.199 88.38,46.199C89.584,46.199 90.537,45.195 90.537,44.04V40.525H94.149C95.303,40.525 96.256,39.571 96.256,38.417C96.256,37.262 95.303,36.308 94.149,36.308H90.587V32.794C90.587,31.589 89.584,30.635 88.43,30.635C87.226,30.635 86.273,31.639 86.273,32.794V36.308H82.661C81.507,36.308 80.554,37.262 80.554,38.417C80.554,39.571 81.507,40.525 82.661,40.525H86.273V44.04H86.223Z"
|
||||
android:fillColor="#C8FFB9"/>
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M155.601,156.15C190.164,156.15 218.156,128.135 218.156,93.543C218.156,58.951 190.164,30.936 155.601,30.936C121.037,30.936 93.045,58.951 93.045,93.543C93.045,128.135 121.037,156.15 155.601,156.15Z"/>
|
||||
<path
|
||||
android:pathData="M186.2,90.28C186.2,90.28 187.655,84.807 191.418,82.749C195.18,80.69 200.497,80.49 197.488,87.217C194.478,93.945 193.173,109.459 191.367,116.789C189.562,124.119 180.03,140.737 175.766,148.318C171.502,155.899 167.79,185.872 167.79,185.872L128.561,180.902C128.561,180.902 134.28,147.967 132.625,145.758C130.969,143.498 131.12,140.637 129.765,134.16C128.461,127.683 126.455,120.956 126.455,120.956L186.2,90.28Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M144.815,124.269C144.815,124.269 155.249,129.139 157.757,134.863C160.215,140.586 158.46,133.658 165.182,128.838C171.854,124.018 144.815,124.269 144.815,124.269Z"
|
||||
android:fillColor="#F3A992"/>
|
||||
<path
|
||||
android:pathData="M131.672,80.741C131.672,80.741 128.411,80.791 125.502,81.293C125.502,81.293 121.689,82.849 122.542,94.447L130.618,88.974L131.672,80.741Z"
|
||||
android:fillColor="#F3A992"/>
|
||||
<path
|
||||
android:pathData="M130.619,58.8C130.619,58.8 128.863,47.956 129.616,42.082C130.368,36.208 135.936,36.911 137.542,40.375C139.147,43.839 140.752,56.943 140.752,56.943L134.732,89.376L127.057,89.276L130.619,58.8Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M171.904,138.076C171.553,138.076 171.152,138.076 170.801,138.026L134.582,133.407C129.766,132.804 126.305,128.386 126.957,123.516L138.495,32.091C139.047,27.673 142.809,24.359 147.223,24.359C147.575,24.359 147.976,24.359 148.327,24.409L184.546,29.028C189.362,29.631 192.823,34.049 192.171,38.919L180.583,130.395C180.081,134.763 176.319,138.076 171.904,138.076Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M147.223,25.263C147.574,25.263 147.875,25.263 148.226,25.313L184.445,29.932C186.552,30.183 188.408,31.288 189.713,32.944C191.017,34.601 191.569,36.71 191.318,38.818L179.73,130.294C179.228,134.26 175.867,137.223 171.854,137.223C171.503,137.223 171.202,137.223 170.851,137.172L134.632,132.553C132.525,132.302 130.669,131.198 129.365,129.541C128.06,127.884 127.509,125.776 127.759,123.667L139.347,32.191C139.849,28.225 143.26,25.263 147.223,25.263ZM147.223,23.455C142.407,23.455 138.244,27.02 137.592,31.94L126.004,123.416C125.351,128.738 129.114,133.608 134.431,134.26L170.65,138.879C171.051,138.93 171.453,138.98 171.904,138.98C176.72,138.98 180.884,135.415 181.536,130.495L193.124,39.019C193.776,33.697 190.014,28.827 184.696,28.175L148.477,23.556C148.026,23.506 147.625,23.455 147.223,23.455Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M137.692,41.68L136.237,41.479C136.087,41.479 136.037,41.329 136.037,41.228L136.488,37.613C136.488,37.463 136.639,37.413 136.739,37.413L138.194,37.613C138.344,37.613 138.394,37.764 138.394,37.864L137.943,41.479C137.943,41.58 137.843,41.68 137.692,41.68Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M136.287,52.776L134.832,52.575C134.682,52.575 134.632,52.424 134.632,52.324L135.535,45.144C135.535,44.994 135.685,44.944 135.786,44.944L137.24,45.144C137.391,45.144 137.441,45.295 137.441,45.395L136.538,52.575C136.538,52.675 136.438,52.776 136.287,52.776Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M135.084,62.365L133.629,62.164C133.478,62.164 133.428,62.014 133.428,61.913L134.331,54.734C134.331,54.583 134.482,54.533 134.582,54.533L136.037,54.734C136.187,54.734 136.237,54.884 136.237,54.985L135.334,62.164C135.334,62.315 135.184,62.365 135.084,62.365Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M189.713,66.733L188.258,66.532C188.107,66.532 188.057,66.382 188.057,66.281L189.562,54.483C189.562,54.332 189.713,54.282 189.813,54.282L191.268,54.483C191.418,54.483 191.468,54.633 191.468,54.734L189.963,66.532C189.963,66.683 189.813,66.783 189.713,66.733Z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M159.514,99.367C169.543,99.367 177.673,91.23 177.673,81.192C177.673,71.155 169.543,63.018 159.514,63.018C149.484,63.018 141.354,71.155 141.354,81.192C141.354,91.23 149.484,99.367 159.514,99.367Z"
|
||||
android:fillColor="#00A129"/>
|
||||
<path
|
||||
android:pathData="M122.592,94.447C122.592,94.447 118.378,81.494 120.184,75.318C121.94,69.143 132.224,71.201 136.137,71.754C140.049,72.306 145.216,76.925 137.391,79.586C133.929,80.741 131.722,80.741 131.722,80.741L130.669,88.021L122.592,94.447Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M126.455,120.956C126.455,120.956 121.388,105.944 121.539,98.112C121.689,90.28 134.331,86.062 137.692,86.062C141.103,86.062 141.605,91.786 135.234,96.053C128.913,100.321 128.411,105.342 128.411,105.342L126.455,120.956Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M121.138,73.41C121.138,73.41 120.084,64.373 122.643,61.411C125.251,58.449 136.639,54.232 138.946,55.386C141.254,56.541 143.511,60.106 137.09,64.524C130.769,68.942 129.816,73.009 121.138,73.41Z"
|
||||
android:fillColor="#DDB88B"/>
|
||||
<path
|
||||
android:pathData="M156.955,87.669C156.403,87.619 155.902,87.318 155.55,86.866L152.591,83.05C151.888,82.146 152.039,80.791 152.992,80.088C153.895,79.385 155.249,79.536 155.952,80.49L157.607,82.648L166.286,75.971C167.239,75.268 168.543,75.419 169.245,76.373C169.948,77.327 169.797,78.632 168.844,79.335L158.46,87.267C158.059,87.569 157.507,87.719 156.955,87.669Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M221.617,155.699C221.617,156.903 222.62,157.857 223.774,157.857C224.978,157.857 225.931,156.853 225.931,155.699V152.184H229.543C230.697,152.184 231.65,151.23 231.65,150.075C231.65,148.921 230.697,147.967 229.543,147.967H225.931V144.452C225.931,143.247 224.928,142.293 223.774,142.293C222.57,142.293 221.617,143.298 221.617,144.452V147.967H218.005C216.851,147.967 215.898,148.921 215.898,150.075C215.898,151.23 216.851,152.184 218.005,152.184H221.617V155.699Z"
|
||||
android:fillColor="#00A129"/>
|
||||
</vector>
|
165
app/src/main/res/drawable/ic_personal_details.xml
Normal file
|
@ -0,0 +1,165 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="207dp"
|
||||
android:height="145dp"
|
||||
android:viewportWidth="207"
|
||||
android:viewportHeight="145">
|
||||
<path
|
||||
android:fillColor="#EAEAEA"
|
||||
android:pathData="M170.842,37.446c-12.572,-6.078 -48.949,-19.565 -57.267,-24.368c-8.317,-4.805 -42.567,-20.719 -68.808,8.389C18.525,50.575 7.083,59.661 22.687,87.71c15.604,28.048 64.23,43.822 96.929,40.011c32.697,-3.813 55.061,-7.872 66.004,-50.346C189.032,54.21 178.857,41.323 170.842,37.446z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M96.277,127L65.018,127c-7.364,0 -13.389,-6.025 -13.389,-13.39L51.629,29.064c0,-7.364 6.025,-13.39 13.389,-13.39h31.259c7.365,0 13.39,6.025 13.39,13.39v84.546C109.667,120.975 103.642,127 96.277,127z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M100.101,125L61.194,125c-5.461,0 -9.906,-4.444 -9.906,-9.905L51.288,23.58c0.003,-5.461 4.447,-9.905 9.908,-9.905h38.907c5.46,0 9.903,4.444 9.903,9.905v91.517C110.007,120.556 105.563,125 100.101,125zM61.197,15.799c-4.29,0 -7.779,3.489 -7.779,7.779v91.517c0,4.289 3.489,7.778 7.779,7.778h38.907c4.289,0 7.778,-3.489 7.778,-7.778L107.882,23.58c0,-4.29 -3.489,-7.778 -7.778,-7.778L61.197,15.802L61.197,15.799z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M52.78,36.071h-2.297v4.673h2.297L52.78,36.071z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M110.814,46.27h-2.297v9.561h2.297L110.814,46.27z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M52.78,43.083h-2.297v6.798h2.297L52.78,43.083z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M52.78,52.218h-2.297v6.797h2.297L52.78,52.218z" />
|
||||
<path
|
||||
android:fillColor="#1BE357"
|
||||
android:pathData="M62.483,54.802c1.657,0 3,-1.343 3,-3s-1.343,-3 -3,-3s-3,1.343 -3,3S60.826,54.802 62.483,54.802z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M61.197,52.001l0.816,0.801l2.041,-2"
|
||||
android:strokeWidth="0.5714"
|
||||
android:strokeColor="#F1F2F2" />
|
||||
<path
|
||||
android:fillColor="#1BE357"
|
||||
android:pathData="M62.483,69.802c1.657,0 3,-1.343 3,-3s-1.343,-3 -3,-3s-3,1.343 -3,3S60.826,69.802 62.483,69.802z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M61.197,67.001l0.816,0.801l2.041,-2"
|
||||
android:strokeWidth="0.5714"
|
||||
android:strokeColor="#F1F2F2" />
|
||||
<path
|
||||
android:fillColor="#1BE357"
|
||||
android:pathData="M62.483,83.802c1.657,0 3,-1.343 3,-3s-1.343,-3 -3,-3s-3,1.343 -3,3S60.826,83.802 62.483,83.802z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M61.197,81.001l0.816,0.801l2.041,-2"
|
||||
android:strokeWidth="0.5714"
|
||||
android:strokeColor="#F1F2F2" />
|
||||
<path
|
||||
android:fillAlpha="0.8"
|
||||
android:fillColor="#26334C"
|
||||
android:pathData="M98.483,52.815h-30v1.574h30L98.483,52.815z"
|
||||
android:strokeAlpha="0.8" />
|
||||
<path
|
||||
android:fillAlpha="0.8"
|
||||
android:fillColor="#26334C"
|
||||
android:pathData="M98.483,67.802h-30v1.573h30L98.483,67.802z"
|
||||
android:strokeAlpha="0.8" />
|
||||
<path
|
||||
android:fillAlpha="0.8"
|
||||
android:fillColor="#26334C"
|
||||
android:pathData="M98.483,81.802h-30v1.573h30L98.483,81.802z"
|
||||
android:strokeAlpha="0.8" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M70.502,50.802v-2.127h-0.294v1.632l-1.062,-1.632h-0.393v2.127h0.294v-1.734l1.149,1.734L70.502,50.802z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M72.514,50.802h0.318l-0.846,-2.127h-0.339l-0.846,2.127h0.315l0.225,-0.594h0.942L72.514,50.802zM71.809,48.98l0.369,0.954h-0.732L71.809,48.98z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M75.431,50.802v-2.127h-0.393l-0.756,1.731l-0.75,-1.731h-0.399v2.127h0.291v-1.656l0.72,1.656h0.27l0.726,-1.656v1.656L75.431,50.802z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M77.265,50.802v-0.273h-0.999v-0.651h0.906v-0.276h-0.906v-0.654h0.999v-0.273h-1.293v2.127L77.265,50.802z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M70.226,65.802h0.318l-0.846,-2.127h-0.339l-0.846,2.127h0.315l0.225,-0.595h0.942L70.226,65.802zM69.521,63.98l0.369,0.954h-0.732L69.521,63.98z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M72.611,65.802v-1.041h-1.017v0.265h0.738c-0.012,0.219 -0.183,0.555 -0.657,0.555c-0.381,0 -0.741,-0.279 -0.741,-0.843s0.372,-0.837 0.753,-0.837c0.33,0 0.579,0.18 0.675,0.486l0.267,-0.114c-0.123,-0.384 -0.48,-0.642 -0.942,-0.642c-0.525,0 -1.053,0.387 -1.053,1.107s0.498,1.11 1.032,1.11c0.357,0 0.588,-0.177 0.681,-0.345l0.027,0.3L72.611,65.803z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M74.355,65.802v-0.272h-0.999v-0.651h0.906v-0.276h-0.906v-0.654h0.999v-0.273h-1.293v2.127L74.355,65.803z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M70.052,79.802v-0.275h-1.005v-1.852h-0.294v2.127L70.052,79.802z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M70.456,78.737c0,-0.556 0.372,-0.838 0.768,-0.838s0.768,0.282 0.768,0.838c0,0.555 -0.372,0.84 -0.768,0.84S70.456,79.292 70.456,78.737zM70.156,78.737c0,0.711 0.534,1.109 1.068,1.109c0.534,0 1.068,-0.398 1.068,-1.109s-0.534,-1.107 -1.068,-1.107C70.69,77.63 70.156,78.026 70.156,78.737z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M73.617,79.847c0.489,0 0.825,-0.285 0.939,-0.684l-0.261,-0.096c-0.087,0.291 -0.315,0.51 -0.678,0.51c-0.387,0 -0.756,-0.285 -0.756,-0.84c0,-0.556 0.369,-0.838 0.756,-0.838c0.348,0 0.582,0.181 0.663,0.502l0.273,-0.097c-0.108,-0.411 -0.45,-0.675 -0.936,-0.675c-0.528,0 -1.056,0.396 -1.056,1.107S73.068,79.847 73.617,79.847z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M76.361,79.802h0.318l-0.846,-2.127h-0.339l-0.846,2.127h0.315l0.225,-0.594h0.942L76.361,79.802zM75.656,77.981l0.369,0.953h-0.732L75.656,77.981z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M78.259,77.948v-0.273h-1.716v0.273h0.711v1.854h0.294v-1.854L78.259,77.948z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M78.858,79.802v-2.127h-0.3v2.127L78.858,79.802z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M79.564,78.737c0,-0.556 0.372,-0.838 0.768,-0.838s0.768,0.282 0.768,0.838c0,0.555 -0.372,0.84 -0.768,0.84S79.564,79.292 79.564,78.737zM79.264,78.737c0,0.711 0.534,1.109 1.068,1.109c0.534,0 1.068,-0.398 1.068,-1.109s-0.534,-1.107 -1.068,-1.107C79.798,77.63 79.264,78.026 79.264,78.737z" />
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M83.554,79.802v-2.127L83.26,77.675v1.632l-1.062,-1.632h-0.393v2.127h0.294v-1.734l1.149,1.734L83.554,79.802z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M117.619,138.265l-3.693,-1.007l0.088,-4.724h3.906L117.619,138.265z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M111.137,83.124c0,0 1.309,13.992 1.79,26.91c-0.845,10.798 -0.061,21.356 0.083,22.809l5.467,0.009c0.045,-2.827 0.656,-13.059 1.854,-22.269c1.761,-13.525 4.314,-28.408 4.314,-28.408S113.381,77.513 111.137,83.124z" />
|
||||
<path
|
||||
android:fillColor="#859495"
|
||||
android:pathData="M118.477,141.999h-6.395v-1.506l1.745,-4.271h3.899l0.75,4.271L118.476,141.999z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M127.455,138.265l3.689,-1.006l-0.088,-4.725h-3.906L127.455,138.265z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M133.934,83.124c0,0 -2.225,14.008 -1.771,26.766c0.38,10.732 0.041,21.501 -0.103,22.954l-5.468,0.008c-0.045,-2.825 -0.651,-13.047 -1.853,-22.252c-1.762,-13.534 -4.32,-28.429 -4.32,-28.429S131.689,77.513 133.934,83.124z" />
|
||||
<path
|
||||
android:fillColor="#859495"
|
||||
android:pathData="M126.593,142h6.396v-1.507l-1.745,-4.271h-3.896l-0.755,4.271L126.593,142z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M107.639,87.123l-0.839,3.041l-2.067,-0.298l-0.037,-2.848L107.639,87.123z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M114.805,45.564c0,0 -8.975,2.319 -10.01,23.478c-0.673,13.715 -1.032,19.025 -1.032,19.025l3.92,0.053c0,0 7.662,-19.145 8.354,-27.64C116.363,56.466 114.805,45.564 114.805,45.564z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M103.491,92.47c0.103,-2.104 1.25,-3.759 2.558,-3.693c0.381,0.018 0.735,0.183 1.04,0.455c0.306,0.271 0.037,1.942 -0.136,2.648c-0.092,0.367 -0.141,0.775 -0.141,1.205c0,0.92 0.231,1.74 0.595,2.277c-0.464,0.672 -1.077,1.068 -1.733,1.039C104.361,96.336 103.384,94.573 103.491,92.47z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M119.962,43.918c-2.504,0.157 -6.548,2.109 -7.278,2.839c-1.238,8.529 -2.108,41.793 -2.108,41.793l23.932,0.178c0,0 0.591,-29.011 -2.934,-41.517c-1.238,-2.063 -6.239,-2.975 -7.101,-3.297C122.863,43.242 122.087,43.786 119.962,43.918z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M124.468,43.918c0,0 -1.754,1.51 -4.506,0l0.397,-4.853h3.713L124.468,43.918z" />
|
||||
<path
|
||||
android:fillColor="#414042"
|
||||
android:pathData="M117.454,35.282c0,0 -0.565,-3.123 0.437,-5.054c1.26,-2.43 5.026,-3.693 7.91,-1.184c1.852,1.609 0.957,6.548 0.957,6.548l-6.309,-2.682L117.454,35.282z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M126.391,33.727c0,-2.315 -1.869,-3.829 -4.176,-3.829c-2.306,0 -4.176,1.514 -4.176,3.829c0,0 -0.182,2.954 -0.182,3.094c0,2.199 2.69,4.988 4.357,4.988c1.924,0 4.357,-3.321 4.357,-4.988C126.572,36.681 126.391,33.727 126.391,33.727z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M118.242,34.3c0,0 -0.533,-0.347 -0.945,0.207c-0.413,0.549 -0.136,2.612 0.895,2.612C119.225,37.119 118.242,34.3 118.242,34.3z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M126.218,34.3c0,0 0.532,-0.347 0.944,0.207c0.413,0.549 0.137,2.612 -0.895,2.612S126.218,34.3 126.218,34.3z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M136.949,87.123l0.838,3.04l2.066,-0.297l0.037,-2.848L136.949,87.123z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M129.473,45.564c0,0 8.633,2.822 10.319,23.478c1.118,13.686 1.032,19.025 1.032,19.025l-3.92,0.053c0,0 -7.662,-19.145 -8.355,-27.64C128.223,56.466 129.473,45.564 129.473,45.564z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M141.166,92.47c-0.104,-2.104 -1.25,-3.759 -2.559,-3.693c-0.379,0.018 -0.733,0.183 -1.039,0.455c-0.305,0.271 -0.037,1.942 0.136,2.648c0.091,0.367 0.142,0.775 0.142,1.205c0,0.92 -0.232,1.74 -0.596,2.277c0.463,0.672 1.077,1.068 1.732,1.039C140.296,96.336 141.273,94.573 141.166,92.47z" />
|
||||
</vector>
|
59
app/src/main/res/drawable/ic_phone_checked_circle.xml
Normal file
|
@ -0,0 +1,59 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M64.1019,71.9262C59.3054,75.5528 53.666,78.1236 47.5296,79.2924C47.6039,77.1348 46.8289,75.9216 46.8289,75.9216C36.5767,70.1364 36.8877,58.8 36.8877,58.8H57.826L63.2672,69.4935C63.2672,69.4935 63.659,70.4888 64.1019,71.9262Z" />
|
||||
<path
|
||||
android:fillColor="#CC7676"
|
||||
android:pathData="M55.4443,39.7188C55.4443,39.7188 58.5125,39.8206 59.4057,42.7875C60.2989,45.7545 59.8812,62.8406 59.8812,62.8406L55.4443,39.7188Z" />
|
||||
<path
|
||||
android:fillColor="#CC7676"
|
||||
android:pathData="M25.3701,49.5273C25.3701,49.5273 22.9303,56.1538 22.4966,57.3937C22.0629,58.6336 27.8978,57.9827 29.3066,54.5889C30.1047,52.6661 30.7882,47.7569 29.3617,46.8996C28.5715,46.4258 25.3701,49.5273 25.3701,49.5273Z" />
|
||||
<path
|
||||
android:fillColor="#DB807D"
|
||||
android:pathData="M23.5172,43.348C23.5172,43.348 21.3281,49.2615 20.9148,50.8911C20.5015,52.5207 25.4885,52.3347 28.4438,47.9082C31.399,43.4826 29.737,39.5476 29.737,39.5476L23.5172,43.348Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M29.6334,19.9438C29.6334,19.9438 23.6794,17.7686 22.9843,17.4719C22.2893,17.1753 20.9001,23.7017 29.6334,26.1744C38.3658,28.6463 29.6334,19.9438 29.6334,19.9438Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M29.4837,36.7659C29.4837,36.7659 25.5943,36.603 24.1954,37.6791C22.7964,38.7551 20.2153,41.2695 19.1905,42.0817C18.1658,42.8938 21.2899,47.4532 28.1958,41.8478C35.1027,36.2416 29.4837,36.7659 29.4837,36.7659Z" />
|
||||
<path
|
||||
android:fillColor="#6E7DE5"
|
||||
android:pathData="M31.1151,16.5809C29.2807,16.5809 27.623,18.4647 27.623,20.2927V59.1739C27.623,61.0019 29.4166,62.8396 31.2511,62.8396H47.7854C49.6199,62.8396 51.4588,61.0471 51.4588,59.2182V20.2476C51.4588,18.4196 49.8012,16.5809 47.9667,16.5809H31.1151Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M47.8598,63.4366H31.2224C28.8867,63.4366 26.9873,61.5431 26.9873,59.2165V20.2202C26.9873,17.8926 28.8876,16 31.2224,16H47.8598C50.1947,16 52.0949,17.8935 52.0949,20.2202V59.2165C52.0949,61.544 50.1947,63.4366 47.8598,63.4366ZM31.2224,16.9051C29.3879,16.9051 27.8957,18.3922 27.8957,20.2202V59.2165C27.8957,61.0445 29.3879,62.5315 31.2224,62.5315H47.8598C49.6943,62.5315 51.1866,61.0445 51.1866,59.2165V20.2202C51.1866,18.3922 49.6943,16.9051 47.8598,16.9051H31.2224Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M27.6227,25.5439H26.6406V27.5357H27.6227V25.5439Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M52.4411,29.8888H51.459V33.9628H52.4411V29.8888Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M27.6227,28.5311H26.6406V31.4281H27.6227V28.5311Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M27.6227,32.4236H26.6406V35.3206H27.6227V32.4236Z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M55.1377,31.5142C54.7404,30.1299 55.2373,25.7787 54.145,25.6795C53.0535,25.5803 48.9473,29.3549 49.5801,33.8868C50.6715,41.7036 50.6546,46.8652 49.5374,50.9942C48.1936,55.9592 43.4412,65.1355 49.5374,71.5627C55.6337,77.9908 63.8711,72.3535 63.8711,72.3535C63.8711,72.3535 55.535,32.8984 55.1377,31.5142Z" />
|
||||
<path
|
||||
android:fillColor="#1BE357"
|
||||
android:pathData="M39.9087,47.4267C44.8908,47.4267 48.9297,43.3878 48.9297,38.4057C48.9297,33.4235 44.8908,29.3847 39.9087,29.3847C34.9265,29.3847 30.8877,33.4235 30.8877,38.4057C30.8877,43.3878 34.9265,47.4267 39.9087,47.4267Z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M36.0439,39.0055L38.4992,41.4126L44.6354,35.3986"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#F1F2F2" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_play_arrow_black_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M8,5v14l11,-7z"/>
|
||||
</vector>
|
110
app/src/main/res/drawable/ic_privacy.xml
Normal file
20
app/src/main/res/drawable/ic_smartphone.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<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="#00000000"
|
||||
android:pathData="M17,2H7C5.8954,2 5,2.8954 5,4V20C5,21.1046 5.8954,22 7,22H17C18.1046,22 19,21.1046 19,20V4C19,2.8954 18.1046,2 17,2Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M12,18H12.01"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
34
app/src/main/res/drawable/ic_smile.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<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="#00000000"
|
||||
android:pathData="M12,22C17.5228,22 22,17.5228 22,12C22,6.4771 17.5228,2 12,2C6.4771,2 2,6.4771 2,12C2,17.5228 6.4771,22 12,22Z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M8,14C8,14 9.5,16 12,16C14.5,16 16,14 16,14"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,9H9.01"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M15,9H15.01"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
19
app/src/main/res/drawable/ic_splash_screen_logo.xml
Normal file
33
app/src/main/res/drawable/ic_splash_screen_title.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="245dp"
|
||||
android:height="35dp"
|
||||
android:viewportWidth="245"
|
||||
android:viewportHeight="35">
|
||||
<path
|
||||
android:pathData="M16.993,35C25.585,35 30.711,29.59 32.23,23.945L27.009,22.251C25.869,26.015 22.642,29.59 16.993,29.59C11.25,29.59 5.838,25.45 5.838,17.641C5.838,9.55 11.392,5.551 16.946,5.551C22.594,5.551 25.727,8.797 26.724,12.843L32.088,11.055C30.569,5.222 25.49,0.235 16.946,0.235C8.212,0.235 0,6.774 0,17.641C0,28.508 7.927,35 16.993,35Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M41.438,17.594C41.438,9.55 47.04,5.551 52.688,5.551C58.384,5.551 63.985,9.55 63.985,17.594C63.985,25.638 58.384,29.637 52.688,29.637C47.04,29.637 41.438,25.638 41.438,17.594ZM35.6,17.594C35.6,28.555 43.859,35 52.688,35C61.517,35 69.824,28.555 69.824,17.594C69.824,6.68 61.517,0.235 52.688,0.235C43.859,0.235 35.6,6.68 35.6,17.594Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M86.641,26.909L77.243,0.941H71.072L83.603,34.294H89.394L102.115,0.941H96.087L86.641,26.909Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M112.407,34.294V0.941H106.616V34.294H112.407Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M126.172,29.12V6.116H132.201C138.039,6.116 142.833,9.879 142.833,17.688C142.833,25.403 137.991,29.12 132.153,29.12H126.172ZM132.343,34.294C141.457,34.294 148.766,28.367 148.766,17.688C148.766,6.962 141.551,0.941 132.39,0.941H120.476V34.294H132.343Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M176.712,8.75C175.953,5.034 172.868,0.235 164.941,0.235C158.675,0.235 153.501,4.845 153.501,10.443C153.501,15.43 156.919,18.77 162.045,19.805L166.792,20.793C169.687,21.405 171.301,23.145 171.301,25.309C171.301,27.896 169.213,29.919 165.178,29.919C160.336,29.919 157.821,26.72 157.488,23.239L152.172,24.745C152.694,29.543 156.634,35 165.178,35C172.868,35 177.092,30.06 177.092,24.886C177.092,20.181 173.912,16.465 167.979,15.289L163.137,14.301C160.526,13.737 159.197,12.137 159.197,10.02C159.197,7.48 161.571,5.222 164.988,5.222C169.498,5.222 171.254,8.28 171.586,10.349L176.712,8.75Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M180.97,28.085C180.97,31.707 183.961,35 188.802,35C192.552,35 194.831,33.118 195.922,31.378C195.922,33.212 196.112,34.153 196.16,34.294H201.286C201.239,34.059 201.001,32.695 201.001,30.625V19.241C201.001,14.677 198.296,10.679 191.176,10.679C185.48,10.679 181.872,14.207 181.445,18.159L186.477,19.288C186.714,16.983 188.328,15.148 191.223,15.148C194.261,15.148 195.59,16.7 195.59,18.629C195.59,19.429 195.21,20.087 193.881,20.275L187.948,21.169C184.008,21.734 180.97,23.992 180.97,28.085ZM189.847,30.719C187.663,30.719 186.477,29.308 186.477,27.755C186.477,25.874 187.853,24.933 189.562,24.65L195.59,23.757V24.792C195.59,29.261 192.932,30.719 189.847,30.719Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M217.91,4.892C218.955,4.892 219.572,5.034 219.904,5.128V0.47C219.524,0.282 218.385,0 217.008,0C212.262,0 208.939,3.105 208.939,8.233V11.384H204.904V16.136H208.939V34.294H214.493V16.136H219.856V11.384H214.493V8.374C214.493,5.551 216.439,4.892 217.91,4.892Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
<path
|
||||
android:pathData="M227.402,20.323C227.592,17.876 229.585,15.242 233.05,15.242C236.848,15.242 238.651,17.641 238.746,20.323H227.402ZM239.363,26.297C238.604,28.555 236.895,30.296 233.573,30.296C230.155,30.296 227.402,27.802 227.259,24.321H244.158C244.205,24.227 244.3,23.475 244.3,22.581C244.3,15.336 240.123,10.679 233.003,10.679C227.165,10.679 221.753,15.477 221.753,22.722C221.753,30.484 227.307,35 233.573,35C239.126,35 242.781,31.754 244.015,27.755L239.363,26.297Z"
|
||||
android:fillColor="#0C3155"/>
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_stop_black_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M6,6h12v12H6z"/>
|
||||
</vector>
|
97
app/src/main/res/drawable/ic_under_sixteen.xml
Normal file
|
@ -0,0 +1,97 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="188dp"
|
||||
android:height="160dp"
|
||||
android:viewportWidth="188"
|
||||
android:viewportHeight="160">
|
||||
<path
|
||||
android:fillColor="#EAEAEA"
|
||||
android:pathData="M54.061,133.351C69.612,131.676 111.847,123.685 122.662,123.176C133.478,122.669 175.409,117.612 179.713,82.069C184.019,46.526 188.324,33.794 155.21,20.15C122.097,6.507 67.158,18.916 39.929,38.316C12.702,57.717 -4.944,72.1 13.697,110.182C26.192,129.663 44.144,134.418 54.061,133.351Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M129.041,126.89H106.609C101.324,126.89 97,122.566 97,117.282V56.609C97,51.324 101.324,47 106.609,47H129.041C134.326,47 138.65,51.324 138.65,56.609V117.282C138.65,122.566 134.326,126.89 129.041,126.89Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M132.125,126.89H104.205C100.286,126.89 97.096,123.701 97.096,119.782V54.109C97.098,50.189 100.288,47 104.207,47H132.127C136.046,47 139.234,50.189 139.234,54.109V119.783C139.234,123.701 136.045,126.89 132.125,126.89ZM104.207,48.524C101.128,48.524 98.625,51.028 98.625,54.107V119.782C98.625,122.86 101.128,125.364 104.207,125.364H132.127C135.206,125.364 137.71,122.86 137.71,119.782V54.109C137.71,51.03 135.206,48.526 132.127,48.526H104.207V48.524Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M98.166,63.072H96.518V66.426H98.166V63.072Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M139.814,70.391H138.166V77.252H139.814V70.391Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M98.166,68.104H96.518V72.982H98.166V68.104Z" />
|
||||
<path
|
||||
android:fillColor="#2A3756"
|
||||
android:pathData="M98.166,74.66H96.518V79.538H98.166V74.66Z" />
|
||||
<group>
|
||||
<clip-path android:pathData="M110.153,78.576h15.788v15.788h-15.788z" />
|
||||
<path
|
||||
android:fillColor="#E2857E"
|
||||
android:pathData="M118.047,86.469m-7.894,0a7.894,7.894 0,1 1,15.788 0a7.894,7.894 0,1 1,-15.788 0" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M121.994,82.522L114.1,90.416"
|
||||
android:strokeWidth="3"
|
||||
android:strokeColor="#ffffff" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M114.1,82.522L121.994,90.416"
|
||||
android:strokeWidth="3"
|
||||
android:strokeColor="#ffffff" />
|
||||
</group>
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M84.136,155.59L80.443,154.583L80.53,149.859H84.437L84.136,155.59Z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M77.654,100.449C77.654,100.449 78.962,114.441 79.444,127.36C78.598,138.158 79.382,148.716 79.527,150.169L84.994,150.177C85.039,147.35 85.65,137.118 86.846,127.908C88.608,114.383 91.162,99.5 91.162,99.5C91.162,99.5 79.898,94.838 77.654,100.449Z" />
|
||||
<path
|
||||
android:fillColor="#859495"
|
||||
android:pathData="M84.994,159.325H78.598V157.819L80.344,153.548H84.243L84.994,157.819V159.325Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M93.972,155.59L97.661,154.584L97.574,149.859H93.667L93.972,155.59Z" />
|
||||
<path
|
||||
android:fillColor="#6793B2"
|
||||
android:pathData="M100.45,100.45C100.45,100.45 98.226,114.458 98.68,127.215C99.06,137.947 98.721,148.716 98.577,150.169L93.11,150.177C93.064,147.351 92.458,137.13 91.257,127.925C89.495,114.392 86.937,99.496 86.937,99.496C86.937,99.496 98.206,94.838 100.45,100.45Z" />
|
||||
<path
|
||||
android:fillColor="#859495"
|
||||
android:pathData="M93.11,159.325H99.505V157.819L97.76,153.548H93.865L93.11,157.819V159.325Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M74.155,104.448L73.317,107.489L71.25,107.192L71.213,104.345L74.155,104.448Z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M81.322,62.89C81.322,62.89 72.347,65.209 71.312,86.367C70.639,100.082 70.28,105.393 70.28,105.393L74.2,105.446C74.2,105.446 81.862,86.301 82.555,77.806C82.881,73.791 81.322,62.89 81.322,62.89Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M70.008,109.795C70.111,107.691 71.258,106.036 72.566,106.102C72.946,106.119 73.301,106.284 73.606,106.556C73.911,106.828 73.643,108.5 73.47,109.205C73.379,109.572 73.329,109.981 73.329,110.41C73.329,111.33 73.561,112.151 73.924,112.687C73.462,113.36 72.847,113.756 72.191,113.727C70.879,113.661 69.901,111.899 70.008,109.795Z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M86.479,61.243C83.975,61.4 79.931,63.352 79.201,64.082C77.963,72.611 77.092,105.875 77.092,105.875L101.024,106.053C101.024,106.053 101.614,77.042 98.09,64.536C96.852,62.473 91.852,61.561 90.989,61.239C89.38,60.567 88.604,61.111 86.479,61.243Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M90.985,61.244C90.985,61.244 89.232,62.754 86.479,61.244L86.876,56.391H90.589L90.985,61.244Z" />
|
||||
<path
|
||||
android:fillColor="#414042"
|
||||
android:pathData="M83.971,52.608C83.971,52.608 83.406,49.484 84.408,47.553C85.667,45.123 89.434,43.861 92.318,46.369C94.17,47.978 93.275,52.917 93.275,52.917L86.966,50.235L83.971,52.608Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M92.908,51.052C92.908,48.737 91.039,47.223 88.732,47.223C86.426,47.223 84.557,48.737 84.557,51.052C84.557,51.052 84.375,54.006 84.375,54.147C84.375,56.346 87.065,59.135 88.732,59.135C90.655,59.135 93.089,55.814 93.089,54.147C93.089,54.006 92.908,51.052 92.908,51.052Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M84.759,51.626C84.759,51.626 84.227,51.279 83.814,51.832C83.401,52.381 83.678,54.444 84.709,54.444C85.741,54.444 84.759,51.626 84.759,51.626Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M92.735,51.626C92.735,51.626 93.267,51.279 93.679,51.832C94.092,52.381 93.816,54.444 92.784,54.444C91.753,54.444 92.735,51.626 92.735,51.626Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M103.466,104.448L104.304,107.489L106.371,107.191L106.408,104.344L103.466,104.448Z" />
|
||||
<path
|
||||
android:fillColor="#2147A2"
|
||||
android:pathData="M95.99,62.89C95.99,62.89 104.622,65.712 106.309,86.367C107.427,100.053 107.341,105.393 107.341,105.393L103.421,105.446C103.421,105.446 95.759,86.301 95.066,77.806C94.74,73.791 95.99,62.89 95.99,62.89Z" />
|
||||
<path
|
||||
android:fillColor="#B15649"
|
||||
android:pathData="M107.683,109.795C107.58,107.691 106.433,106.036 105.125,106.102C104.745,106.119 104.391,106.284 104.085,106.556C103.78,106.828 104.048,108.499 104.221,109.205C104.312,109.572 104.362,109.981 104.362,110.41C104.362,111.33 104.131,112.151 103.768,112.687C104.23,113.36 104.844,113.756 105.501,113.727C106.813,113.661 107.791,111.899 107.683,109.795Z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_unfold_less_black_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M7.41,18.59L8.83,20 12,16.83 15.17,20l1.41,-1.41L12,14l-4.59,4.59zM16.59,5.41L15.17,4 12,7.17 8.83,4 7.41,5.41 12,10l4.59,-4.59z"/>
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_unfold_more_black_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12,5.83L15.17,9l1.41,-1.41L12,3 7.41,7.59 8.83,9 12,5.83zM12,18.17L8.83,15l-1.41,1.41L12,21l4.59,-4.59L15.17,15 12,18.17z"/>
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_up.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
|
||||
</vector>
|
23
app/src/main/res/drawable/ic_upload_error.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:fillAlpha="0.2"
|
||||
android:fillColor="#EB5757"
|
||||
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
||||
android:strokeAlpha="0.2" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M56,25L26,55"
|
||||
android:strokeWidth="5"
|
||||
android:strokeColor="#A31919"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M55,55L25,25"
|
||||
android:strokeWidth="5"
|
||||
android:strokeColor="#A31919"
|
||||
android:strokeLineCap="round" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_upload_failed.xml
Normal file
27
app/src/main/res/drawable/ic_upload_icon.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">
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M21,15V19C21,19.5304 20.7893,20.0391 20.4142,20.4142C20.0391,20.7893 19.5304,21 19,21H5C4.4696,21 3.9609,20.7893 3.5858,20.4142C3.2107,20.0391 3,19.5304 3,19V15"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M17,8L12,3L7,8"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M12,3L12,15"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#131313"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" />
|
||||
</vector>
|
27
app/src/main/res/drawable/icon_checkbox.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:drawable="@drawable/small_red_cross" />
|
||||
<item
|
||||
android:state_activated="true"
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
<item
|
||||
android:state_selected="false"
|
||||
android:drawable="@drawable/small_red_cross" />
|
||||
<item
|
||||
android:state_checked="true"
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
<item
|
||||
android:drawable="@drawable/small_green_tick" />
|
||||
</selector>
|
17
app/src/main/res/drawable/illustration_data_uploaded.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<path
|
||||
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
|
||||
android:strokeAlpha="0.2"
|
||||
android:fillColor="#2BB885"
|
||||
android:fillAlpha="0.2"/>
|
||||
<path
|
||||
android:pathData="M19,41.2154L32.8557,55L61,27"
|
||||
android:strokeWidth="5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#2BB885"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
530
app/src/main/res/drawable/illustration_upload_finished.xml
Normal file
|
@ -0,0 +1,530 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="311dp"
|
||||
android:height="188dp"
|
||||
android:viewportWidth="311"
|
||||
android:viewportHeight="188">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M0,0h311v188h-311z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M50.953,109.567C72.444,109.567 89.906,103.199 89.906,95.388C89.906,87.577 72.494,81.209 50.953,81.209C29.412,81.209 12,87.527 12,95.388C12,103.199 29.412,109.567 50.953,109.567Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M58.863,61.11L63.887,48.92L45.48,51.308L51.251,61.856L58.863,61.11Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M45.68,89.468C45.083,89.468 44.585,89.915 44.337,90.463C44.088,91.01 44.088,91.607 44.088,92.204C44.088,92.701 44.088,93.299 44.486,93.647C44.735,93.896 45.083,93.995 45.381,94.045C45.978,94.194 46.575,94.393 47.222,94.443C47.918,94.493 48.665,94.443 49.361,94.542C49.809,94.592 50.257,94.741 50.704,94.841C51.948,95.139 53.291,95.09 54.485,94.741C54.784,94.642 55.033,94.542 55.231,94.343C55.53,93.995 55.431,93.398 55.132,93.05C54.833,92.701 54.386,92.453 53.938,92.254C52.645,91.657 51.351,91.06 50.058,90.463C48.764,89.866 47.471,89.269 46.078,89.269C45.63,89.269 45.033,89.468 45.083,89.915L45.68,89.468Z" />
|
||||
<path
|
||||
android:fillColor="#D9EDFE"
|
||||
android:pathData="M46.675,91.657H46.526C45.68,91.607 45.033,90.861 45.083,89.965L45.282,87.328C45.332,86.483 46.078,85.836 46.973,85.886H47.122C47.968,85.935 48.615,86.682 48.565,87.577L48.366,90.214C48.267,91.06 47.52,91.706 46.675,91.657Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M63.788,70.363C63.788,70.363 62.395,72.154 60.554,74.493C60.505,74.542 60.505,74.592 60.455,74.592C58.863,76.632 56.972,79.119 55.331,81.259C53.987,83.05 52.794,84.642 52.197,85.537C51.5,86.632 50.754,87.677 49.858,88.622C49.46,89.02 49.063,89.418 48.515,89.567C48.465,89.567 48.416,89.617 48.316,89.617C48.266,89.617 48.167,89.617 48.068,89.617C47.52,89.617 46.724,89.468 45.978,89.219C45.63,89.07 45.331,88.92 45.083,88.771C44.635,88.423 44.386,87.975 44.734,87.428C44.734,87.428 49.858,78.92 52.893,73.896C54.187,71.756 55.132,70.214 55.132,70.214L56.226,57.627L56.276,57.179L56.226,57.229C56.475,55.537 56.575,53.846 56.724,52.204C56.923,49.716 57.171,47.229 57.022,44.741C56.923,43.498 56.823,42.304 56.674,41.06L57.072,40.91L63.987,44.542V63.696C64.037,65.786 64.385,68.373 63.788,70.363Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M48.067,60.413C47.669,58.97 46.376,57.279 47.47,56.234C48.018,55.736 48.814,55.786 49.51,55.886C51.202,56.084 52.893,56.234 54.535,56.433C54.982,56.482 55.48,56.532 55.828,56.831C56.176,57.129 56.276,57.577 56.375,58.025C58.714,67.925 60.256,73.597 62.594,83.497C63.39,86.93 64.236,94.542 64.584,98.075C64.683,98.97 65.479,99.965 64.882,100.662C64.037,101.657 61.45,99.219 61.5,100.512C61.5,103.199 60.206,98.323 59.908,97.08C56.475,84.144 52.396,71.358 47.719,58.771L48.067,60.413Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M61.3,100.164C61.3,100.164 61.35,100.164 61.35,100.114L61.3,100.164Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M70.902,95.537C70.852,96.184 70.454,96.98 69.957,97.627C68.962,98.92 67.917,100.164 66.922,101.458C66.176,102.403 65.38,103.398 64.186,103.846C63.838,103.945 63.489,104.045 63.141,103.995C62.395,103.945 61.848,103.647 61.5,103.199C60.903,102.403 60.853,101.209 61.251,100.264C61.251,100.214 61.301,100.164 61.301,100.114C61.549,100.015 61.699,99.915 61.798,99.866C61.599,99.965 61.301,100.065 61.301,100.065C61.848,98.92 62.893,98.124 63.888,97.328C64.087,97.179 64.534,96.831 65.131,96.483C66.922,95.338 69.907,93.697 70.653,94.592C70.902,94.891 70.952,95.189 70.902,95.537Z" />
|
||||
<path
|
||||
android:fillColor="#845C60"
|
||||
android:pathData="M73.489,57.975C73.34,57.627 73.191,57.229 72.992,56.731C73.191,57.229 73.34,57.627 73.489,57.975Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M77.469,53.746C77.568,53.896 77.618,54.045 77.718,54.194C77.568,53.846 77.419,53.448 77.27,53.05C75.18,47.776 70.405,38.522 69.907,37.229L66.126,22.701C65.828,21.259 64.435,20.363 62.992,20.612C61.549,20.91 60.654,22.303 60.903,23.746L64.733,38.522C64.783,38.672 64.783,38.821 64.833,38.92C64.982,39.368 66.076,42.104 67.37,45.239C68.265,47.527 71.449,52.801 72.245,54.841C72.395,55.289 72.593,55.687 72.743,56.084C72.942,56.234 73.24,56.333 73.589,56.333C74.832,56.433 76.424,55.687 77.121,54.692C77.369,54.343 77.469,54.045 77.469,53.746Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M77.717,53.796C77.717,54.095 77.32,54.343 77.12,54.692C76.424,55.736 74.832,56.482 73.588,56.333C73.24,56.284 72.942,56.184 72.743,56.084C72.842,56.284 72.892,56.482 72.991,56.681V56.731C73.19,57.229 73.34,57.627 73.489,57.975C73.539,58.025 73.539,58.124 73.588,58.174C73.638,58.274 73.638,58.323 73.688,58.423C73.688,58.473 73.738,58.522 73.738,58.522C73.738,58.522 73.738,58.572 73.787,58.572V58.622V58.672V58.721V58.771V58.821C74.335,60.164 75.877,60.861 77.22,60.313C77.27,60.313 77.32,60.264 77.369,60.264C78.613,59.667 79.21,58.174 78.713,56.881C78.513,56.383 78.314,55.886 78.116,55.338C77.916,54.841 77.668,54.244 77.469,53.696C77.469,53.746 77.717,53.796 77.717,53.796Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M76.523,50.96L76.573,51.109C76.872,51.856 77.17,52.453 77.369,53L77.717,53.796L77.668,54.194L77.519,54.244C77.469,54.443 77.369,54.592 77.22,54.791C76.822,55.338 76.225,55.786 75.578,56.085C74.882,56.383 74.185,56.582 73.539,56.532C73.141,56.483 72.842,56.383 72.593,56.234L72.544,56.184L72.046,54.89C71.996,54.692 71.748,54.244 71.499,53.696C71.399,53.498 71.549,53.299 71.748,53.299C71.996,53.299 72.195,53.299 72.295,53.299C73.489,53.398 74.981,52.701 75.678,51.707C75.827,51.507 76.275,51.109 76.325,50.91H76.374L76.523,50.96Z" />
|
||||
<path
|
||||
android:fillColor="#CED6E9"
|
||||
android:pathData="M64.584,24.891V47.677C64.584,48.174 64.336,48.672 63.888,48.97L58.913,52.055C56.525,53.498 53.789,54.095 51.103,53.846C50.157,53.746 49.212,53.547 48.267,53.199L45.481,51.358L46.973,26.383C47.023,25.338 47.421,24.343 48.167,23.597C48.416,23.299 48.764,23.05 49.113,22.851L50.903,21.706L51.401,21.408C52.744,20.463 55.381,19.468 57.769,19.219C58.216,19.169 58.664,19.119 59.112,19.119C60.057,19.119 60.903,19.269 61.5,19.617C63.39,20.662 64.584,22.701 64.584,24.891Z" />
|
||||
<path
|
||||
android:fillAlpha="0.59"
|
||||
android:fillColor="#83BBEF"
|
||||
android:pathData="M46.973,26.333C46.973,26.085 47.023,25.836 47.072,25.587C48.067,24.741 49.062,23.896 49.958,24.94C50.604,25.637 51.002,27.328 51.401,28.174C51.401,28.224 51.351,28.274 51.351,28.274C50.903,29.517 50.306,31.507 50.654,32.751C50.903,33.647 51.599,34.343 51.749,35.289C52.147,37.229 50.107,42.005 50.306,43.945C50.405,45.04 51.201,45.935 51.749,46.93C52.843,49.07 52.395,51.707 51.052,53.746C50.107,53.647 49.162,53.448 48.217,53.099L45.431,51.259L46.973,26.333Z"
|
||||
android:strokeAlpha="0.59" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M46.227,26.333C46.227,26.234 46.227,26.184 46.227,26.085H46.177L46.227,24.692C46.277,23.547 46.724,22.453 47.52,21.657C48.565,20.562 50.555,20.115 51.898,19.517C56.475,17.527 65.728,18.821 65.728,24.94V26.134V52.652C65.728,53.299 65.38,53.896 64.833,54.244L63.191,55.239C62.843,55.438 62.445,55.438 62.146,55.289C61.699,55.04 61.45,54.542 61.45,54.045C61.5,50.015 61.549,45.985 61.599,41.955C61.699,35.687 62.644,29.667 61.699,23.497C61.599,22.851 61.5,22.204 61.201,21.657C60.206,19.716 57.022,19.617 55.132,20.065C54.435,20.214 53.938,20.513 53.59,20.91L55.032,20.513C54.386,20.712 53.739,21.06 53.241,21.458C52.595,22.751 52.893,24.692 53.192,26.234C55.132,35.786 55.231,45.736 53.49,55.338C53.44,55.687 53.291,56.085 53.092,56.383C53.042,56.781 52.943,57.229 52.744,57.577C52.346,58.323 51.848,58.821 51.202,59.07C50.754,59.07 50.257,59.07 49.809,59.02C49.112,58.92 48.366,58.721 47.819,58.522L45.481,57.03C45.033,56.781 44.784,56.284 44.834,55.786C45.033,50.91 46.227,26.333 46.227,26.333Z" />
|
||||
<path
|
||||
android:fillColor="#CED6E9"
|
||||
android:pathData="M52.595,22.701C52.396,22.254 52.247,21.756 52.197,21.308C51.301,16.632 59.958,16.383 59.958,21.657V22.503C59.958,22.851 59.709,23.1 59.41,23.05L57.172,22.552L55.281,24.791C55.033,25.239 54.485,25.288 54.137,24.841C53.689,24.194 53.142,23.448 52.595,22.701Z" />
|
||||
<path
|
||||
android:fillColor="#714E51"
|
||||
android:pathData="M55.281,13.547C55.231,13.547 55.231,13.547 55.281,13.547C55.231,13.547 55.231,13.498 55.231,13.448C55.231,13.498 55.231,13.498 55.281,13.547Z" />
|
||||
<path
|
||||
android:fillColor="#845C60"
|
||||
android:pathData="M33.292,57.229C33.392,56.881 33.541,56.433 33.74,55.935C33.591,56.433 33.442,56.881 33.292,57.229Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M39.063,56.582C39.113,56.582 39.113,56.582 39.063,56.582C39.063,56.731 39.013,56.93 38.964,57.08C39.113,56.682 39.212,56.333 39.361,55.935C41.153,50.562 43.54,40.463 43.988,39.07L50.505,25.537C51.202,24.244 50.754,22.652 49.46,21.955C48.167,21.259 46.575,21.706 45.879,23L39.212,36.682C39.162,36.831 39.063,36.93 39.013,37.08C38.864,37.527 37.919,40.313 36.824,43.547C36.028,45.886 35.033,51.955 34.337,54.045C34.188,54.493 34.039,54.891 33.939,55.289C33.989,55.537 34.188,55.786 34.436,56.035C35.332,56.93 37.023,57.378 38.217,57.08C38.615,56.98 38.914,56.781 39.063,56.582Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M40.207,53.846L40.157,53.995C39.909,54.741 39.71,55.388 39.56,55.985L39.262,56.831L38.963,57.129L38.814,57.08C38.665,57.179 38.466,57.279 38.267,57.328C37.62,57.478 36.874,57.478 36.178,57.279C35.481,57.08 34.785,56.731 34.337,56.284C34.088,56.035 33.889,55.736 33.79,55.438V55.388L34.237,54.095C34.287,53.896 34.436,53.398 34.585,52.801C34.635,52.602 34.884,52.552 35.033,52.652C35.232,52.801 35.382,52.95 35.431,53C36.277,53.846 37.869,54.293 39.013,53.995C39.262,53.945 39.859,53.945 40.058,53.796C40.058,53.796 40.108,53.796 40.108,53.846H40.207Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M53.49,19.517V14.045C53.49,13.348 53.739,12.751 54.187,12.304C54.435,12.055 54.734,11.806 55.082,11.657C55.381,11.557 55.629,11.507 55.928,11.507C56.077,11.507 56.226,11.507 56.326,11.507C56.873,11.557 57.42,11.856 57.769,12.254C58.216,12.701 58.515,13.348 58.515,14.045V19.517V19.766H58.465C58.266,20.662 57.271,21.309 55.978,21.309C54.684,21.309 53.639,20.662 53.49,19.766H53.44V19.517H53.49Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M58.266,20.463C56.176,20.363 54.485,19.02 54.485,17.378V12.502V12.104C54.933,11.955 55.43,11.906 55.977,11.906H56.027H56.127C56.226,11.906 56.326,11.906 56.425,11.906C56.475,11.906 56.475,11.906 56.525,11.906C56.773,11.955 57.022,12.005 57.221,12.154C57.32,12.204 57.42,12.254 57.52,12.304C57.569,12.353 57.619,12.353 57.619,12.403C57.718,12.502 57.818,12.602 57.917,12.701C58.365,13.199 58.614,13.846 58.614,14.592V19.269L58.266,20.463Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M62.594,13.199C62.544,14.592 62.295,15.935 61.499,16.93C60.604,18.075 59.161,18.522 57.818,18.522C57.072,18.522 56.276,18.423 55.629,18.025C54.385,17.279 53.788,15.687 53.49,14.144C53.39,13.547 53.291,13 53.241,12.403C53.241,11.756 53.241,11.06 53.44,10.413C53.838,9.02 54.783,7.876 55.928,7.129C57.072,6.383 58.415,6.085 59.708,5.935C60.355,5.836 61.052,5.836 61.599,6.184C61.997,6.383 62.295,6.831 62.395,7.229C62.445,7.378 62.445,7.577 62.395,7.726C62.445,8.97 62.494,10.214 62.494,11.458C62.594,12.055 62.594,12.602 62.594,13.199Z" />
|
||||
<path
|
||||
android:fillColor="#714E51"
|
||||
android:pathData="M53.59,12.154C53.59,12.154 53.59,12.204 53.59,12.154C53.54,12.154 53.54,12.104 53.54,12.055C53.54,12.104 53.59,12.154 53.59,12.154Z" />
|
||||
<path
|
||||
android:fillColor="#714E51"
|
||||
android:pathData="M53.59,12.154C53.64,12.154 53.64,12.104 53.689,12.104C53.789,12.055 53.888,12.005 53.938,12.104C53.988,12.154 53.938,12.204 53.888,12.254L54.087,12.453C53.888,12.502 53.64,12.353 53.59,12.154Z" />
|
||||
<path
|
||||
android:fillColor="#714E51"
|
||||
android:pathData="M53.59,16.383C53.54,16.333 53.54,16.284 53.49,16.234C53.49,16.284 53.49,16.284 53.49,16.333L53.59,16.383Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M64.087,6.831C64.285,6.134 63.838,5.338 62.445,4.393C60.306,2.95 56.724,2.552 54.485,3.597C53.938,3.846 53.341,4.144 52.843,4.542C51.003,5.985 50.306,8.92 51.152,11.209C51.5,12.851 51.898,16.532 53.341,15.985C54.137,15.736 53.789,12.95 53.838,12.851C54.137,11.756 54.982,11.109 55.132,9.766L55.878,9.318C57.768,9.667 63.589,8.821 64.087,6.831Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M54.286,12.552C54.535,12.552 54.734,12.95 54.634,13.199C54.535,13.498 54.286,13.647 53.988,13.696C53.739,13.696 53.44,13.597 53.192,13.498C52.744,13.249 52.246,12.901 52.047,12.403C51.848,11.906 51.998,11.159 52.445,10.91C52.893,10.662 53.44,10.91 53.739,11.358C54.037,11.756 54.187,12.304 54.286,12.851V12.552Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M53.631,10.901L53.474,11.155L57.197,13.458L57.354,13.204L53.631,10.901Z" />
|
||||
<path
|
||||
android:fillColor="#FAB300"
|
||||
android:pathData="M61.052,11.557C60.952,11.259 60.753,11.159 60.554,11.308C60.355,11.458 60.157,11.756 60.057,12.154H59.908C60.007,11.657 60.256,11.259 60.554,11.06C60.853,10.91 61.102,11.01 61.201,11.408L61.052,11.557Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M61.052,11.557C60.952,11.259 60.753,11.159 60.554,11.308C60.355,11.458 60.157,11.756 60.057,12.154H59.908C60.007,11.657 60.256,11.259 60.554,11.06C60.853,10.91 61.102,11.01 61.201,11.408L61.052,11.557Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M57.52,15.09C57.222,14.891 57.022,14.542 57.022,14.045C57.022,13.099 57.719,11.905 58.515,11.458C58.963,11.209 59.361,11.159 59.659,11.358C59.958,11.557 60.157,11.905 60.157,12.403C60.157,13.348 59.46,14.542 58.664,14.99C58.415,15.139 58.167,15.189 57.968,15.189C57.818,15.189 57.669,15.139 57.52,15.09ZM59.908,12.353C59.908,11.955 59.808,11.657 59.56,11.557C59.311,11.408 59.012,11.458 58.714,11.657C57.968,12.104 57.371,13.149 57.371,13.995C57.371,14.393 57.47,14.691 57.719,14.791C57.918,14.94 58.266,14.891 58.565,14.691C59.311,14.293 59.908,13.249 59.908,12.353Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M61.35,12.901C61.052,12.701 60.853,12.353 60.853,11.856C60.853,10.91 61.549,9.716 62.346,9.269C62.793,9.02 63.191,8.97 63.49,9.169C63.788,9.368 63.987,9.716 63.987,10.214C63.987,11.159 63.291,12.353 62.495,12.801C62.246,12.95 61.997,13 61.798,13C61.599,13 61.45,12.95 61.35,12.901ZM62.495,9.468C61.749,9.915 61.152,10.96 61.152,11.806C61.152,12.204 61.251,12.502 61.5,12.602C61.699,12.751 62.047,12.701 62.346,12.502C63.092,12.055 63.689,11.01 63.689,10.164C63.689,9.766 63.589,9.468 63.34,9.368C63.241,9.318 63.141,9.269 63.042,9.269C62.893,9.318 62.694,9.368 62.495,9.468Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M54.286,13.249C53.888,13.249 53.54,12.901 53.54,12.502V9.368C53.54,8.97 53.888,8.622 54.286,8.622C54.684,8.622 55.033,8.97 55.033,9.368V12.502C55.033,12.901 54.734,13.249 54.286,13.249Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M39.212,69.468C39.262,69.468 39.312,69.468 39.312,69.418C39.411,69.368 39.461,69.219 39.411,69.07L35.133,60.711C35.083,60.612 34.934,60.562 34.785,60.612C34.685,60.662 34.635,60.811 34.685,60.96L39.013,69.368C39.063,69.418 39.113,69.468 39.212,69.468Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M25.382,85.189C25.333,85.736 25.631,86.284 26.129,86.632L38.516,94.493C38.566,94.542 38.615,94.542 38.665,94.592C38.715,94.642 38.765,94.642 38.814,94.642C38.864,94.642 38.914,94.691 38.964,94.691C39.013,94.691 39.063,94.741 39.113,94.741C39.163,94.741 39.212,94.791 39.262,94.791C39.312,94.791 39.362,94.791 39.411,94.841C39.461,94.841 39.511,94.841 39.561,94.841C39.61,94.841 39.66,94.841 39.71,94.841H39.76C40.207,94.841 40.605,94.741 41.003,94.493L46.078,91.309C46.575,91.01 46.824,90.463 46.774,89.866L45.232,71.706V71.557C45.182,71.159 44.983,70.811 44.635,70.612L33.193,63.995L31.651,63.149C31.352,63 30.954,63.05 30.755,63.348L29.263,65.289C29.213,65.338 29.114,65.388 29.064,65.388L26.775,64.891C26.626,64.841 26.477,64.99 26.477,65.139V65.438L25.382,85.189Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M39.411,72.801L39.66,94.791H39.71C40.157,94.791 40.555,94.691 40.953,94.443L46.028,91.259C46.525,90.96 46.774,90.413 46.724,89.816L45.182,71.657L45.082,71.259C45.082,71.109 44.883,71.06 44.834,71.209L43.292,74.194C43.142,74.493 42.744,74.642 42.446,74.443L39.411,72.801Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M25.382,85.189C25.333,85.736 25.631,86.284 26.129,86.632L38.516,94.493C38.566,94.542 38.615,94.542 38.665,94.592C38.715,94.642 38.765,94.642 38.814,94.642C38.864,94.642 38.914,94.691 38.964,94.691C39.013,94.691 39.063,94.741 39.113,94.741C39.163,94.741 39.212,94.791 39.262,94.791C39.312,94.791 39.362,94.791 39.411,94.841C39.461,94.841 39.511,94.841 39.561,94.841C39.61,94.841 39.66,94.841 39.71,94.841H39.76L39.511,72.9L26.924,65.09C26.676,64.94 26.377,65.09 26.377,65.388L25.382,85.189Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M34.089,73.945C34.188,74.493 34.486,74.891 34.785,74.841C35.083,74.791 35.283,74.343 35.183,73.796C35.083,73.249 34.785,72.851 34.486,72.9C34.188,72.95 34.039,73.398 34.089,73.945Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M29.81,71.259C29.91,71.806 30.208,72.204 30.507,72.154C30.805,72.104 31.004,71.657 30.904,71.109C30.805,70.562 30.507,70.164 30.208,70.214C29.91,70.264 29.711,70.761 29.81,71.259Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M34.636,74.095C34.785,74.095 34.884,73.995 34.884,73.846L34.834,60.164C34.834,60.065 34.735,59.965 34.636,59.916C34.536,59.866 34.387,59.965 34.337,60.065L30.059,71.109C30.009,71.259 30.059,71.358 30.208,71.408C30.357,71.458 30.457,71.408 30.506,71.259L34.287,61.458L34.337,73.796C34.387,73.995 34.486,74.095 34.636,74.095Z" />
|
||||
<path
|
||||
android:fillColor="#ED4B48"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M183.831,46.483C176.468,37.577 163.235,37.08 155.275,45.09C147.316,37.129 134.083,37.577 126.72,46.483C120.302,54.244 121.447,65.836 128.561,72.95L152.539,96.93C154.032,98.423 156.469,98.423 158.012,96.93L181.99,72.95C189.104,65.786 190.248,54.244 183.831,46.483Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M179.95,103.547C173.583,101.308 162.141,101.209 155.275,103.199C148.36,101.209 136.968,101.308 130.6,103.547C125.078,105.488 126.073,108.423 132.192,110.214L152.887,116.234C154.181,116.632 156.32,116.632 157.613,116.234L178.309,110.214C184.527,108.423 185.522,105.537 179.95,103.547Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M265.02,89.617C286.512,89.617 303.973,83.249 303.973,75.438C303.973,67.627 286.561,61.259 265.02,61.259C243.479,61.259 226.067,67.627 226.067,75.438C226.067,83.249 243.529,89.617 265.02,89.617Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M248.504,41.06L243.131,37.328C242.783,37.08 242.833,36.582 243.181,36.383L245.569,35.139C246.066,34.89 246.614,34.94 247.061,35.239L253.628,39.716L248.504,41.06Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M248.404,40.264L243.032,36.532C242.683,36.284 242.733,35.786 243.081,35.587L245.469,34.343C245.967,34.095 246.514,34.144 246.962,34.443L253.529,38.92L248.404,40.264Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M231.192,70.214C224.923,64.493 221.292,53.149 223.083,44.89C223.978,40.761 226.067,38.025 228.903,37.079C231.788,36.184 235.072,37.229 238.156,40.065C244.425,45.786 248.056,57.129 246.265,65.388C245.37,69.517 243.28,72.254 240.445,73.199C239.748,73.398 239.052,73.497 238.355,73.497C236.067,73.497 233.579,72.353 231.192,70.214ZM229.202,37.925C226.664,38.721 224.774,41.259 223.928,45.04C222.187,53.05 225.669,64.045 231.739,69.567C234.624,72.154 237.609,73.149 240.146,72.353C242.683,71.557 244.574,69.02 245.42,65.239C247.161,57.229 243.678,46.234 237.609,40.711C235.42,38.721 233.132,37.677 230.993,37.677C230.396,37.627 229.799,37.726 229.202,37.925Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M231.192,70.214C224.923,64.493 221.292,53.149 223.083,44.841C223.978,40.761 226.067,37.975 228.953,37.03C231.838,36.134 235.122,37.179 238.206,40.015C244.474,45.736 248.106,57.08 246.315,65.388C245.42,69.468 243.33,72.254 240.445,73.199C239.748,73.398 239.052,73.497 238.355,73.497C236.067,73.497 233.579,72.353 231.192,70.214ZM245.469,65.189C247.21,57.179 243.728,46.184 237.659,40.662C234.773,38.075 231.789,37.08 229.251,37.876C226.664,38.672 224.824,41.209 223.978,44.99C222.237,53 225.719,63.995 231.788,69.517C234.674,72.104 237.659,73.1 240.196,72.303C242.783,71.507 244.624,68.97 245.469,65.189Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M231.042,70.96C224.475,64.99 220.645,53.05 222.535,44.343C223.48,40.065 225.669,37.129 228.654,36.184C231.689,35.239 235.121,36.333 238.355,39.269C244.922,45.239 248.753,57.179 246.862,65.886C245.917,70.164 243.728,73.1 240.743,74.045C240.047,74.294 239.3,74.393 238.554,74.393C236.116,74.393 233.53,73.199 231.042,70.96ZM237.808,39.915C234.773,37.179 231.639,36.134 228.953,37.03C226.266,37.876 224.276,40.562 223.431,44.542C221.59,52.95 225.271,64.542 231.639,70.313C234.674,73.05 237.808,74.094 240.494,73.199C243.181,72.353 245.171,69.667 246.016,65.687C247.857,57.279 244.176,45.736 237.808,39.915L238.106,39.567L237.808,39.915Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M256.961,74.841C257.16,74.841 257.309,74.791 257.458,74.642C257.757,74.343 257.757,73.896 257.458,73.597L253.379,69.318C253.08,69.02 252.633,69.02 252.334,69.318C252.036,69.617 252.036,70.065 252.334,70.363L256.414,74.642C256.613,74.791 256.812,74.841 256.961,74.841Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M262.433,78.274C262.682,78.274 262.881,78.174 263.03,77.975C263.279,77.627 263.179,77.179 262.831,76.98L258.354,73.945C258.006,73.697 257.558,73.796 257.359,74.144C257.11,74.493 257.21,74.94 257.558,75.139L262.035,78.174C262.135,78.224 262.284,78.274 262.433,78.274Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M247.459,71.706C247.708,71.706 247.907,71.607 248.056,71.408C248.305,71.06 248.205,70.612 247.857,70.413L243.38,67.378C243.031,67.129 242.584,67.229 242.385,67.577C242.136,67.925 242.236,68.373 242.584,68.572L247.061,71.607C247.161,71.657 247.31,71.706 247.459,71.706Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M253.429,68.174C253.479,68.174 253.528,68.174 253.578,68.174C253.877,68.075 254.076,67.776 254.026,67.478L247.608,40.811C247.509,40.512 247.21,40.313 246.912,40.363C246.613,40.463 246.414,40.761 246.464,41.06L252.882,67.726C252.882,67.975 253.13,68.174 253.429,68.174Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M280.641,81.358C280.89,81.358 281.089,81.209 281.188,80.96C281.288,80.662 281.139,80.313 280.84,80.214C280.542,80.114 280.343,80.065 280.193,80.015C279.895,79.915 279.795,79.915 279.198,79.468C278.452,75.488 277.208,70.861 275.965,66.383C274.771,62.055 273.577,57.527 272.831,53.696C272.831,53.647 272.831,53.597 272.781,53.547C272.781,53.448 272.731,53.398 272.681,53.298L272.632,53.249C272.582,53.249 272.582,53.199 272.532,53.199C272.333,53.149 272.134,53.149 271.985,53.249C271.736,53.448 253.429,66.93 253.18,67.129C252.931,67.328 252.881,67.676 253.031,67.925C253.23,68.174 253.578,68.224 253.827,68.075C254.075,67.925 268.453,57.328 271.885,54.791C272.632,58.473 273.776,62.701 274.87,66.781C276.114,71.308 277.358,75.985 278.104,79.965C278.154,80.114 278.203,80.264 278.353,80.313C279.248,80.96 279.397,81.06 279.945,81.209C280.094,81.259 280.243,81.308 280.542,81.408C280.492,81.358 280.591,81.358 280.641,81.358Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M258.254,23.647L262.334,33C262.881,34.244 263.727,35.239 264.871,35.935L271.537,40.164L272.283,40.662L273.925,42.552C274.273,42.95 274.771,43.149 275.268,43.149C275.666,43.149 276.064,43 276.413,42.701C277.159,42.055 277.208,40.96 276.612,40.214L274.821,38.124C274.771,38.075 274.721,38.025 274.671,37.975C274.622,37.925 274.522,37.826 274.423,37.776L266.761,32.95C266.214,32.602 265.816,32.154 265.567,31.557L261.488,22.204C261.09,21.308 260.045,20.91 259.15,21.308C258.254,21.756 257.856,22.801 258.254,23.647Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M261.787,72.851C261.986,73.1 262.185,73.398 262.384,73.647C262.583,73.896 262.782,74.194 262.931,74.493C263.179,74.94 263.926,75.736 263.577,76.184C263.08,76.881 261.737,76.483 261.19,76.134C260.394,75.587 259.647,74.94 258.951,74.294C258.652,73.995 258.354,73.697 258.205,73.299C257.807,72.055 258.254,70.164 259.846,70.413C260.443,70.512 260.742,70.861 260.941,71.358C261.09,71.856 261.438,72.353 261.787,72.851Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M261.091,64.791L261.14,62.254C259.897,62.602 258.653,62.95 257.409,63.199L257.459,63.945L258.006,71.209C258.106,72.204 259.051,73.448 259.747,74.094C260.295,74.592 260.991,74.94 261.737,74.891C261.887,74.891 262.085,74.841 262.135,74.691C262.185,74.592 262.185,74.493 262.185,74.393C262.086,73.1 260.892,72.104 260.941,70.861L261.091,64.791Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M252.733,42.304C252.086,39.965 251.091,37.726 250.245,35.438C253.926,34.443 255.469,33.547 257.508,37.328C259.349,40.761 260.344,44.692 260.692,48.572C261.339,55.886 261.19,59.418 261.09,66.433C261.09,66.632 261.09,66.881 260.941,67.03C260.841,67.129 260.642,67.179 260.493,67.179C259.548,67.279 258.105,67.428 257.459,66.632C257.11,66.234 256.961,65.736 256.812,65.189C255.668,60.91 255.817,57.925 255.319,53.398C255.071,51.11 253.777,46.035 252.733,42.304Z" />
|
||||
<path
|
||||
android:fillColor="#F7FCF5"
|
||||
android:pathData="M262.035,29.468L261.985,29.567C261.985,29.567 261.985,29.567 262.035,29.567C262.035,29.517 262.035,29.517 262.035,29.468Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M253.23,68.124C253.727,68.124 254.175,67.826 254.523,67.627C254.672,67.527 254.772,67.478 254.921,67.378C254.971,67.378 255.021,67.328 255.021,67.328C257.259,65.488 259.597,63.846 261.886,62.254C264.622,60.313 267.458,58.373 270.144,55.985C270.393,55.786 270.393,55.388 270.194,55.139C269.995,54.891 269.597,54.891 269.348,55.09C266.761,57.378 263.926,59.368 261.189,61.259C258.901,62.851 256.563,64.493 254.274,66.333C254.125,66.433 253.976,66.483 253.827,66.582C253.478,66.781 253.279,66.93 253.13,66.881C248.752,63.547 238.156,56.632 235.519,54.94L246.514,42.901C249.648,44.542 254.225,46.433 258.652,48.274C263.577,50.313 268.701,52.403 271.836,54.194C272.134,54.343 272.482,54.244 272.632,53.995C272.781,53.696 272.681,53.348 272.433,53.199C269.199,51.358 264.075,49.219 259.1,47.229C254.523,45.338 249.747,43.398 246.663,41.707C246.414,41.557 246.116,41.607 245.966,41.806L234.176,54.741C234.077,54.891 234.027,55.04 234.027,55.189C234.027,55.338 234.126,55.537 234.276,55.587C234.425,55.687 247.509,64.144 252.434,67.876C252.483,67.876 252.483,67.925 252.533,67.925C252.832,68.075 253.031,68.124 253.23,68.124Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M245.818,63.199C245.768,63.249 245.718,63.299 245.619,63.299L245.917,62.901C245.917,63 245.867,63.05 245.867,63.099C245.867,63.099 245.867,63.149 245.818,63.199C245.818,63.149 245.818,63.149 245.818,63.199C245.818,63.149 245.818,63.199 245.818,63.199Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M246.514,63.846C246.265,65.09 246.116,66.731 246.862,67.776C247.161,68.174 247.409,68.622 247.459,69.119C247.509,69.617 247.161,70.164 246.663,70.164C246.414,70.164 246.166,70.015 245.967,69.866C244.673,68.92 243.778,67.527 243.43,65.985C243.032,64.294 243.032,63.448 244.524,62.652C244.623,62.552 244.673,62.453 244.773,62.353L244.623,62.552C244.673,62.502 244.723,62.453 244.822,62.403C244.872,62.353 244.972,62.254 244.972,62.204C245.22,62.055 245.519,62.005 245.817,62.005C246.016,62.055 246.215,62.104 246.365,62.254C246.713,62.652 246.613,63.299 246.514,63.846Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M246.564,62.502L245.569,62.801C245.867,62.552 246.216,62.502 246.564,62.502Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M245.917,60.114C246.862,60.761 247.807,61.358 248.802,62.005L247.359,64.094C246.762,64.94 246.912,66.085 246.713,67.129C246.713,67.179 246.762,67.279 246.762,67.328C246.862,67.677 247.011,68.025 247.16,68.323C247.111,68.373 247.011,68.423 246.961,68.473C246.563,68.622 246.116,68.473 245.817,68.224C245.718,68.124 245.668,68.075 245.568,67.975C244.971,67.577 244.573,66.881 244.424,66.184C244.176,65.189 244.026,63.547 244.524,62.602C244.524,62.602 245.17,61.458 245.917,60.114Z" />
|
||||
<path
|
||||
android:fillColor="#1F3598"
|
||||
android:pathData="M249.399,47.776C249.2,46.781 248.603,45.935 247.708,45.04C245.071,42.403 242.882,39.866 243.927,35.886C244.176,34.89 244.524,33.746 245.22,32.95C245.22,33 245.22,33.149 245.22,33.199C246.613,32.254 248.056,31.607 249.797,31.856C251.041,32.005 252.434,32.403 253.777,33.05V33.099C255.568,33.896 256.712,35.189 256.712,36.682C256.712,37.677 256.165,38.572 255.319,39.318C255.22,39.667 255.12,40.015 254.971,40.363C254.772,40.861 254.822,41.408 254.971,41.955C253.777,42.154 253.528,42.254 253.827,43.498C254.125,44.791 254.474,46.085 254.772,47.378C255.021,48.522 255.27,49.716 255.071,50.91C254.921,51.856 254.474,52.751 254.026,53.597C253.081,55.388 252.036,57.129 250.892,58.821C249.947,60.214 249.499,61.657 248.255,62.851C248.106,63 247.907,63.149 247.708,63.199C247.509,63.249 247.31,63.199 247.161,63.099C244.225,61.905 245.519,58.522 246.464,56.433C247.409,54.393 248.802,52.502 249.399,50.313C249.549,49.269 249.549,48.473 249.399,47.776Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M248.007,23.995L247.41,26.234L245.221,32.95C245.121,33.398 245.221,33.796 245.569,34.045C246.464,34.741 249.25,35.388 253.479,34.592C254.126,34.493 254.772,34.095 255.22,33.597L259.1,28.92L259.2,28.821C259.797,28.075 260.145,27.279 260.095,26.582L260.046,24.343L260.692,23.249C261.439,21.955 260.643,20.811 259.051,20.96L258.503,21.01L257.608,21.109L253.678,21.657L252.534,21.806L250.295,22.104C249.3,22.303 248.255,23.1 248.007,23.995Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M249.996,23.995C249.996,24.542 250.096,25.189 250.096,25.935C250.146,27.229 250.245,28.721 251.29,29.517C252.981,30.811 256.563,29.567 258.404,29.119C258.652,29.07 258.901,29.02 259.15,28.92L259.249,28.821C259.846,28.075 260.195,27.279 260.145,26.582L260.095,24.343L260.742,23.249C261.488,21.955 260.692,20.811 259.1,20.96L258.553,21.01L257.658,21.109L253.727,21.657C253.031,21.756 251.688,21.657 251.091,21.955C250.146,22.403 249.947,23.1 249.996,23.995Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M252.583,21.856C252.683,22.602 252.981,23.249 253.379,23.846C253.678,24.294 254.026,24.741 254.573,25.04C255.121,25.288 255.917,25.388 256.663,25.09C257.26,24.841 257.757,24.393 258.056,23.945C258.354,23.497 258.504,23 258.553,22.502C258.603,22.005 258.653,21.507 258.553,21.06L257.658,21.159L253.728,21.706L252.583,21.856Z" />
|
||||
<path
|
||||
android:fillColor="#F6D981"
|
||||
android:pathData="M252.832,15.985C252.832,14.194 253.628,12.403 255.021,11.507C256.265,10.662 257.608,10.512 258.852,10.761C261.588,11.358 263.727,14.293 262.831,17.527C261.737,21.458 256.513,22.303 253.877,19.07C253.131,18.224 252.832,17.08 252.832,15.985Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M253.28,22.602L257.409,24.094L258.056,23.1L260.145,19.915L260.195,19.816H255.966L256.016,18.622L253.28,22.602Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M256.265,17.876C256.265,17.876 256.265,17.925 256.265,17.876V17.826C256.215,17.876 256.265,17.876 256.265,17.876Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M260.145,19.915L260.045,19.816H255.966L256.016,18.92L258.055,23.1" />
|
||||
<path
|
||||
android:fillColor="#F6D981"
|
||||
android:pathData="M260.742,14.891C261.289,13.995 260.592,12.851 259.498,12.254C258.453,11.657 257.11,11.557 255.866,11.507C254.623,11.458 253.329,11.408 252.185,10.96C251.041,10.512 250.145,9.766 249.25,8.97C247.757,7.726 246.215,6.483 244.325,5.687C242.434,4.891 240.146,4.592 238.206,5.289C236.315,5.985 235.022,7.776 235.669,9.418C236.813,12.254 242.086,12.552 244.076,15.09C244.474,15.587 244.673,16.084 245.021,16.582C246.165,18.174 248.454,19.02 250.692,19.269C252.931,19.567 255.319,19.318 257.21,18.373C259.1,17.428 260.443,15.736 260.393,13.896L260.742,14.891Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M255.966,18.373C256.016,18.124 256.065,17.876 256.165,17.627C256.811,17.328 257.458,16.93 258.105,16.433C259,15.736 259.796,14.841 260.543,13.945C260.592,13.945 260.592,13.945 260.642,13.945C261.438,14.045 262.184,14.343 262.831,14.691C262.831,15.338 262.881,15.935 262.881,16.582C262.881,17.03 262.881,17.478 262.881,17.925C262.831,19.02 262.682,20.065 262.035,20.861C261.339,21.756 260.294,22.104 259.249,22.104C258.702,22.104 258.105,21.706 257.607,21.408C256.662,20.811 256.215,19.866 255.966,18.672C255.966,18.572 255.916,18.522 255.916,18.423C255.916,18.473 255.966,18.423 255.966,18.373Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M256.862,18.97C256.762,19.02 256.712,19.02 256.613,19.02C256.613,18.97 256.613,18.97 256.613,18.92L256.862,18.97Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M255.17,17.229C255.568,17.08 255.916,17.527 256.115,18.025C256.215,18.274 256.265,18.522 256.364,18.771C256.414,18.871 256.513,18.97 256.663,19.02C256.762,19.418 256.563,19.866 256.265,19.965C255.916,20.065 255.618,19.866 255.319,19.567C255.021,19.269 254.772,18.871 254.722,18.373C254.623,17.925 254.822,17.378 255.17,17.229Z" />
|
||||
<path
|
||||
android:fillColor="#F2F4FA"
|
||||
android:pathData="M259.647,20.015C259.598,20.065 259.598,20.114 259.548,20.164C259.548,20.91 260.095,21.209 260.792,20.811C261.488,20.413 261.986,19.517 262.035,18.721C261.986,18.721 261.986,18.672 261.936,18.672L259.647,20.015Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M270.94,54.343C270.99,54.343 271.09,54.343 271.139,54.343C271.637,54.244 271.886,53.746 271.786,53.299L269.796,44.791C269.697,44.293 269.199,44.045 268.751,44.144C268.254,44.244 268.005,44.741 268.105,45.189L270.095,53.696C270.194,54.045 270.542,54.343 270.94,54.343Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M261.836,52.254H261.886C262.184,52.204 262.433,51.955 262.433,51.607L262.284,49.766C262.234,49.219 262.533,48.622 263.03,48.373L275.417,41.209C275.865,40.96 276.412,40.96 276.86,41.159C277.308,41.408 277.606,41.856 277.656,42.353V42.403C277.706,42.701 277.955,42.95 278.303,42.95C278.601,42.901 278.85,42.652 278.85,42.303V42.254C278.8,41.358 278.253,40.562 277.457,40.114C276.661,39.667 275.666,39.716 274.87,40.164L262.483,47.328C261.587,47.826 261.09,48.821 261.189,49.866L261.339,51.706C261.289,52.055 261.538,52.254 261.836,52.254Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M248.305,24.443L251.936,36.98C252.285,38.224 253.031,39.269 254.026,40.065L261.19,45.836L261.787,46.333L263.08,48.323C263.428,48.821 263.976,49.119 264.573,49.119C264.921,49.119 265.219,49.02 265.518,48.821C266.314,48.274 266.562,47.179 266.015,46.383L264.573,44.194C264.473,44.045 264.324,43.896 264.224,43.796L263.777,43.448L256.215,37.378C255.767,37.03 255.469,36.582 255.319,36.035L251.688,23.497C251.439,22.552 250.444,22.005 249.499,22.303C248.554,22.552 248.006,23.547 248.305,24.443Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M249.847,67.527C250.046,66.532 250.543,65.836 251.24,65.637C251.936,65.438 252.732,65.687 253.478,66.383C255.021,67.776 255.916,70.612 255.468,72.652C255.269,73.647 254.772,74.343 254.075,74.542C253.926,74.592 253.727,74.642 253.578,74.642C253.031,74.642 252.434,74.343 251.837,73.846C250.295,72.353 249.399,69.567 249.847,67.527Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M247.459,71.706C247.509,71.706 247.558,71.706 247.558,71.706L252.235,70.96C252.633,70.91 252.931,70.512 252.832,70.114C252.782,69.716 252.384,69.418 251.986,69.517L247.31,70.264C246.912,70.313 246.613,70.711 246.713,71.109C246.812,71.458 247.111,71.706 247.459,71.706Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M271.537,40.164L272.283,40.662L273.925,42.552C274.273,42.95 274.771,43.149 275.268,43.149C275.666,43.149 276.064,43 276.412,42.701C277.159,42.055 277.208,40.96 276.611,40.214L274.82,38.124C274.771,38.075 274.721,38.025 274.671,37.975C273.278,37.975 271.935,38.871 271.537,40.164Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M261.189,45.886L261.786,46.383L263.08,48.373C263.428,48.871 263.975,49.169 264.572,49.169C264.921,49.169 265.219,49.07 265.518,48.871C266.314,48.323 266.562,47.229 266.015,46.433L264.572,44.244C264.473,44.095 264.324,43.945 264.224,43.846L263.776,43.498C262.533,43.647 261.388,44.642 261.189,45.886Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M274.572,95.885C268.304,90.164 264.672,78.821 266.463,70.562C267.358,66.433 269.448,63.696 272.283,62.751C275.169,61.856 278.452,62.9 281.537,65.736C287.805,71.458 291.437,82.801 289.646,91.06C288.75,95.189 286.661,97.925 283.825,98.871C283.129,99.07 282.432,99.169 281.736,99.169C279.447,99.219 276.96,98.075 274.572,95.885ZM272.632,63.597C270.095,64.393 268.204,66.93 267.358,70.711C265.617,78.721 269.1,89.716 275.169,95.239C278.054,97.826 281.039,98.821 283.576,98.025C286.113,97.229 288.004,94.691 288.85,90.91C290.591,82.9 287.108,71.905 281.039,66.383C278.85,64.393 276.562,63.348 274.423,63.348C273.826,63.348 273.229,63.448 272.632,63.597Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M274.572,95.935C268.304,90.214 264.672,78.871 266.463,70.562C267.358,66.482 269.448,63.696 272.333,62.751C275.219,61.856 278.502,62.9 281.586,65.736C287.855,71.458 291.486,82.801 289.695,91.109C288.8,95.189 286.71,97.975 283.825,98.92C283.129,99.119 282.432,99.219 281.736,99.219C279.447,99.219 276.96,98.075 274.572,95.935ZM288.85,90.91C290.591,82.9 287.108,71.905 281.039,66.383C278.154,63.796 275.169,62.801 272.632,63.597C270.045,64.393 268.204,66.93 267.358,70.711C265.617,78.721 269.1,89.716 275.169,95.239C278.054,97.826 281.039,98.821 283.576,98.025C286.163,97.229 288.054,94.691 288.85,90.91Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M274.423,96.682C267.856,90.711 264.025,78.771 265.916,70.065C266.861,65.786 269.05,62.851 272.035,61.905C275.069,60.96 278.502,62.055 281.736,64.99C288.302,70.96 292.133,82.9 290.242,91.607C289.297,95.885 287.108,98.821 284.123,99.766C283.427,100.015 282.681,100.114 281.935,100.114C279.497,100.114 276.91,98.92 274.423,96.682ZM281.188,65.637C278.154,62.9 275.019,61.856 272.333,62.751C269.647,63.597 267.657,66.284 266.811,70.264C264.97,78.672 268.652,90.264 275.019,96.035C278.054,98.771 281.188,99.816 283.875,98.92C286.561,98.075 288.551,95.388 289.397,91.408C291.237,83 287.556,71.458 281.188,65.637L281.487,65.288L281.188,65.637Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M278.801,82.701C279.049,82.701 279.248,82.552 279.348,82.303C279.447,82.005 279.298,81.657 279,81.557C278.701,81.458 278.502,81.408 278.353,81.358C278.054,81.259 277.955,81.259 277.358,80.811C276.612,76.831 275.368,72.204 274.124,67.726C272.93,63.398 271.736,58.871 270.99,55.04C270.99,54.99 270.99,54.94 270.94,54.89C270.891,54.741 270.841,54.642 270.741,54.542C270.692,54.542 270.692,54.493 270.642,54.493C270.542,54.443 270.393,54.393 270.244,54.443C270.244,54.443 270.244,54.443 270.194,54.443C270.095,54.443 270.045,54.493 269.945,54.542C269.498,54.89 269.647,55.587 269.796,55.836C269.846,55.886 269.846,55.935 269.896,55.985C270.642,59.667 271.786,63.896 272.881,67.975C274.124,72.502 275.368,77.179 276.114,81.159C276.164,81.308 276.214,81.458 276.363,81.507C277.258,82.154 277.408,82.254 277.955,82.403C278.104,82.453 278.253,82.502 278.552,82.602C278.651,82.652 278.751,82.701 278.801,82.701Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M214.973,175.687C236.464,175.687 253.926,169.318 253.926,161.507C253.926,153.696 236.514,147.328 214.973,147.328C193.432,147.328 176.02,153.696 176.02,161.507C176.07,169.318 193.482,175.687 214.973,175.687Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M202.784,126.333C203.232,123.05 203.381,119.766 203.282,116.483C203.282,116.085 203.232,115.438 202.784,114.891C202.436,114.493 201.889,114.343 201.391,114.393C200.944,114.443 200.595,114.741 200.396,115.139L201.988,115.786C201.939,115.935 201.789,116.035 201.64,116.085C201.59,116.085 201.541,116.085 201.441,115.985C201.491,116.035 201.491,116.184 201.491,116.483C201.59,119.667 201.441,122.9 200.993,126.085L202.784,126.333Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M156.071,169.965C156.568,172.552 157.812,174.891 158.608,177.378C158.857,178.124 159.006,179.02 158.608,179.667C158.459,179.915 158.26,180.065 158.11,180.313C158.011,180.562 158.011,180.91 158.26,181.06C158.359,181.109 158.459,181.109 158.608,181.109C159.354,181.06 160.1,180.711 160.648,180.164C160.797,180.015 160.896,179.866 160.946,179.716C160.996,179.517 160.996,179.318 160.946,179.07C160.498,175.985 160.001,172.652 157.812,170.413C157.514,170.114 157.116,169.766 156.668,169.816C156.22,169.866 155.922,170.512 156.27,170.761L156.071,169.965Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M173.035,169.766C173.184,170.761 173.383,171.756 173.533,172.751C173.582,173 173.632,173.249 173.533,173.498C173.383,174.045 172.737,174.244 172.189,174.343C171.791,174.443 171.393,174.493 170.995,174.343C170.647,174.194 170.349,173.746 170.548,173.398C170.747,173.05 171.344,173.05 171.592,172.751C171.99,172.353 171.642,171.706 171.344,171.209C171.045,170.711 170.747,170.164 170.697,169.567C170.647,168.97 170.846,168.323 171.344,167.975C171.841,167.627 172.587,167.627 172.936,168.124C173.184,168.423 173.184,168.821 173.184,169.219C173.184,169.617 173.135,169.965 173.035,170.363V169.766Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M155.275,157.677C154.976,157.03 153.982,156.93 153.385,157.378C152.788,157.826 152.539,158.572 152.34,159.269C152.141,160.015 151.992,160.811 151.892,161.557C153.484,160.861 153.783,158.572 155.374,157.776L155.275,157.677Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M214.824,164.493C214.874,165.189 214.675,165.886 214.127,166.234C213.879,166.383 213.58,166.433 213.282,166.483C210.446,166.881 207.561,166.881 204.775,166.532C202.834,166.284 204.178,165.04 205.222,164.642C205.372,164.592 205.571,164.493 205.72,164.443C206.814,163.995 207.909,163.547 209.003,163.149C210.247,162.652 211.491,162.154 212.884,162.104C213.033,162.104 213.232,162.104 213.381,162.154C213.53,162.204 213.63,162.254 213.729,162.303C214.127,162.453 214.426,162.751 214.625,163.099C214.675,163.348 214.824,163.945 214.824,164.493Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M213.729,144.144L214.326,157.975L214.525,162.254C214.525,162.453 214.525,162.652 214.475,162.851C214.475,162.851 214.475,162.851 214.475,162.9C214.276,163.696 213.58,164.293 212.734,164.244L211.888,164.194C211.093,164.144 210.446,163.448 210.346,162.602V162.552L209.451,155.985C209.451,155.985 208.356,147.826 207.859,144.194L213.729,144.144Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M214.028,162.403C214.575,162.9 214.873,163.547 214.326,164.194C213.48,165.189 209.302,164.791 208.108,164.891C207.66,164.94 206.416,164.99 206.715,164.194C206.814,163.896 207.113,163.746 207.361,163.597C208.157,163.149 209.003,162.851 209.849,162.552C210.297,162.403 210.794,162.353 211.192,162.154C211.441,162.055 211.64,161.856 211.888,161.756C212.485,161.607 213.431,161.905 214.028,162.403Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M207.66,109.866L208.953,107.876L222.385,108.522C226.962,111.06 225.42,121.905 225.42,121.905C225.221,124.343 225.072,126.831 224.873,129.269C224.624,132.851 225.669,136.433 225.122,139.866C223.928,140.861 222.584,141.905 221.042,141.856C219.5,141.806 218.157,140.562 217.51,139.119C215.52,134.642 216.316,127.677 216.018,122.801L214.028,121.905L213.878,141.756L214.326,151.209C214.426,154.89 214.475,155.089 213.679,155.537C212.386,156.333 209.351,156.433 207.958,155.736C206.914,155.189 206.963,154.841 206.814,153.846L205.67,115.935C205.72,114.094 206.665,111.408 207.66,109.866Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M236.514,156.632C236.614,157.129 236.713,157.627 236.862,158.124C236.962,158.622 237.111,159.119 237.26,159.617C237.559,160.313 238.106,161.706 238.952,161.756C240.295,161.856 240.892,160.264 240.991,159.219C241.141,157.726 241.19,156.184 241.141,154.691C241.091,154.045 241.041,153.348 240.743,152.801C239.748,151.06 237.061,149.766 235.668,151.856C235.171,152.602 235.27,153.298 235.668,154.045C236.116,154.841 236.315,155.736 236.514,156.632Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M230.694,142.851C230.694,142.851 238.454,150.562 238.504,150.612C239.599,151.706 240.046,154.045 240.096,155.587C240.096,156.731 239.797,157.925 239.002,158.721C238.852,158.871 238.604,159.07 238.355,159.02C238.206,158.97 238.106,158.871 238.007,158.771C236.614,157.378 236.713,154.94 235.221,153.796L228.156,147.925L219.898,141.06C218.704,140.065 218.406,138.373 219.152,137.03C219.152,137.03 219.152,136.98 219.202,136.98C220.246,135.189 222.734,134.841 224.226,136.333L230.694,142.851Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M230.196,140.811C230.892,141.607 231.191,142.701 230.992,143.746C230.992,143.796 230.992,143.846 230.942,143.895C230.544,145.836 228.455,147.627 228.107,147.925C227.559,148.572 226.614,148.672 225.918,148.124L225.868,148.075L219.251,141.507C218.256,140.512 218.008,138.97 218.704,137.726C219.003,137.229 219.301,136.682 219.6,136.184C220.644,134.443 223.032,134.094 224.525,135.487L230.196,140.811Z" />
|
||||
<path
|
||||
android:fillColor="#008A23"
|
||||
android:pathData="M207.76,103.895C208.705,104.542 208.954,105.886 208.257,106.831L201.292,116.632C200.646,117.577 199.302,117.826 198.357,117.129C197.412,116.483 197.163,115.139 197.86,114.194L204.825,104.393C205.521,103.448 206.814,103.249 207.76,103.895Z" />
|
||||
<path
|
||||
android:fillColor="#008A23"
|
||||
android:pathData="M212.784,89.617L213.331,89.816C214.426,90.264 214.923,91.458 214.476,92.552L209.949,103.896C209.501,104.99 208.307,105.488 207.212,105.04L206.665,104.841C205.571,104.393 205.073,103.199 205.521,102.104L210.048,90.761C210.496,89.667 211.69,89.169 212.784,89.617Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M207.411,83.597C207.162,82.453 207.113,81.358 207.411,80.214C207.958,78.075 209.7,76.433 211.64,75.338C214.127,73.896 217.56,73.199 219.749,74.99C222.236,77.03 222.385,80.612 222.833,83.497C223.53,87.925 226.614,88.025 229.897,90.065C232.335,91.607 233.529,94.891 232.683,97.627C228.803,109.965 210.247,100.662 209.501,90.761C209.252,87.876 207.958,86.184 207.411,83.597Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M220.396,79.368L220.594,80.463L220.545,80.413C220.495,80.015 220.445,79.716 220.396,79.368Z" />
|
||||
<path
|
||||
android:fillColor="#008A23"
|
||||
android:pathData="M224.972,95.338L224.077,98.672L222.734,108.871C222.535,109.567 222.087,110.114 221.49,110.413C219.848,111.209 215.968,111.607 211.291,109.667C210.595,109.368 209.252,108.672 209.102,107.876L207.66,100.313L207.61,100.164C207.411,98.97 207.56,97.776 208.108,96.731L209.799,93.448V91.706C209.799,89.617 211.64,88.124 213.48,88.721L214.127,88.92L215.122,89.269L219.599,90.811L220.893,91.259L223.43,92.154C224.624,92.652 225.32,94.045 224.972,95.338Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M224.972,95.338L224.077,98.672C223.629,99.219 223.181,99.766 222.734,100.313C221.788,101.507 220.793,102.701 219.5,103.298C217.311,104.343 214.774,103.497 212.585,102.552C211.192,101.955 209.849,101.358 208.506,100.711C208.257,100.562 207.958,100.463 207.71,100.264L207.66,100.114C207.461,98.92 207.61,97.726 208.157,96.682L209.849,93.398V91.657C209.849,89.567 211.689,88.075 213.53,88.672L214.177,88.871L215.172,89.219L219.649,90.761L220.943,91.209L223.48,92.104C224.624,92.652 225.321,94.045 224.972,95.338Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M220.893,91.358C220.246,92.403 219.4,93.298 218.455,94.094C217.759,94.691 217.013,95.288 216.167,95.587C215.321,95.885 214.276,95.836 213.58,95.239C212.983,94.791 212.734,93.995 212.684,93.298C212.635,92.552 212.834,91.806 213.082,91.109C213.331,90.363 213.679,89.667 214.077,89.02L215.072,89.368L219.55,90.91L220.893,91.358Z" />
|
||||
<path
|
||||
android:fillColor="#F7FCF5"
|
||||
android:pathData="M206.217,99.07L206.267,99.169H206.217C206.217,99.169 206.217,99.119 206.217,99.07Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M200.048,113.149C201.491,113.945 202.138,115.488 201.491,116.582C200.894,117.726 199.203,117.975 197.81,117.229C196.367,116.433 195.72,114.891 196.367,113.796C196.964,112.652 198.606,112.403 200.048,113.149Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M216.714,75.288C216.366,75.388 215.918,75.438 215.62,75.189C215.272,74.841 215.471,74.244 215.719,73.846C215.968,73.448 216.267,72.95 216.117,72.503C215.968,72.154 215.52,72.005 215.122,71.955C214.177,71.856 213.182,72.055 212.386,72.602C211.093,73.448 210.446,74.94 209.949,76.433C209.899,76.632 209.849,76.831 209.949,76.98C210.048,77.08 210.148,77.08 210.297,77.129C212.237,77.428 214.277,76.98 215.918,75.885L216.714,75.288Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M208.953,81.01C208.953,84.542 211.64,87.378 214.973,87.378C216.316,87.378 217.51,86.93 218.505,86.184C219.997,85.04 220.992,83.149 220.992,81.01C220.992,80.562 220.942,80.114 220.843,79.667C220.694,78.97 220.445,78.274 220.097,77.677C219.55,76.682 218.754,75.885 217.808,75.338C216.963,74.841 215.968,74.592 214.923,74.592C214.774,74.592 214.674,74.592 214.525,74.592C213.679,74.642 212.933,74.891 212.187,75.239C210.296,76.383 208.953,78.522 208.953,81.01Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M213.132,85.836L213.282,86.383L214.575,90.711L214.824,91.458L215.47,91.507L220.346,91.856L220.047,91.159L218.704,87.179L218.406,86.284L217.709,84.194L213.132,85.836Z" />
|
||||
<path
|
||||
android:fillAlpha="0.46"
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M213.132,85.836L213.282,86.383L214.575,90.662C216.018,89.269 217.311,87.776 218.406,86.234L217.709,84.144L213.132,85.836Z"
|
||||
android:strokeAlpha="0.46" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M208.655,81.458C208.655,84.741 211.242,87.428 214.426,87.428C215.669,87.428 216.863,87.03 217.808,86.284C219.251,85.189 220.196,83.448 220.196,81.458C220.196,78.174 217.609,75.488 214.426,75.488C214.326,75.488 214.177,75.488 214.077,75.488C211.043,75.687 208.655,78.274 208.655,81.458Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M218.505,79.318C216.863,78.97 215.47,78.174 214.724,76.333C214.575,75.985 214.475,75.587 214.625,75.239C215.023,74.294 217.759,75.388 217.759,76.383V75.338C219.351,76.184 220.545,77.726 220.893,79.567C220.097,79.567 219.301,79.517 218.505,79.318Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M217.958,80.96C217.958,81.955 218.754,82.801 219.799,82.801C220.794,82.801 221.639,82.005 221.639,80.96C221.639,79.965 220.843,79.119 219.799,79.119C218.804,79.119 217.958,79.965 217.958,80.96Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M240.295,118.92C240.543,118.075 239.996,117.229 239.051,117.179C238.255,117.129 237.409,117.378 236.713,117.776C236.215,118.075 235.768,118.522 235.668,119.02C235.618,119.418 235.718,119.766 235.817,120.114C236.066,120.811 236.414,121.507 237.011,122.005C237.757,122.701 238.951,123.099 240.145,122.552C240.643,122.303 241.041,121.905 241.24,121.408C241.787,120.114 240.096,120.313 240.295,118.92Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M238.703,120.363C238.653,120.363 238.603,120.413 238.554,120.413C237.36,120.861 236.016,120.264 235.569,119.02C232.434,110.612 227.46,102.751 221.191,96.234C220.296,95.288 220.296,93.796 221.241,92.9C222.137,92.005 223.629,92.005 224.525,92.95C231.241,99.915 236.514,108.373 239.897,117.378C240.344,118.572 239.797,119.866 238.703,120.363Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M160.051,165.537C160.15,165.537 160.2,165.537 160.3,165.488C182.388,158.672 189.502,148.224 193.233,139.866C197.362,130.612 198.606,124.691 199.153,115.985C199.203,115.487 198.805,115.089 198.357,115.089C197.909,115.04 197.462,115.438 197.462,115.885C196.914,124.443 195.72,130.164 191.691,139.169C188.109,147.179 181.293,157.229 159.852,163.846C159.404,163.995 159.155,164.492 159.305,164.94C159.354,165.289 159.653,165.537 160.051,165.537Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M148.609,165.09C148.658,165.736 149.156,166.383 149.753,166.831C151.245,167.826 152.539,167.279 154.031,166.731C156.021,165.985 155.772,166.881 155.971,168.871C156.27,171.557 156.718,173.846 159.752,174.891C160.399,175.09 161.046,175.189 161.742,175.239C163.732,175.338 165.672,174.841 167.413,173.945C168.906,173.149 170.199,170.96 171.742,170.562C172.836,170.264 174.876,170.861 175.473,171.856C176.667,173.796 174.677,174.045 174.428,175.438C174.179,177.129 177.214,176.184 177.811,175.886C177.96,175.786 178.109,175.736 178.209,175.587C178.358,175.338 178.308,175.04 178.308,174.741C178.209,173.697 178.408,172.652 178.358,171.607C178.308,170.413 177.363,169.816 177.164,168.871C177.015,167.925 177.313,167.03 177.413,166.085C177.761,162.303 174.925,160.811 171.543,161.209C169.851,161.408 168.209,161.955 166.717,162.702C165.026,163.547 162.787,164.592 161.444,162.403C160.996,161.657 160.996,160.662 160.449,160.015L160.001,160.114C159.503,158.572 157.961,157.428 156.32,157.328C154.877,157.279 153.335,158.075 152.638,159.368C151.991,160.512 151.743,161.856 150.798,162.751C150.549,163 150.101,163.249 149.703,163.498C149.554,163.597 149.405,163.697 149.255,163.796C148.708,164.095 148.559,164.592 148.609,165.09Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M173.682,161.06C174.279,161.109 174.975,161.209 175.473,160.91C176.07,160.562 176.368,159.816 176.467,159.119C176.567,158.622 176.567,158.124 176.467,157.677C176.318,157.229 176.02,156.781 175.572,156.582C175.92,156.134 176.666,156.134 177.164,156.433C177.661,156.731 177.91,157.279 178.109,157.876C178.358,158.771 178.408,159.716 178.109,160.562C177.811,161.408 177.114,162.204 176.269,162.453C175.373,162.751 174.328,162.453 173.781,161.756C173.682,161.657 173.632,161.507 173.632,161.358C173.682,161.159 173.881,161.06 174.08,161.109C174.279,161.159 174.428,161.259 174.577,161.408L173.682,161.06Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M170.846,168.92L170.796,168.97C170.796,169.02 170.846,169.02 170.846,169.07C170.846,169.02 170.846,168.97 170.846,168.92Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M166.369,172.701C164.777,175.587 164.379,178.97 163.036,182.005C162.936,182.254 162.787,182.502 162.588,182.701C162.19,183.05 161.543,183 161.046,182.95C160.399,182.851 159.603,182.602 159.603,181.955C159.603,181.607 159.951,181.308 160.25,181.209C160.598,181.109 160.946,181.159 161.344,181.209C161.195,178.92 161.444,176.632 161.991,174.393C162.14,173.697 162.389,173 162.787,172.453C163.185,171.856 163.881,171.458 164.578,171.458C165.573,171.507 166.369,172.502 166.17,173.448L166.369,172.701Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M170.796,168.174C170.746,168.323 170.647,168.423 170.597,168.572C170.796,168.423 170.995,168.224 171.194,168.075L170.796,168.174Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M157.265,168.373C158.509,168.373 159.703,167.975 160.698,167.229C160.797,167.179 160.847,167.08 160.946,167.03C161.444,166.731 161.941,166.383 162.29,165.836C162.986,164.891 163.085,163.597 162.489,162.751C162.339,162.502 162.041,162.403 161.792,162.502C161.543,162.552 161.344,162.801 161.295,163.099C161.195,164.443 160.847,165.338 160.15,165.985C159.951,166.085 159.703,166.234 159.454,166.333C158.16,166.881 157.464,167.129 156.369,166.632C156.021,166.483 155.673,166.632 155.524,166.98C155.424,167.129 155.474,167.328 155.524,167.478C155.474,167.826 155.673,168.174 156.021,168.224C156.419,168.323 156.817,168.373 157.265,168.373Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M159.603,163.597C158.558,162.751 158.608,161.507 157.862,160.612C157.464,160.114 155.723,159.965 156.27,159.468C156.966,158.821 158.658,157.577 159.653,157.876C160.399,158.124 160.698,159.02 160.897,159.816C161.096,160.662 161.245,161.557 161.394,162.403C161.494,162.9 161.494,163.547 161.096,163.846C160.648,164.194 160.051,163.895 159.603,163.597Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M148.609,165.089C149.255,165.388 150.051,165.438 150.599,165.04C150.549,164.393 150.151,163.846 149.653,163.448C149.504,163.547 149.355,163.647 149.206,163.746C148.708,164.094 148.559,164.592 148.609,165.089Z" />
|
||||
<path
|
||||
android:fillAlpha="0.125"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.563,82.154L84.383,85.537C84.582,85.637 84.782,85.637 84.98,85.537L87.667,83.995C87.965,83.796 87.965,83.348 87.667,83.199L81.846,79.816C81.647,79.716 81.448,79.716 81.249,79.816L78.563,81.358C78.215,81.507 78.215,81.955 78.563,82.154Z"
|
||||
android:strokeAlpha="0.125" />
|
||||
<path
|
||||
android:fillAlpha="0.25"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,82.104L84.334,85.488C84.533,85.587 84.732,85.587 84.931,85.488L87.617,83.945C87.916,83.796 87.916,83.348 87.617,83.199L81.797,79.816C81.598,79.716 81.399,79.716 81.2,79.816L78.513,81.358C78.215,81.507 78.215,81.955 78.513,82.104Z"
|
||||
android:strokeAlpha="0.25" />
|
||||
<path
|
||||
android:fillAlpha="0.375"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,82.055L84.383,85.438C84.582,85.537 84.782,85.537 84.98,85.438L87.667,83.896C87.965,83.746 87.965,83.348 87.667,83.149L81.797,79.766C81.598,79.667 81.399,79.667 81.2,79.766L78.513,81.308C78.265,81.507 78.265,81.906 78.513,82.055Z"
|
||||
android:strokeAlpha="0.375" />
|
||||
<path
|
||||
android:fillAlpha="0.5"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,82.055L84.383,85.438C84.582,85.537 84.782,85.537 84.98,85.438L87.667,83.896C87.916,83.746 87.916,83.348 87.667,83.199L81.797,79.816C81.598,79.716 81.399,79.716 81.2,79.816L78.513,81.358C78.265,81.507 78.265,81.906 78.513,82.055Z"
|
||||
android:strokeAlpha="0.5" />
|
||||
<path
|
||||
android:fillAlpha="0.625"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,82.005L84.383,85.388C84.582,85.488 84.782,85.488 84.98,85.388L87.667,83.846C87.916,83.697 87.916,83.348 87.667,83.199L81.797,79.816C81.598,79.716 81.399,79.716 81.2,79.816L78.513,81.358C78.265,81.507 78.265,81.856 78.513,82.005Z"
|
||||
android:strokeAlpha="0.625" />
|
||||
<path
|
||||
android:fillAlpha="0.75"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,81.955L84.383,85.338C84.582,85.438 84.782,85.438 84.98,85.338L87.667,83.796C87.916,83.647 87.916,83.348 87.667,83.199L81.797,79.816C81.598,79.716 81.399,79.716 81.2,79.816L78.513,81.358C78.265,81.507 78.265,81.806 78.513,81.955Z"
|
||||
android:strokeAlpha="0.75" />
|
||||
<path
|
||||
android:fillAlpha="0.875"
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.513,81.906L84.384,85.288C84.583,85.388 84.782,85.388 84.981,85.288L87.717,83.697C87.916,83.597 87.916,83.249 87.717,83.149L81.847,79.766C81.648,79.667 81.449,79.667 81.25,79.766L78.513,81.358C78.314,81.507 78.314,81.806 78.513,81.906Z"
|
||||
android:strokeAlpha="0.875" />
|
||||
<path
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M78.514,81.856L84.384,85.239C84.583,85.338 84.782,85.338 84.931,85.239L87.667,83.647C87.866,83.547 87.866,83.249 87.667,83.149L81.797,79.766C81.598,79.667 81.399,79.667 81.2,79.766L78.464,81.358C78.315,81.458 78.315,81.756 78.514,81.856Z" />
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:pathData="M87.668,83.149L81.847,79.766C81.648,79.667 81.449,79.667 81.25,79.766L78.564,81.308C78.216,81.507 78.216,81.955 78.564,82.154L84.384,85.537C84.584,85.637 84.783,85.637 84.981,85.537L87.668,83.995C87.966,83.846 87.966,83.348 87.668,83.149Z" />
|
||||
<path
|
||||
android:fillColor="#231F20"
|
||||
android:pathData="M84.682,85.289C84.583,85.289 84.483,85.289 84.434,85.239L78.563,81.856C78.464,81.806 78.414,81.706 78.414,81.657C78.414,81.557 78.464,81.507 78.563,81.458L81.299,79.866C81.399,79.816 81.449,79.816 81.548,79.816C81.648,79.816 81.747,79.816 81.797,79.866L87.667,83.249C87.767,83.299 87.816,83.398 87.816,83.448C87.816,83.547 87.767,83.597 87.667,83.647L84.931,85.239C84.832,85.289 84.782,85.289 84.682,85.289Z" />
|
||||
<path
|
||||
android:fillColor="#262626"
|
||||
android:pathData="M81.498,79.816C81.598,79.816 81.648,79.816 81.747,79.866L87.617,83.249C87.667,83.299 87.717,83.348 87.717,83.448C87.717,83.497 87.667,83.597 87.617,83.647L84.881,85.239C84.831,85.289 84.732,85.289 84.632,85.289C84.533,85.289 84.483,85.289 84.384,85.239L78.513,81.856C78.464,81.806 78.414,81.756 78.414,81.657C78.414,81.607 78.464,81.507 78.513,81.458L81.25,79.866C81.349,79.816 81.449,79.816 81.498,79.816ZM81.498,79.716C81.399,79.716 81.299,79.766 81.2,79.816L78.464,81.408C78.265,81.507 78.265,81.806 78.464,81.906L84.334,85.289C84.434,85.338 84.533,85.388 84.632,85.388C84.732,85.388 84.831,85.338 84.931,85.289L87.667,83.697C87.866,83.597 87.866,83.299 87.667,83.199L81.797,79.816C81.697,79.766 81.598,79.716 81.498,79.716Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M95.776,168.771C117.267,168.771 134.729,162.403 134.729,154.592C134.729,146.781 117.317,140.413 95.776,140.413C74.235,140.413 56.823,146.781 56.823,154.592C56.823,162.403 74.235,168.771 95.776,168.771Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M108.263,94.493C108.313,94.493 108.313,94.493 108.263,94.493C109.756,94.393 110.751,93 110.502,91.557L108.313,78.92C108.064,77.527 106.721,76.532 105.278,76.781C103.886,77.03 102.891,78.373 103.139,79.766L103.985,84.741L104.831,89.667C105.378,92.005 105.328,94.642 108.263,94.493Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M107.368,136.085L109.208,112.204L108.761,106.781L97.567,108.473L91.1,105.587L88.861,135.488C88.861,135.488 92.045,154.692 92.045,154.891C92.045,155.04 92.394,156.731 92.294,157.776C93.886,157.876 94.881,157.378 96.075,156.483C96.025,155.985 95.975,155.587 95.876,155.438C95.876,155.488 95.876,155.488 95.876,155.388L96.224,137.179L99.607,116.333L100.104,125.438L100.701,136.035L102.244,153.249C103.438,153.249 105.079,153.199 106.273,153.149C106.323,153.1 106.373,153.1 106.423,153.1C106.373,153 106.373,152.901 106.323,152.801L107.368,136.085Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M92.393,159.716C90.801,160.811 90.951,161.905 88.613,161.308C87.866,161.109 87.07,160.861 86.573,160.313C86.026,159.766 85.777,158.97 86.175,158.323C86.523,157.776 87.22,157.527 87.916,157.378C89.01,157.129 90.204,157.08 91.299,157.179C91.846,157.229 92.393,157.328 92.841,157.677C93.687,158.423 93.14,159.219 92.393,159.716Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M93.189,155.338C92.891,155.438 92.592,155.736 92.145,156.085C90.951,157.08 89.757,158.075 88.911,159.418C89.16,160.164 89.956,160.662 90.851,160.96C91.548,160.761 92.145,160.512 92.343,160.413C93.687,159.816 94.831,158.871 95.677,157.677C95.776,157.527 95.876,157.328 95.776,157.179C95.328,156.731 94.881,156.333 94.433,155.886C93.09,154.592 91.15,156.433 89.806,157.129C89.309,157.378 88.712,157.776 88.712,158.323C88.712,158.871 89.209,159.269 89.657,159.468C90.155,159.716 90.652,159.816 91.15,159.866L93.189,155.338Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M96.075,161.806H95.478C95.13,161.806 94.881,161.508 94.881,161.209V158.025C94.881,157.677 95.179,157.428 95.478,157.428H96.075C96.423,157.428 96.672,157.726 96.672,158.025V161.209C96.672,161.508 96.423,161.806 96.075,161.806Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M96.473,155.587C95.926,155.388 95.279,155.438 94.533,155.886C93.588,156.433 92.891,157.378 92.095,158.075C91.001,159.07 89.856,159.617 88.464,158.97C88.016,159.269 87.717,159.567 87.717,159.915C87.717,160.463 88.662,161.109 89.11,161.408C90.404,162.303 92.543,160.861 93.588,160.313C94.433,159.866 95.329,159.965 96.125,159.617C97.269,159.119 97.617,156.582 96.473,155.587Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M99.109,156.682C98.811,156.234 98.612,155.786 98.612,155.289C98.612,154.642 99.01,154.294 99.408,153.995C99.607,153.896 99.806,153.796 100.005,153.697C101.149,153.249 102.641,152.104 103.985,152.104C104.134,152.005 104.233,151.955 104.383,151.955L104.333,152.154C104.93,152.254 105.477,152.552 105.975,153.298C105.975,153.348 106.024,153.348 106.024,153.398C104.93,153.995 104.034,153.796 103.039,154.592C101.796,155.637 100.552,157.527 99.109,156.682Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M96.921,153.896C97.219,153.348 98.214,153.249 98.811,153.249C99.109,153.249 99.408,153.249 99.706,153.299C99.856,153.299 99.955,153.398 100.055,153.448C100.055,153.498 100.005,153.547 100.005,153.547C99.856,153.796 99.756,154.095 99.706,154.393C99.706,154.493 99.706,154.592 99.806,154.642C100.104,154.841 100.403,154.94 100.701,154.99C101.647,155.488 102.89,154.144 103.686,153.448C104.283,152.95 104.532,153 105.179,152.652C105.228,152.652 105.228,152.602 105.278,152.602C105.925,152.254 106.422,152.403 106.92,152.751C107.019,152.851 107.069,153 107.119,153.149C107.666,154.294 107.318,156.284 105.875,156.284C105.527,156.284 103.935,156.532 103.686,156.682C101.099,157.975 99.06,158.622 97.318,155.836C96.821,155.09 96.622,154.542 96.921,153.896Z" />
|
||||
<path
|
||||
android:fillColor="#161616"
|
||||
android:pathData="M92.294,96.831C92.443,96.731 92.543,96.632 92.692,96.532C94.334,95.587 104.93,96.284 106.572,97.328C110.154,99.617 110.502,107.08 109.955,114.095C109.557,119.219 108.761,124.095 108.363,126.582C107.915,129.318 99.806,129.269 97.916,129.318C92.792,129.468 88.613,129.219 88.215,123.149C87.717,115.239 90.901,104.791 92.294,96.831Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M106.621,94.692C106.572,95.488 106.572,96.284 106.671,97.08C106.721,97.478 106.522,97.876 106.174,98.124C105.477,98.572 104.781,98.92 104.034,99.219C101.895,100.114 99.457,100.612 97.169,100.114C97.07,100.114 96.97,100.065 96.92,100.065C95.627,99.716 92.791,98.97 92.493,97.328C92.493,97.279 92.443,97.179 92.493,97.129C92.493,96.98 92.493,96.831 92.493,96.682V89.418C91.796,87.328 90.503,85.786 91.149,83.149C91.498,81.806 91.995,80.662 92.642,79.766C93.836,78.124 95.577,77.08 97.766,76.433C98.463,76.234 99.159,76.085 99.756,75.935C100.85,75.687 102.393,75.587 103.786,75.786C105.228,75.985 106.572,76.433 107.417,77.378C107.517,77.478 107.616,77.627 107.716,77.776C109.407,80.313 108.512,83.846 107.915,86.582C107.318,89.219 106.721,91.955 106.621,94.692Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M97.318,70.015C97.318,70.015 97.318,70.065 97.318,70.015C97.368,70.015 97.368,69.965 97.368,69.915C97.368,69.965 97.368,70.015 97.318,70.015Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M103.537,76.532H98.463L97.816,72.801L97.368,70.015H102.442L103.537,76.532Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M101.149,72.751L98.612,76.532H98.463L97.816,72.801L101.149,72.751Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M97.866,69.816C97.965,69.866 98.065,69.866 98.164,69.866C98.164,69.816 98.164,69.816 98.164,69.766L97.866,69.816Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M96.125,73.896C96.075,73.896 96.025,73.896 95.926,73.896L96.373,73.448C96.324,73.597 96.224,73.746 96.125,73.896Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M103.736,77.279C102.94,78.423 100.303,78.025 97.766,76.333C98.463,76.134 99.159,75.985 99.806,75.836C100.9,75.587 102.393,75.488 103.835,75.687C104.034,76.333 104.034,76.881 103.736,77.279Z" />
|
||||
<path
|
||||
android:fillColor="#D0E4F5"
|
||||
android:pathData="M96.821,83.149C96.174,82.005 95.627,81.159 94.234,81.358C93.289,81.507 92.343,81.906 91.398,82.204C91.299,82.503 91.199,82.751 91.149,83.05C90.503,85.736 91.796,87.229 92.493,89.318V96.582C92.493,96.731 92.493,96.881 92.493,97.03C92.493,97.08 92.493,97.179 92.493,97.229C92.742,98.871 95.577,99.617 96.92,99.965C97.02,99.965 97.119,100.015 97.169,100.015V83.597C97.02,83.497 96.92,83.348 96.821,83.149Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M92.493,96.483C92.642,96.035 92.742,95.488 92.791,94.99C92.592,94.294 92.443,93.647 92.443,93.597L83.936,84.99C83.638,84.592 83.24,84.343 82.742,84.294C82.643,84.294 82.593,84.294 82.494,84.294C82.096,84.294 81.747,84.443 81.399,84.642C80.603,85.239 80.454,86.383 81.051,87.179L89.11,97.179C90.105,98.423 92.045,97.975 92.493,96.483Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M80.752,86.532C81.25,88.075 82.643,89.02 83.837,88.672C85.08,88.274 85.677,86.731 85.18,85.189C84.683,83.647 83.29,82.701 82.096,83.05C80.852,83.398 80.255,84.94 80.752,86.532Z" />
|
||||
<path
|
||||
android:fillColor="#E9F2F9"
|
||||
android:pathData="M91.398,98.274C91.398,98.274 91.448,98.274 91.398,98.274C92.891,98.622 94.334,97.577 94.533,96.035L96.324,82.801C96.522,81.309 95.478,79.965 93.985,79.766C92.493,79.567 91.15,80.612 90.951,82.104L90.254,87.328L89.558,92.453C89.259,94.891 88.414,97.527 91.398,98.274Z" />
|
||||
<path
|
||||
android:fillColor="#00A129"
|
||||
android:pathData="M106.323,157.627H105.726C105.378,157.627 105.129,157.328 105.129,157.03V153.846C105.129,153.498 105.427,153.249 105.726,153.249H106.323C106.671,153.249 106.92,153.547 106.92,153.846V157.03C106.92,157.328 106.671,157.627 106.323,157.627Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M97.318,69.716C97.368,69.716 97.368,69.766 97.318,69.716C97.368,69.716 97.368,69.667 97.368,69.617C97.368,69.667 97.368,69.716 97.318,69.716Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M94.185,68.274C94.234,69.716 94.433,71.109 95.229,72.154C96.075,73.299 97.468,73.796 98.761,73.796C99.458,73.796 100.204,73.697 100.851,73.299C102.045,72.503 102.592,70.861 102.94,69.269C103.04,68.672 103.139,68.075 103.189,67.428C103.189,66.731 103.189,66.035 102.99,65.388C102.642,63.945 101.697,62.751 100.602,62.005C99.508,61.259 98.214,60.91 96.97,60.761C96.373,60.662 95.677,60.662 95.13,61.01C94.782,61.209 94.483,61.657 94.384,62.104C94.334,62.254 94.334,62.453 94.384,62.602C94.334,63.896 94.284,65.189 94.284,66.483C94.185,67.08 94.135,67.677 94.185,68.274Z" />
|
||||
<path
|
||||
android:fillColor="#C8FFB9"
|
||||
android:pathData="M97.666,68.572C97.766,68.622 97.866,68.622 97.965,68.622C97.965,68.572 97.965,68.572 97.965,68.522L97.666,68.572Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M95.13,60.562C98.911,58.373 102.841,58.423 105.627,61.358C106.721,62.502 107.766,66.035 107.617,67.677C107.467,69.269 106.273,70.512 105.03,71.408C103.487,72.552 101.498,73.398 99.756,73C99.607,73.05 99.458,73.05 99.259,73.05C98.911,72.801 98.612,72.453 98.363,72.104C98.164,71.806 97.916,71.557 97.617,71.408C97.468,70.512 97.468,69.567 96.921,68.92C96.672,68.622 96.373,68.473 96.025,68.274C95.329,67.826 94.632,67.328 94.135,66.682C92.344,64.095 92.991,61.806 95.13,60.562Z" />
|
||||
<path
|
||||
android:fillColor="#F2C1BD"
|
||||
android:pathData="M98.513,68.572C98.513,69.07 98.314,69.517 98.065,69.915C97.916,70.164 97.766,70.413 97.518,70.612C97.269,70.811 97.02,70.91 96.722,70.811C95.876,70.612 95.976,69.219 96.224,68.572C96.423,68.075 96.871,67.627 97.368,67.577C97.965,67.478 98.463,67.925 98.513,68.572Z" />
|
||||
<path
|
||||
android:fillColor="#68423A"
|
||||
android:pathData="M105.129,62.95C106.124,63.299 105.278,64.393 105.477,65.388C105.676,66.383 106.97,67.478 107.617,68.323C108.014,68.871 108.661,69.219 109.258,69.617C113.935,72.751 115.725,79.567 113.188,84.592C112.591,85.736 111.795,86.831 110.601,87.428C108.91,88.323 106.87,87.975 105.129,87.378C101.895,86.284 98.91,84.144 97.219,81.159C95.528,78.174 95.279,74.343 96.921,71.309C98.015,69.318 99.906,67.527 99.806,65.289C99.706,65.587 99.607,65.836 99.507,66.134L105.129,62.95Z" />
|
||||
<path
|
||||
android:fillColor="#DDB88B"
|
||||
android:pathData="M39.262,56.781C39.063,56.98 38.615,56.98 38.217,57.08C37.023,57.378 35.332,56.93 34.436,56.035C34.188,55.786 34.038,55.537 33.939,55.289C33.889,55.488 33.79,55.687 33.74,55.886V55.935C33.591,56.433 33.441,56.881 33.292,57.229C33.292,57.279 33.242,57.378 33.242,57.428C33.193,57.527 33.193,57.577 33.143,57.677C33.143,57.726 33.093,57.776 33.093,57.776V57.826V57.876V57.925V57.975V58.025V58.075C32.645,59.468 33.392,60.96 34.785,61.408C34.834,61.408 34.884,61.458 34.934,61.458C36.277,61.806 37.72,61.06 38.118,59.716C38.267,59.219 38.466,58.721 38.615,58.174C38.814,57.627 38.964,57.08 39.162,56.483C39.113,56.582 39.262,56.781 39.262,56.781Z" />
|
||||
</vector>
|
4
app/src/main/res/drawable/outline_button_background.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
</shape>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/error" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
4
app/src/main/res/drawable/progress_segment.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/progress_segment" />
|
||||
</shape>
|
15
app/src/main/res/drawable/splash_screen_white_wave.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="359dp"
|
||||
android:height="390dp"
|
||||
android:viewportWidth="359"
|
||||
android:viewportHeight="390">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M0,102h360v288h-360z" />
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h360v385h-360z M 0,0" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M-70.411,363C-172.048,363 -110.131,141.381 -70.411,99.286C-22.513,38.619 33.563,67.095 123.518,77C213.472,86.905 324.456,-1 407.401,-1C490.347,-1 374.69,230.524 280.062,230.524C185.435,230.524 31.226,363 -70.411,363Z" />
|
||||
</group>
|
||||
</vector>
|
16
app/src/main/res/font/font_roboto_regular.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--<roboto_regular-family xmlns:android="http://schemas.android.com/apk/res/android">-->
|
||||
<!-- <roboto_regular-->
|
||||
<!-- android:fontStyle="normal"-->
|
||||
<!-- android:fontWeight="400"-->
|
||||
<!-- android:roboto_regular="@roboto_regular/HKNova_Regular" />-->
|
||||
<!-- <roboto_regular-->
|
||||
<!-- android:fontStyle="bold"-->
|
||||
<!-- android:fontWeight="400"-->
|
||||
<!-- android:roboto_regular="@roboto_regular/HKNova_Bold" />-->
|
||||
<!--</roboto_regular-family>-->
|
||||
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:font="@font/roboto_regular"
|
||||
app:fontStyle="normal" />
|
||||
</font-family>
|