|
|
@@ -66,6 +66,7 @@
|
|
|
android:id="@+id/radio_button_local"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:checked="true"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -80,6 +81,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginStart="-10dp"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:checked="false"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -161,6 +163,7 @@
|
|
|
android:id="@+id/radio_button_male"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:checked="true"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -175,6 +178,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginStart="-10dp"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:checked="false"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -232,6 +236,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="3pt"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8dp"
|
|
|
@@ -266,6 +271,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8.5dp"
|
|
|
@@ -298,6 +304,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8.5dp"
|
|
|
@@ -330,6 +337,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8.5dp"
|
|
|
@@ -362,6 +370,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="9"
|
|
|
+ android:background="@null"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/custom_check_box"
|
|
|
android:drawablePadding="8.5dp"
|
|
|
@@ -447,6 +456,7 @@
|
|
|
android:id="@+id/edit_text_phone_number"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@null"
|
|
|
android:hint="@string/phone_identify_phone_hint"
|
|
|
android:inputType="number"
|
|
|
@@ -455,7 +465,6 @@
|
|
|
android:textColor="#000000"
|
|
|
android:textColorHint="#c5c5c5"
|
|
|
android:textSize="14sp"
|
|
|
- android:layout_weight="1"
|
|
|
/>-
|
|
|
|
|
|
<TextView
|
|
|
@@ -515,6 +524,7 @@
|
|
|
android:id="@+id/edit_text_authorized_number"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
android:background="@null"
|
|
|
android:hint="@string/phone_identify_six_characters"
|
|
|
android:inputType="number"
|
|
|
@@ -522,7 +532,6 @@
|
|
|
android:maxLength="6"
|
|
|
android:textColor="#000000"
|
|
|
android:textColorHint="#c5c5c5"
|
|
|
- android:layout_weight="1"
|
|
|
android:textSize="14sp"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -531,35 +540,36 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
>
|
|
|
- <ImageView
|
|
|
- android:layout_width="13dp"
|
|
|
- android:layout_height="13dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginLeft="8.8dp"
|
|
|
- android:layout_marginRight="5.3dp"
|
|
|
- android:src="@drawable/icon_input_clock"
|
|
|
- />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_phone_identify_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="12dp"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
- android:textColor="#999999"
|
|
|
- android:textSize="14sp"
|
|
|
- tools:text="2:55"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/button_phone_identify_time_expansion"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="end"
|
|
|
- android:lineSpacingExtra="3.5sp"
|
|
|
- android:text="@string/phone_identify_time_delay"
|
|
|
- android:textColor="@color/button_state_color"
|
|
|
- android:textSize="12sp"/>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="13dp"
|
|
|
+ android:layout_height="13dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="8.8dp"
|
|
|
+ android:layout_marginRight="5.3dp"
|
|
|
+ android:src="@drawable/icon_input_clock"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_phone_identify_time"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:lineSpacingExtra="5.5sp"
|
|
|
+ android:textColor="#999999"
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="2:55"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/button_phone_identify_time_expansion"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end"
|
|
|
+ android:lineSpacingExtra="3.5sp"
|
|
|
+ android:text="@string/phone_identify_time_delay"
|
|
|
+ android:textColor="@color/button_state_color"
|
|
|
+ android:textSize="12sp"/>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|