From c5d943bfdd0cb069e0c01f1aaa10268c66e7ad71 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 26 Oct 2022 15:40:16 +0200 Subject: [PATCH] Remove round icon --- README.md | 4 ---- app/src/main/AndroidManifest.xml | 1 - app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 ----- app/src/main/res/values/ic_launcher_background.xml | 4 ---- 5 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 app/src/main/res/values/ic_launcher_background.xml diff --git a/README.md b/README.md index 503b742..2226293 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,3 @@ Provide a useful shortcut to set an image to your Android's wallpaper launcher a ## Download You can find auto generated debug apk on the [Releases](https://git.crystalyx.net/Xefir/SetAsWallpaper/releases) page or on [Google Play](https://play.google.com/store/apps/details?id=net.crystalyx.setaswallpaper). - -## Build - -`./gradlew zipApksForDebug` diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 69ca698..bad35e8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,7 +7,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 7353dbd..0000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml deleted file mode 100644 index c5d5899..0000000 --- a/app/src/main/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFF - \ No newline at end of file