Create adaptive icon for free version

This commit is contained in:
Alexander Sytnyk 2017-07-04 11:29:26 +03:00
parent 5781456b06
commit c5db97efc9
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View 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>