Fix path to drawables for adaptive icon

This commit is contained in:
Alex Sytnyk 2018-07-05 17:21:41 +03:00
parent 5acff029dc
commit aa0c147b7e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/adaptive_icon_osmand_location_sharing_bg" /> <background android:drawable="@mipmap/adaptive_icon_osmand_location_sharing_bg" />
<foreground android:drawable="@drawable/adaptive_icon_osmand_location_sharing" /> <foreground android:drawable="@mipmap/adaptive_icon_osmand_location_sharing" />
</adaptive-icon> </adaptive-icon>