修改’我的‘得页面修改

This commit is contained in:
md
2021-09-07 19:02:14 +08:00
parent 13bf70c69a
commit 4911f5df93
12 changed files with 166 additions and 145 deletions

View File

@@ -10,10 +10,12 @@
<TextView
android:id="@+id/tv_view"
android:layout_width="wrap_content"
android:textColor="@color/white"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
android:layout_marginBottom="20dp"
/>
</androidx.constraintlayout.widget.ConstraintLayout>