对能力测评的布局上优化和添加实名认证的姓名赋值绑定银行卡和用户资料

This commit is contained in:
md
2021-06-30 18:28:19 +08:00
parent c65a11659d
commit d3c725ac57
9 changed files with 93 additions and 48 deletions

View File

@@ -191,7 +191,7 @@
android:id="@+id/tv_qq"
android:layout_width="80dp"
android:layout_height="wrap_content"
android:text="QQ号码*"
android:text="QQ号码"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
style="@style/user_text_style"
@@ -203,6 +203,7 @@
android:layout_centerVertical="true"
android:hint="请输入QQ号码 "
style="@style/user_hint_style"
android:digits="0123456789"
android:layout_height="wrap_content"
/>
</RelativeLayout>
@@ -222,7 +223,7 @@
android:id="@+id/tv_mailbox"
android:layout_width="80dp"
android:layout_height="wrap_content"
android:text="电子邮箱*"
android:text="电子邮箱"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
style="@style/user_text_style"

View File

@@ -2,10 +2,12 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
>
<RadioButton
android:id="@+id/tv_option_layer_index"

View File

@@ -2,6 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_marginTop="20dp"
android:layout_height="wrap_content">
<TextView