mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-18 15:20:33 +01:00
fix cold start icon
This commit is contained in:
parent
b558f26b6d
commit
4ce849f1ca
2 changed files with 2 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/icon_background_round" />
|
||||
<foreground android:drawable="@mipmap/icon_foreground_round" />
|
||||
<monochrome android:drawable="@drawable/icon_monochrome"/>
|
||||
</adaptive-icon>
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/icon_background_sa" />
|
||||
<foreground android:drawable="@mipmap/icon_foreground_sa" />
|
||||
<monochrome android:drawable="@drawable/icon_monochrome"/>
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue