Questions tagged [adaptive-icon]

Vector icon format for Android 8.0 Oreo and newer consisting of a foreground vector icon, and/or a background vector drawing and a mask for the overall shape provided by the specific Android configuration/style.

The idea, as with vector icons in general, is to reduce the need for multiple images for different combinations of Android versions and device screen resolutions. Also, the mask allows vendors to apply a style to all icons (for instance square, rounded square, circular) if desired.

Introduced with android-8.0-oreo as an xml format with an <adaptive-icon> tag in which <background> and <foreground> tags can be nested, each with an android:drawable attribute.

See also the Android developer page.

35 questions
0
votes
1 answer

How to remove icon border in Android 12

Assuming this is my app icon It works fine in Android 11 (and below) but when I install the app in Android 12, there is a white border around the icon in the splash screen (also a black border around the top app icon.) Is there any way I can…
raxabizze
  • 445
  • 1
  • 4
  • 11
0
votes
1 answer

android adaptive launcher icon on honor view 10 phone too large

I created adaptive icons for my app with Android Asset studio. The launcher icon looks good on emulators for Galaxy Nexus API 28, Nexus 5x API 24, Nexus 9 API 23, and on devices like Lenovo Phab 2 API 28, Samsung Galaxy S9+ API 26. However, the icon…
JzHuai
  • 1
  • 2
0
votes
1 answer

Android icon not showing Correctly as in preview

Actually, the problem is the icon in the preview. It is showing changes when I change the size, but it is not affecting the icon of my test device. Any help will be appreciated!
0
votes
1 answer

How to find points on a circle to define a ratio-based rectangle that maximizes the space?

My question comes from the Android 8.0 Adaptive Icon requirements: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive I am working on an Android app where the launcher icon will be unknown and the people doing…
Coolio Joe
  • 196
  • 4
0
votes
1 answer

Adaptive icon doesn't work on rootless pixel launcher

I added an adaptive icon to my app. It works fine on Pixel and Pixel 2. But on a Nexus 6 with the rootless pixel launcher it doesn't work. I can see other round icons on the Nexus 6 so it is working for other apps. My manifest looks like this: …
casolorz
  • 8,486
  • 19
  • 93
  • 200
1 2
3