|
|
@@ -28,138 +28,183 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="5"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check0"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree1"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail0"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_check_button0"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="5"
|
|
|
+ >
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree2"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_detail_button1"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="5"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree2"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_detail_button2"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="5">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree2"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_detail_button3"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="5">
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check4"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree2"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail4"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_detail_button4"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="5"
|
|
|
+ >
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/agree_check5"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5pt"
|
|
|
android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="4"
|
|
|
android:textSize="15dp"
|
|
|
tools:text="@string/phone_identify_agree2"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/btn_detail5"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/agree_detail_button5"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@drawable/circle_full"
|
|
|
+ android:layout_marginLeft="5pt"
|
|
|
+ android:layout_marginTop="3pt"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=">"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="15dp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|