Create adaptive icon for free version
This commit is contained in:
parent
5781456b06
commit
c5db97efc9
2 changed files with 6 additions and 1 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="@mipmap/adaptive_icon_osmand_background" />
|
||||
<foreground android:drawable="@mipmap/adaptive_icon_osmand_logo" />
|
||||
<foreground android:drawable="@mipmap/adaptive_icon_osmand_plus_logo" />
|
||||
</adaptive-icon>
|
5
OsmAnd/res/mipmap-anydpi-v26/icon_free.xml
Normal file
5
OsmAnd/res/mipmap-anydpi-v26/icon_free.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/adaptive_icon_osmand_background" />
|
||||
<foreground android:drawable="@mipmap/adaptive_icon_osmand_logo" />
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue