Skip to content
Snippets Groups Projects
Commit f21ca352 authored by Taras's avatar Taras
Browse files

Remove round icon

parent 2658f689
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Circles" android:theme="@style/Theme.Circles"
tools:ignore="DataExtractionRules" tools:ignore="DataExtractionRules"
......
<?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="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
app/src/main/res/mipmap-hdpi/ic_launcher_round.webp

5.71 KiB

app/src/main/res/mipmap-mdpi/ic_launcher_round.webp

3.27 KiB

app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp

6.99 KiB

app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp

10.4 KiB

app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp

14.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment