Adaptive launcher icon
See original GitHub issueAndroid 8.0 (API level 26) introduces adaptive launcher icons, which can display a variety of shapes across different device models. - Source
- Understanding Android adaptive icons
- Designing adaptive icons
- Implementing adaptive icons
- VectorDrawable adaptive Icons
- Adapticon
- AdaptiveIconPlayground
The rendering of the launcher icon changes for different Android versions once the targetSdkVersion
is set to 26
.
Android 6, targetSdkVersion 25 or 26
Android 9, targetSdkVersion 25
Android 9, targetSdkVersion 26
Related issues
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Adaptive icons - Android Developers
Adaptive icons are primarily used by the launcher on the homescreen, but can also be used in shortcuts, the Settings app, sharing dialogs, ......
Read more >How to create and use Adaptive Icons on Android
An Adaptive Icon is made up of two layers, a foreground and background. The foreground layer can be a PNG image, a vector...
Read more >Create adaptive icons in Flutter with flutter_launcher_icons
In this tutorial, you'll learn how to create Flutter launcher icons using this package. Using flutter_launcher_icons in Flutter; Adding a custom ...
Read more >Implementing Adaptive Icons - Medium
Android O introduces an new application icon format called adaptive icons, intended to make all icons on a device more coherent.
Read more >Android adaptive icons - YouTube
Adaptive icons, introduced in Android-O, are a new way to deliver your application's icon which will be masked by user's devices; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@johnjohndoe I created a PR which should solve this for
ccc34c3
-> #86i’m really sorry for the late i’m stuck with some other personal works that’s why i couldn’t do much on this