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 ed62960e..00000000 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 00000000..bf2bf2f0 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 ba9d376f..dec81fba 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 39f15dbb..8004bc89 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 c6d179db..00000000 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 8d2a8b6c..00000000 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 b3e92631..00000000 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 a6c2d0e4..00000000 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 542dff6b..00000000 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 00000000..d6775e39 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 00000000..4368d6fd 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 00000000..dd6a3d1c 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 00000000..616713ac 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 00000000..bf2bf2f0 Binary files /dev/null and b/app/src/release/res/mipmap-xxxhdpi/ic_launcher.png differ