未验证 提交 cf117dd5 编写于 作者: C chen 提交者: GitHub

修复TextView缺少水平方向上的约束

上级 43b2537b
......@@ -12,6 +12,7 @@
android:textSize="@dimen/dk_font_size_10"
android:singleLine="true"
app:layout_constraintBottom_toTopOf="@+id/network_list_method"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_chainStyle="packed"/>
......@@ -62,4 +63,4 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.5"/>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
</android.support.constraint.ConstraintLayout>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册