Fix path to drawables for adaptive icon
This commit is contained in:
parent
5acff029dc
commit
aa0c147b7e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/adaptive_icon_osmand_location_sharing_bg" />
|
||||
<foreground android:drawable="@drawable/adaptive_icon_osmand_location_sharing" />
|
||||
<background android:drawable="@mipmap/adaptive_icon_osmand_location_sharing_bg" />
|
||||
<foreground android:drawable="@mipmap/adaptive_icon_osmand_location_sharing" />
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue