Accent color for location map pin

Change-Id: I624f156ad7f44ab84328cee43ff3777e6a51f802
This commit is contained in:
SpiritCroc 2022-03-02 16:25:58 +01:00
parent bd66326c40
commit fd72d55dd0
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="51dp"
android:height="55dp"
android:viewportWidth="51"
android:viewportHeight="55">
<path
android:pathData="M29.1957,50.7341C41.5276,48.9438 51,38.3281 51,25.5C51,11.4167 39.5833,0 25.5,0C11.4167,0 0,11.4167 0,25.5C0,38.3282 9.4725,48.9439 21.8045,50.7342L25.5001,54.2903L29.1957,50.7341Z"
android:fillColor="?colorAccent"
android:fillType="evenOdd"/>
</vector>

View File

@ -5,6 +5,6 @@
android:viewportHeight="55"> android:viewportHeight="55">
<path <path
android:pathData="M29.1957,50.7341C41.5276,48.9438 51,38.3281 51,25.5C51,11.4167 39.5833,0 25.5,0C11.4167,0 0,11.4167 0,25.5C0,38.3282 9.4725,48.9439 21.8045,50.7342L25.5001,54.2903L29.1957,50.7341Z" android:pathData="M29.1957,50.7341C41.5276,48.9438 51,38.3281 51,25.5C51,11.4167 39.5833,0 25.5,0C11.4167,0 0,11.4167 0,25.5C0,38.3282 9.4725,48.9439 21.8045,50.7342L25.5001,54.2903L29.1957,50.7341Z"
android:fillColor="#0DBD8B" android:fillColor="#8BC34A"
android:fillType="evenOdd"/> android:fillType="evenOdd"/>
</vector> </vector>