diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a26fbf9..4d038fb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ @@ -40,9 +40,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 cde69bc..0000000 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 0000000..323d612 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 c133a0c..0000000 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 0000000..1b92448 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 bfa42f0..0000000 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 0000000..729ace6 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 324e72c..0000000 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 0000000..ea5c943 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 aee44e1..0000000 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 0000000..220804a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/launcher.png differ