Android Background Drawable Not Working in Button Since Android Studio 4.1

前端 未结 2 2031
礼貌的吻别
礼貌的吻别 2020-12-04 00:28

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

2条回答
  •  一整个雨季
    2020-12-04 00:46

    Ok, since MaterialButton is the default Button starting from Android Studio 4.1, we can modify the shape by using app:shapeAppearanceOverlay attribute.

    1. Create a Custom Style in themes.xml:

    
    

    2. Apply Style in Material Button:

    Result:

    • Helpful video: https://www.youtube.com/watch?v=jihLJ0oVmGo

提交回复
热议问题