|
|
@@ -1,17 +1,12 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="#f0f0f0"
|
|
|
+ android:background="@color/bg_class_grey"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
- <com.kfzs.libs.widget.navigation.NavigationBar
|
|
|
- android:id="@+id/navigationbar"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
- android:background="#d40004" />
|
|
|
+ <include layout="@layout/title" />
|
|
|
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -23,8 +18,7 @@
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingTop="14dp"
|
|
|
- android:paddingBottom="14dp"
|
|
|
+ android:padding="@dimen/content_padding_13"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
@@ -32,24 +26,20 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/gx_bg_credit_card_white_corner"
|
|
|
android:padding="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
android:text="@string/ms_top_str" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="带'*'为必填项,其他为非必填项"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginTop="@dimen/content_padding_13"
|
|
|
android:padding="10dp"
|
|
|
android:textSize="11sp" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="10dp">
|
|
|
+ android:orientation="vertical">
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -65,12 +55,14 @@
|
|
|
<ImageView
|
|
|
android:layout_width="144dp"
|
|
|
android:layout_height="90dp"
|
|
|
+ android:layout_marginTop="@dimen/content_padding"
|
|
|
android:layout_centerInParent="true"
|
|
|
android:src="@drawable/ic_zx_card" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/content_padding"
|
|
|
android:text="中信易卡(金卡)" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -255,8 +247,6 @@
|
|
|
android:id="@+id/ll_agreement"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
>
|
|
|
<CheckBox
|
|
|
android:id="@+id/cb_agreement"
|
|
|
@@ -281,16 +271,8 @@
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_next"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_marginRight="12dp"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
- android:textSize="15sp"
|
|
|
- android:text="下一步>"
|
|
|
- android:background="#3598fe"
|
|
|
- />
|
|
|
+ style="@style/style_button"
|
|
|
+ android:text="下一步>"/>
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|