Merge PR #461: Fix adaptive icon on "round" launchers
This commit is contained in:
commit
7088f408f9
5
packaging/android/res/mipmap-anydpi-v26/round_icon.xml
Normal file
5
packaging/android/res/mipmap-anydpi-v26/round_icon.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="@color/icon_background"/>
|
||||
<foreground android:drawable="@drawable/icon_foreground"/>
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user