romannurik / AndroidAssetStudio

A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow background to be transparent

think-free opened this issue · comments

Icons for notifications should be white with transparent background.
Had to edit the icons manually

Can you paste a screenshot of what you're seeing? The background for notification icons is already transparent when generated w/ a PNG that uses transparency.

Hi @romannurik.

@think-free is right. "Color" property does allow transparency, but "Background Color" property doesn't allow it.

This first image shows color pallet for Background Color property.
image

image

Overall it is good tool.
Thanks.

The "None" shape was intended to allow transparent icons, but on Android all icons have background shapes now, so need to revisit the None shape per #219