为什么约束布局中TextView直接这样向左对齐会报错<Te
androidstudio吧
全部回复
仅看楼主
level 1
为什么约束布局中TextView直接这样向左对齐会报错
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" app:layout_constraintLeft_toLeftOf="parent"
android:text="test"
android:textSize="20sp"
/>
2020年10月23日 15点10分 1
1