mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Move MapViewExtensions to :feature:map (#3284)
This commit is contained in:
parent
d553cdfee6
commit
81804500bd
4 changed files with 11 additions and 11 deletions
11
core/ui/src/main/res/drawable/ic_map_navigation_24.xml
Normal file
11
core/ui/src/main/res/drawable/ic_map_navigation_24.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="36dp"
|
||||
android:height="36dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#3388ff"
|
||||
android:pathData="M12,2L4.5,20.29l0.71,0.71L12,18l6.79,3 0.71,-0.71z"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="@android:color/white" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue