up主认证界面
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_card_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -426,7 +426,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_video_rz_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -472,7 +472,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_birthday_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -518,7 +518,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_wxcode_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_sanwei_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_height_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -787,7 +787,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_tiz_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -833,7 +833,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_xz_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
@@ -879,7 +879,7 @@
|
||||
android:layout_toLeftOf="@+id/iv_city_right"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:text="未填写"
|
||||
android:hint="未填写"
|
||||
android:textColor="#666666"
|
||||
android:textSize="@dimen/dp14" />
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
android:text="请按照要求进行视频认证:请你本人正脸上半身入镜宣读下面文本内容"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tips"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="其中:xxx替换为您的真实姓名"
|
||||
@@ -36,6 +37,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_txt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/dp10"
|
||||
@@ -50,7 +52,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/dp10"
|
||||
android:text="我的认证验证码是:6907"
|
||||
android:text=""
|
||||
android:layout_marginHorizontal="@dimen/dp15"
|
||||
android:layout_marginTop="@dimen/dp5"
|
||||
android:textColor="@color/black"
|
||||
|
||||
38
app/src/main/res/layout/activity_wx_code.xml
Normal file
38
app/src/main/res/layout/activity_wx_code.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:viewBindingIgnore="true"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/white">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="54dp"
|
||||
android:layout_marginTop="@dimen/dp20"
|
||||
android:background="@drawable/shape_f9fafc_bg_r14"
|
||||
android:layout_marginHorizontal="@dimen/dp20">
|
||||
<EditText
|
||||
android:maxLength="10"
|
||||
android:id="@+id/nick_name_edit_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="54dp"
|
||||
android:background="@null"
|
||||
android:hint="输入你的微信号"
|
||||
android:text=""
|
||||
android:textSize="14sp"
|
||||
android:textColor="@android:color/black"
|
||||
android:layout_marginLeft="16dp"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<Button
|
||||
android:id="@+id/nick_name_edit_button_confirm"
|
||||
android:layout_width="295dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginTop="80dp"
|
||||
android:layout_gravity="center"
|
||||
android:text="保存"
|
||||
android:textSize="17sp"
|
||||
android:enabled="true"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user