android studio how to change background color xml code example
Example: android studio set background color
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255));
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255));