diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 021ae4a2..90c50cbb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ @@ -39,9 +39,7 @@ android:screenOrientation="portrait"/> + android:name=".MyWidgetProvider"> diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index cde69bcc..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/launcher.png b/app/src/main/res/mipmap-hdpi/launcher.png new file mode 100644 index 00000000..5ef02206 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index c133a0cb..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/launcher.png b/app/src/main/res/mipmap-mdpi/launcher.png new file mode 100644 index 00000000..0dcd1f91 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index bfa42f0e..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/launcher.png b/app/src/main/res/mipmap-xhdpi/launcher.png new file mode 100644 index 00000000..2222eaaa Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 324e72cd..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/launcher.png b/app/src/main/res/mipmap-xxhdpi/launcher.png new file mode 100644 index 00000000..8352255e Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index aee44e13..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/launcher.png b/app/src/main/res/mipmap-xxxhdpi/launcher.png new file mode 100644 index 00000000..e94db9f3 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/launcher.png differ