修改页面bug

This commit is contained in:
md
2021-07-26 21:12:53 +08:00
parent 7339f6ad1d
commit e8537942fc
44 changed files with 455 additions and 185 deletions

View File

@@ -8,13 +8,14 @@
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:text="众包录像 测试3"
android:textColor="#333"
android:layout_margin="20dp"
android:textSize="18sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView