I can set the ImageButton wallpaper in layout.xml using:
android:background="@android:color/transparent"
How can I implement the same thing with java code? Something like ib.setBackgroundColor(???);
android background transparent imagebutton
Peter Jan 17 '11 at 4:25 2011-01-17 04:25
source share