Difference between textColor and android:textColor

后端 未结 1 773
时光取名叫无心
时光取名叫无心 2021-01-25 05:50

I\'m sorry if my question looks beginner, but what\'s the difference between textColor and android:textColor? I can\'t understand where use which Thank

1条回答
  •  长情又很酷
    2021-01-25 06:29

    textColor is an attribute provided in AppCompat library, where as android:textColor is provided in Material theme.

    Example:

    Using Material theme and referring android:textColor attribute:

    
    

    using AppCompat library with only textColor attribute:

    
    

    0 讨论(0)
提交回复
热议问题