Android icon generator for actionbar and notificat

2019-01-31 23:23发布

I found this Asset Studio to generate icons. It works fine for the launcher icon but for action bar or notification icons it is not working. I put in my png file and want to generate the icons, but Asset Studio is only generating gray circles. Is there another tool to generate action bar and notification icons?

enter image description here

8条回答
贼婆χ
2楼-- · 2019-01-31 23:53

I use an own module 'icons' with a Gradle script to generate icons. This is a more automated way than the Assets Studio can provide up-to-now. The icon will be designed with Inkscape. See my blog for a detailed description. You find an Android Studio Project on GitHub.

查看更多
Explosion°爆炸
3楼-- · 2019-01-31 23:59

after alot of search this is the solution: the problem is you are adding an image with white background.. to convert the image to actionbar icon you have to load image with transparent background

查看更多
登录 后发表回答