AppCompact和Material Design有什么区别?



我想在我的android应用程序中了解Material Component和Androidx AppCompact Component之间的区别,例如,这两者的用法之间的区别:

<androidx.appcompat.*.* />

<com.google.android.material.*.* />

这两者之间有区别吗?还是有一些建议更可取?

  1. MaterialTextView支持AppCompatTextView可以更改的所有o属性
  2. 与AppCompatTextView不同,后者只支持在视图布局XML中指定行高度
  3. MaterialTextView支持从TextAppearance样式读取线条高度的功能,可以使用style属性或android:TextAppearance属性将其应用于MaterialTextView

基本上,MaterialTextView具有比可以自定义更多的属性

相关内容

  • 没有找到相关文章

最新更新