完成'我的'页面部细节问题和常见问题 页面

This commit is contained in:
md
2021-06-02 18:13:25 +08:00
parent 7101d0e35c
commit 33ad27a8ef
33 changed files with 425 additions and 274 deletions

View File

@@ -31,6 +31,7 @@
android:layout_toRightOf="@id/iv_find_task"
android:gravity="center"
android:text="实名认证"
android:textColor="#fff"
android:textSize="17sp"
android:textStyle="bold" />
@@ -55,7 +56,7 @@
android:layout_width="100dp"
android:layout_height="wrap_content"
android:gravity="center"
android:text="姓名:"
android:text="姓 名:"
android:textColor="#333"
android:textSize="18sp" />
@@ -133,6 +134,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="40dp"
style="@style/user_data_style"
android:text="认证" />
</LinearLayout>