png image showing up with grey background in android

Brahadeesh picture Brahadeesh · Aug 10, 2011 · Viewed 26.2k times · Source

I have some png image buttons that I use in my app. But they are showing up with grey backgrounds on my page. Does android always show a grey background for a transparent one? Is there a work around?
This is how it showed before.

enter image description here
This is how it shows after I made #FF000000 edits

enter image description here


This is how I want it to show.
EDIT:
Error when I use #FF:
Color value not valid -- must be #rgb, #argb, #rrggbb, or #aarrggbb (at 'background' with value '#FF'). main.xml

Answer

Brahadeesh picture Brahadeesh · Aug 11, 2011

@android:color/transparent. Phoenixblade9 was close.