Removing Background color in Android
I have set backgroundColor in code like this,
backgroundColor
View.setBackgroundColor(0xFFFF0000);
How to remove this background color on some event?
You should try setting the background color to transparent:
view.setBackgroundColor(0x00000000);
1.4m articles
1.4m replys
5 comments
57.0k users