I have a .png logo for my app which doesn\'t have a background, when I add it to android studio as an Image Asset I am forced to have a background. The hex field doesn\'t ac
Using android 3.0.1 I noticed this weird behavior(solution), First: in background layer in the source_asset change the asset_type from image to color and than change it back to image. second: enable trim in scaling and then resize it to a small percentage and it will work perfectly. PS: If u didn't do the first step the scaling wont take affect. and if anyone have an explanation for this please provide. steps