Removing the white background and having a full size app icon?
Asked Answered
T

3

6

I am finalising my app and what to set the app icon. However, I fail every time and tried so many app icon generators... I have my app icon which is 3000x3000 and has no background. Whenever I try to generate my app icons I select sharpe none. The result is always the same (you can find a screen below).

How can I have my app icon like the Google Maps icon or the clock icon? I want to have my bee centered and the background simply should be cut of depending on the icon shape..

This is an website I have used e.g.: https://romannurik.github.io/AndroidAssetStudio/icons-generic.html

My AndroidManifest.xml is also using the correct icon:

<application
  ..
  android:label="@string/app_name"
  android:icon="@mipmap/ic_launcher"

enter image description here

Turnbuckle answered 20/1, 2019 at 13:50 Comment(1)
D
2

This was recently asked, and the answers were it had to do with the new adaptive icons for Android 8.0 You will have to create your own adaptive icons, see https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive for instructions.
BTW, 3000 x 3000 icon is crazy, and has no reason. Legacy icons should be 48dp x 48dp, so highest resolution should be 192px x 192px.

Drivel answered 20/1, 2019 at 13:57 Comment(2)
Thanks - working! And yeah I know, but you can resize it ;)Turnbuckle
Don't know what you mean about resizing it. 3000 x 3000 is a wasted few mb in memory (and 36mb when uncompressed), and doesnt even fit on a large 1920 x 1080 screen. It will only slow things down, as system has to allocate memory, and then shrink it.Drivel
K
0

I think that the problem is with your phone; see the gmail icon, it has also the same white background: see what they say about that here

3000x3000 is very big.

I think this might help!

Kamat answered 20/1, 2019 at 14:8 Comment(0)
P
0

I've used image asset to fix this issue. Dont put png icon directly.

Panlogism answered 6/6 at 9:3 Comment(1)
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From ReviewMatney

© 2022 - 2024 — McMap. All rights reserved.