| | |
| | | <LinearLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" |
| | | android:orientation="vertical" |
| | | android:layout_height="wrap_content"> |
| | | android:background="@color/bg_main" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_card_site" |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:layout_height="45dp" |
| | | android:hint="请选择开户行" |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:textColor="#ff333333" |
| | | android:textSize="15sp" /> |
| | | android:orientation="vertical" |
| | | android:layout_height="wrap_content"> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="姓名" |
| | | android:textColor="#ff333333" |
| | | android:layout_marginTop="14dp" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="14dp" |
| | | android:textSize="14sp" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_card_name" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:hint="请输入" |
| | | android:gravity="center_vertical" |
| | | android:background="@color/white" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:textColor="#ff333333" |
| | | android:textSize="14sp" /> |
| | | |
| | | <include layout="@layout/include_line_left_14"/> |
| | | <include layout="@layout/include_line_left_14"/> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="支付宝账号" |
| | | android:textColor="#ff333333" |
| | | android:layout_marginTop="10dp" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="14dp" |
| | | android:textSize="14sp" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_card_name" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:hint="开户人姓名" |
| | | android:gravity="center_vertical" |
| | | android:background="@color/white" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:textColor="#ff333333" |
| | | android:textSize="15sp" /> |
| | | <EditText |
| | | android:id="@+id/et_card_num" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:hint="请输入" |
| | | android:gravity="center_vertical" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:background="@color/white" |
| | | android:textColor="#ff333333" |
| | | android:textSize="14sp" /> |
| | | |
| | | <include layout="@layout/include_line_left_14"/> |
| | | |
| | | <include layout="@layout/include_line_left_14"/> |
| | | |
| | | |
| | | <EditText |
| | | android:id="@+id/et_card_num" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:hint="银行卡号" |
| | | android:gravity="center_vertical" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:background="@color/white" |
| | | android:textColor="#ff333333" |
| | | android:textSize="15sp" /> |
| | | |
| | | <include layout="@layout/include_line_left_14"/> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_card_bank_name" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:hint="开户行名称" |
| | | android:gravity="center_vertical" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:background="@color/white" |
| | | android:textColor="#ff333333" |
| | | android:textSize="15sp" /> |
| | | |
| | | |
| | | |
| | | <include layout="@layout/include_line_left_14"/> |
| | | |
| | | <TextView |
| | | android:layout_marginTop="20dp" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:paddingStart="14dp" |
| | | android:paddingEnd="14dp" |
| | | android:text="开户行信息需要正确填写,否则无法提现, 查询开户行方法如下: |
| | | \n 1、拨打银行卡的背面的客服电话,根据语音提示查询。 |
| | | \n 2、携带身份证和银行卡到银行卡所属银行柜台查询。 |
| | | \n 3、登陆所属银行手机银行查询。 |
| | | \n 4、登陆网上银行查询。" |
| | | android:textColor="#ff333333" |
| | | android:textSize="15sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <include layout="@layout/include_weight_height"/> |
| | | |
| | |
| | | android:layout_marginBottom="14dp" |
| | | android:background="@drawable/bg_login" |
| | | android:gravity="center" |
| | | android:text="添加" |
| | | android:text="保存" |
| | | android:textColor="#ffffffff" |
| | | android:textSize="14sp" /> |
| | | |