I find out that since Android Studio 4.1 I cannot change the background color of a Button by setting color on its android:background, just no effec
Button
android:background
Ok, since MaterialButton is the default Button starting from Android Studio 4.1, we can modify the shape by using app:shapeAppearanceOverlay attribute.
MaterialButton
app:shapeAppearanceOverlay
1. Create a Custom Style in themes.xml:
themes.xml
2. Apply Style in Material Button:
Material Button
Result: