Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i use .GIF file as a main icon in application? [closed]

Tags:

android

  • I am trying to develop an application. So how can I use the main icon as a . GIF file? if it is possible. Then how?
like image 697
Pravin Suthar Avatar asked Nov 03 '25 13:11

Pravin Suthar


1 Answers

According to Android docs you can't use .gif format for your launcher icon

Launcher icons should be 32-bit PNGs with an alpha channel for transparency. The finished launcher icon dimensions corresponding to a given generalized screen density are shown in the table below.

See this link for more informations on how to create a proper launcher image.

UPDATE:

In case that you want some more informations on this problem you can give a look at this forum. Spending a little more time on this I found that some people chose to use "dynamic launcher icons" changing the image programatically (details here). I do believe that this won't fix your problem, but this should provide some details on what's happening and maybe some starting point if you have to simulate somehow this behaviour.

like image 163
Iulian Popescu Avatar answered Nov 06 '25 02:11

Iulian Popescu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!