|
|
@@ -85,37 +85,35 @@
|
|
|
android:layout_marginRight="15dp"
|
|
|
android:background="@color/white_bg_line" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="15dp">
|
|
|
+ android:padding="15dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
style="@style/txt_style_15"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
android:text="银行卡" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_bank"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
android:background="@null"
|
|
|
android:drawablePadding="10dp"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:lines="1"
|
|
|
android:hint="请填写银行卡"
|
|
|
android:inputType="number"
|
|
|
android:maxLength="19"
|
|
|
android:textColor="@color/txt_black_9e9c9c"
|
|
|
android:textSize="@dimen/text_size_2" />
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -124,37 +122,35 @@
|
|
|
android:layout_marginRight="15dp"
|
|
|
android:background="@color/white_bg_line" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="15dp">
|
|
|
+ android:padding="15dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
style="@style/txt_style_15"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
android:text="手机号" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_bank_mobile"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
android:background="@null"
|
|
|
android:drawablePadding="10dp"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:lines="1"
|
|
|
android:hint="请填写银行卡预留手机号"
|
|
|
android:inputType="number"
|
|
|
android:maxLength="19"
|
|
|
android:textColor="@color/txt_black_9e9c9c"
|
|
|
android:textSize="@dimen/text_size_2" />
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
<View
|
|
|
@@ -164,38 +160,36 @@
|
|
|
android:layout_marginRight="15dp"
|
|
|
android:background="@color/white_bg_line" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="15dp">
|
|
|
+ android:padding="15dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
style="@style/txt_style_15"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
android:text="身份证" />
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_id_card"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
android:background="@null"
|
|
|
android:drawablePadding="10dp"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:lines="1"
|
|
|
android:hint="请填写身份证号"
|
|
|
android:maxLength="18"
|
|
|
android:textColor="@color/txt_black_9e9c9c"
|
|
|
android:textSize="@dimen/text_size_2" />
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|