How to set Bold text to Android Snackbar Action Text?

前端 未结 3 1007
梦谈多话
梦谈多话 2021-01-05 18:27

We could set the color for the Action Text of Snackbar using setActionTextColor as documented in https://developer.android.com/reference/android/support/design/

3条回答
  •  萌比男神i
    2021-01-05 19:19

    With the version 1.1.0 of the Material Components you can define in your app theme the attribute snackbarButtonStyle:

    
    

    In this way you can define a custom style for the button used for the Action.
    You can change text color, background colore and you can define your custom style for the textAppearance.
    Something like:

      
    
      
    

提交回复
热议问题