+Флаг на карте для синхронизированных обработок
This commit is contained in:
23
app/src/main/res/drawable/ic_flag.xml
Normal file
23
app/src/main/res/drawable/ic_flag.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="25dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="25"
|
||||
android:viewportHeight="32.091168">
|
||||
|
||||
<!-- Палка флага -->
|
||||
<path
|
||||
android:strokeWidth="1.90167"
|
||||
android:strokeColor="#000000"
|
||||
android:fillColor="#000000"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M5.0213123,29.152388 V2.8006687" />
|
||||
|
||||
<!-- Полотнище флага -->
|
||||
<path
|
||||
android:strokeWidth="0.614869"
|
||||
android:strokeColor="#000000"
|
||||
android:fillColor="#2A2AFF"
|
||||
android:strokeLineJoin="round"
|
||||
android:pathData="M5.6552021,4.0684492 C11.994103,6.7851209 15.072998,6.6040094 21.774124,4.2495607 C19.872453,8.052901 19.872453,10.950685 21.774124,14.754026 C15.254111,17.017919 12.627995,17.017919 5.6552021,14.754026 Z" />
|
||||
</vector>
|
||||
@ -1,5 +1,9 @@
|
||||
<vector android:height="48dp" android:viewportHeight="128"
|
||||
android:viewportWidth="128" android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<vector
|
||||
android:height="48dp"
|
||||
android:viewportHeight="128"
|
||||
android:viewportWidth="128"
|
||||
android:width="48dp"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#2d3e50"
|
||||
android:pathData="M64.002,3.367c-25.749,0 -43.05,14.759 -43.05,36.725 0,29.112 37.015,81.601 37.383,82.011a7.603,7.603 0,0 0,11.323 0.006c0.374,-0.416 37.389,-52.905 37.389,-82.017C107.048,18.125 89.749,3.367 64.002,3.367ZM64,74.739a28.296,28.296 0,1 1,28.296 -28.296A28.296,28.296 0,0 1,64 74.739Z"
|
||||
android:strokeColor="#ffc6ff" android:strokeWidth="3.8"/>
|
||||
|
||||
@ -281,7 +281,7 @@
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="numberDecimal" />
|
||||
android:inputType="number" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user