|
|
@@ -245,18 +245,11 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/checkbox_all_agree"
|
|
|
+ style="@style/CommonCheckBox"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/custom_check_box"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/phone_identify_all_agree"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textIsSelectable="false"
|
|
|
- android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -319,17 +312,11 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/checkbox_agree1"
|
|
|
+ style="@style/CommonCheckBox"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/custom_check_box"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/phone_identify_agree1"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -352,17 +339,11 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/checkbox_agree2"
|
|
|
+ style="@style/CommonCheckBox"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/custom_check_box"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/phone_identify_agree2"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -385,17 +366,11 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/checkbox_agree3"
|
|
|
+ style="@style/CommonCheckBox"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/custom_check_box"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/phone_identify_agree3"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -418,17 +393,11 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/checkbox_agree4"
|
|
|
+ style="@style/CommonCheckBox"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/custom_check_box"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/phone_identify_agree4"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -581,8 +550,8 @@
|
|
|
android:textColor="@color/CF12815"
|
|
|
android:textSize="10sp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
tools:text="asdasdflkjasdlfkjalksdfjklasdf"
|
|
|
+ tools:visibility="visible"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -592,8 +561,8 @@
|
|
|
android:id="@+id/layout_input_auth_number"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
android:paddingTop="16dp"
|
|
|
+ android:visibility="gone"
|
|
|
tools:visibility="visible"
|
|
|
>
|
|
|
|
|
|
@@ -689,13 +658,13 @@
|
|
|
android:id="@+id/text_authorized_number_validation"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
android:textColor="@color/CF12815"
|
|
|
android:textSize="10sp"
|
|
|
- android:layout_marginTop="7dp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
tools:text="adfasdfkljlg alkasdfklj"
|
|
|
+ tools:visibility="visible"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|