Remove round icon
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-10-26 15:40:16 +02:00
parent 20d9557ec0
commit c5d943bfdd
5 changed files with 1 additions and 15 deletions

View File

@ -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`

View File

@ -7,7 +7,6 @@
<application
android:icon="@mipmap/ic_launcher"
android:label="Set as wallpaper"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@android:style/Theme.NoDisplay">
<activity
android:name=".SetWallpaperActivity"

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@android:color/transparent"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>