Also moved our non-adaptive app icon into the mipmap folders, which is where they should be. Fixes #7607
5 lines
No EOL
257 B
XML
5 lines
No EOL
257 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/signal_primary"/>
|
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
</adaptive-icon> |