How to set support library snackbar text color to something other than android:textColor?

前端 未结 22 2618
温柔的废话
温柔的废话 2021-01-30 12:33

So I\'ve started using the new Snackbar in the Design Support Library, but I found that when you define \"android:textColor\" in your theme, it applies to the text color of the

22条回答
  •  萌比男神i
    2021-01-30 12:55

    I changed my theme

    Theme.AppCompat.Light.NoActionBar
    

    to

    Theme.AppCompat.NoActionBar 
    

    It worked.Try to use simple theme instead of light or other theme.

提交回复
热议问题