📌  相关文章
📜  膨胀类 android.support.constraint.ConstraintLayout 时出错 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:38.099000             🧑  作者: Mango

代码示例1
For those who are switching from android support to androidx, 
remember to change 
android.support.constraint.ConstraintLayout 
to
androidx.constraintlayout.widget.ConstraintLayout