How to make animation for app icon in android?

You can do it in another way, i.e,

Create a launcher animation Activity and set the windowsManager‘s LayoutParam to get the desired bounds. Also, you can change the launcher Activity theme to “`Dialog““` theme, then you can see the change.

Leave a Comment