how to add background color black in android studios code example
Example: android studio set background color
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255));
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255));