This commit is contained in:
2023-10-24 17:20:38 +08:00
parent 07f7a28d0a
commit 06f0e59c70
71 changed files with 944 additions and 265 deletions

View File

@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:layout_marginTop="12dp"
android:gravity="left|center"
android:layout_marginBottom="12dp"
@@ -17,7 +18,7 @@
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="sdsdsdsd"
tools:text="sdsdsdsd"
android:gravity="center"
android:layout_marginLeft="5dp"
android:textColor="#333333"