views:

40

answers:

1

I put a background color in a ImageButton? How?

+1  A: 
android:background="#rrggbb" 

in XML file with layout definition, then use PNG file with transparency as image source

tomash