Added adaptive icon support.

Also moved our non-adaptive app icon into the mipmap folders, which is
where they should be.

Fixes #7607
This commit is contained in:
Greyson Parrelli
2018-05-30 19:52:46 -04:00
parent df2c5d38b0
commit eed2c6ec4c
16 changed files with 6 additions and 2 deletions

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="@color/signal_primary"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>