我想迁移到:
androidx.appcompat:appcompatcom.google.android.material:material
忘记支持库依赖项,但我有一些问题:
ProgressBar为了保持兼容性,我应该使用哪种样式?- v21:
Widget.ProgressBar.Horizontal - 支持库:
Widget.AppCompat.ProgressBar
- v21:
我什么时候应该使用兼容样式和 materialcomponents 样式?喜欢
@style/TextAppearance.MaterialComponents.Body1还是TextAppearance.AppCompat.Title?
我仍然对MaterialComponents和AppCompat库的差异感到困惑。