修改16号提出的bug

This commit is contained in:
md
2021-08-16 13:02:22 +08:00
parent 6ba575d0cf
commit 428fdcf70b
8 changed files with 28 additions and 15 deletions

View File

@@ -25,6 +25,10 @@
app:layout_constraintBottom_toBottomOf="@id/iv_tas_explain"
app:layout_constraintLeft_toRightOf="@id/iv_tas_explain"
android:layout_marginLeft="10dp"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
app:layout_constraintBottom_toBottomOf="parent"
android:background="#C0BFBF"/>
</androidx.constraintlayout.widget.ConstraintLayout>