我想在我的android应用程序中了解Material Component和Androidx AppCompact Component之间的区别,例如,这两者的用法之间的区别:
<androidx.appcompat.*.* />
与
<com.google.android.material.*.* />
这两者之间有区别吗?还是有一些建议更可取?
- MaterialTextView支持AppCompatTextView可以更改的所有o属性
- 与AppCompatTextView不同,后者只支持在视图布局XML中指定行高度
- MaterialTextView支持从TextAppearance样式读取线条高度的功能,可以使用style属性或android:TextAppearance属性将其应用于MaterialTextView
基本上,MaterialTextView具有比可以自定义更多的属性