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