diff --git a/app/src/debug/res/drawable-xxxhdpi/icon.png b/app/src/debug/res/drawable-xxxhdpi/icon.png deleted file mode 100755 index ed62960ec..000000000 Binary files a/app/src/debug/res/drawable-xxxhdpi/icon.png and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..bf2bf2f06 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ba9d376fb..dec81fba8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ diff --git a/app/src/main/res/xml/icon_unread_info.xml b/app/src/main/res/xml/icon_unread_info.xml index 39f15dbbf..8004bc895 100644 --- a/app/src/main/res/xml/icon_unread_info.xml +++ b/app/src/main/res/xml/icon_unread_info.xml @@ -4,6 +4,6 @@ android:initialLayout="@layout/icon_unread" android:minHeight="40dp" android:minWidth="40dp" - android:previewImage="@drawable/icon" + android:previewImage="@mipmap/ic_launcher" android:updatePeriodMillis="86400000" android:widgetCategory="home_screen" /> \ No newline at end of file diff --git a/app/src/release/res/drawable-hdpi/icon.png b/app/src/release/res/drawable-hdpi/icon.png deleted file mode 100755 index c6d179dbf..000000000 Binary files a/app/src/release/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/app/src/release/res/drawable-mdpi/icon.png b/app/src/release/res/drawable-mdpi/icon.png deleted file mode 100755 index 8d2a8b6c2..000000000 Binary files a/app/src/release/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/app/src/release/res/drawable-xhdpi/icon.png b/app/src/release/res/drawable-xhdpi/icon.png deleted file mode 100755 index b3e926311..000000000 Binary files a/app/src/release/res/drawable-xhdpi/icon.png and /dev/null differ diff --git a/app/src/release/res/drawable-xxhdpi/icon.png b/app/src/release/res/drawable-xxhdpi/icon.png deleted file mode 100755 index a6c2d0e40..000000000 Binary files a/app/src/release/res/drawable-xxhdpi/icon.png and /dev/null differ diff --git a/app/src/release/res/drawable-xxxhdpi/icon.png b/app/src/release/res/drawable-xxxhdpi/icon.png deleted file mode 100755 index 542dff6ba..000000000 Binary files a/app/src/release/res/drawable-xxxhdpi/icon.png and /dev/null differ diff --git a/app/src/release/res/mipmap-hdpi/ic_launcher.png b/app/src/release/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..d6775e397 Binary files /dev/null and b/app/src/release/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/release/res/mipmap-mdpi/ic_launcher.png b/app/src/release/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..4368d6fdf Binary files /dev/null and b/app/src/release/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/release/res/mipmap-xhdpi/ic_launcher.png b/app/src/release/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..dd6a3d1c9 Binary files /dev/null and b/app/src/release/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/release/res/mipmap-xxhdpi/ic_launcher.png b/app/src/release/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..616713ac6 Binary files /dev/null and b/app/src/release/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..bf2bf2f06 Binary files /dev/null and b/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png differ