176 lines
7.9 KiB
XML
176 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:background="@drawable/bg_theme"
|
|
android:id="@+id/activity_bank_auth">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_58"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/return_btn"
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:layout_width="@dimen/dp_40"
|
|
android:layout_height="@dimen/dp_31"
|
|
android:src="@mipmap/return_lefts"
|
|
android:padding="@dimen/dp_10"
|
|
android:scaleType="fitXY"/>
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:id="@+id/submit"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="提交"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginTop="@dimen/dp_11"
|
|
android:text="银行卡信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_23" />
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/red"
|
|
android:text="*注意: 请添加本人银行卡, 否则无法提现成功"
|
|
></TextView>
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginRight="@dimen/dp_38"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_163"
|
|
app:cardCornerRadius="@dimen/dp_10">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<ImageView
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:id="@+id/up_bank_img"
|
|
android:src="@mipmap/bank_img"
|
|
android:layout_width="@dimen/dp_249"
|
|
android:layout_height="@dimen/dp_138"
|
|
android:scaleType="fitXY"/>
|
|
<TextView
|
|
android:layout_marginBottom="@dimen/dp_21"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="点击上传银行卡正面照"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_alignParentBottom="true"/>
|
|
</RelativeLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:id="@+id/zj_name2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:text="银行卡信息"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_13"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginRight="@dimen/dp_38"
|
|
android:padding="@dimen/dp_14"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_bai"
|
|
android:elevation="@dimen/dp_1">
|
|
<com.arpa.hndahesudintocctmsdriver.util.view.BaseRecyclerView
|
|
android:id="@+id/brv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
<LinearLayout
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="银行名称"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<EditText
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10"
|
|
android:id="@+id/bank_name"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
android:inputType="text"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:background="@null"
|
|
/>
|
|
</LinearLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="@drawable/bottom_xu"/>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="银行卡号"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<EditText
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10"
|
|
android:id="@+id/bank_number"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
android:inputType="number"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:background="@null"
|
|
/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout> |