Add Adaptive icon
This commit is contained in:
parent
bc1771ac67
commit
5acff029dc
2 changed files with 3 additions and 4 deletions
|
@ -11,10 +11,9 @@
|
|||
<application
|
||||
android:name="net.osmand.telegram.TelegramApplication"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/product_icon"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:screenOrientation="unspecified"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
|
|
|
@ -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/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@drawable/adaptive_icon_osmand_location_sharing_bg" />
|
||||
<foreground android:drawable="@drawable/adaptive_icon_osmand_location_sharing" />
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue