|
|
@@ -2,164 +2,131 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
android:background="@color/white_light"
|
|
|
- >
|
|
|
- <include
|
|
|
- layout="@layout/title"/>
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
+ <include layout="@layout/title" />
|
|
|
|
|
|
|
|
|
-<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:background="@drawable/x_shap_shadow_bg_rectgangle_white"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- >
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="15dp"
|
|
|
- android:id="@+id/rl_phone"
|
|
|
- >
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="姓 名"
|
|
|
- style="@style/txt_style_15"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- />
|
|
|
-
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/et_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:background="@null"
|
|
|
- android:textSize="@dimen/text_size_2"
|
|
|
- android:hint="请填写姓名"
|
|
|
- android:textColor="@color/txt_black_9e9c9c"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/white_bg_line"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
- />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:padding="15dp"
|
|
|
- >
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="身份证"
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
- style="@style/txt_style_15"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- />
|
|
|
-
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:background="@drawable/x_shap_shadow_bg_rectgangle_white"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/et_id_card"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_phone"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:background="@null"
|
|
|
- android:hint="请填写身份证号"
|
|
|
- android:maxLength="18"
|
|
|
- android:textSize="@dimen/text_size_2"
|
|
|
- android:textColor="@color/txt_black_9e9c9c"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1px"
|
|
|
- android:background="@color/white_bg_line"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
- />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:padding="15dp"
|
|
|
- >
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:padding="15dp">
|
|
|
+
|
|
|
+
|
|
|
+ <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:text="姓 名" />
|
|
|
+
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:hint="请填写姓名"
|
|
|
+ android:textColor="@color/txt_black_9e9c9c"
|
|
|
+ android:textSize="@dimen/text_size_2" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:background="@color/white_bg_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="银行卡"
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
- style="@style/txt_style_15"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- />
|
|
|
-
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/et_bank"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:padding="15dp">
|
|
|
+
|
|
|
+
|
|
|
+ <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:text="身份证" />
|
|
|
+
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_id_card"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:hint="请填写身份证号"
|
|
|
+ android:maxLength="18"
|
|
|
+ android:textColor="@color/txt_black_9e9c9c"
|
|
|
+ android:textSize="@dimen/text_size_2" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:background="@color/white_bg_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:background="@null"
|
|
|
- android:inputType="number"
|
|
|
- android:maxLength="19"
|
|
|
- android:hint="请填写银行卡"
|
|
|
- android:textSize="@dimen/text_size_2"
|
|
|
- android:textColor="@color/txt_black_9e9c9c"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-</LinearLayout>
|
|
|
+ android:padding="15dp">
|
|
|
+
|
|
|
+ <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:text="银行卡" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_bank"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:hint="请填写银行卡"
|
|
|
+ android:inputType="number"
|
|
|
+ android:maxLength="19"
|
|
|
+ android:textColor="@color/txt_black_9e9c9c"
|
|
|
+ android:textSize="@dimen/text_size_2" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_submit"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="40dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:background="@drawable/selector_button_full_main"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="@dimen/content_padding_10"
|
|
|
- android:text="提交"
|
|
|
- android:textColor="@color/txt_black_010101"
|
|
|
- android:textSize="@dimen/text_size_18" />
|
|
|
+ style="@style/style_button"
|
|
|
+ android:text="提交" />
|
|
|
</LinearLayout>
|