I encountered a problem with the Button view when I set a background to it using the android:background attribute in xml. Before I set the background,
Button
android:background
try setting the button color using this property
button.setBackgroundTintList(ColorStateList.valueOf(Color.GREEN));