|
|
@@ -69,7 +69,7 @@
|
|
|
android:button="@null"
|
|
|
android:checked="true"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
- android:drawablePadding="5dp"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
android:gravity="center"
|
|
|
android:padding="8dp"
|
|
|
android:text="@string/phone_identify_local"
|
|
|
@@ -79,6 +79,7 @@
|
|
|
android:id="@+id/radio_button_foreign"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
+ android:layout_marginStart="-10dp"
|
|
|
android:button="@null"
|
|
|
android:checked="false"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -173,6 +174,7 @@
|
|
|
android:id="@+id/radio_button_female"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
|
+ android:layout_marginStart="-10dp"
|
|
|
android:button="@null"
|
|
|
android:checked="false"
|
|
|
android:drawableLeft="@drawable/radio_selector"
|
|
|
@@ -439,14 +441,12 @@
|
|
|
android:layout_marginLeft="24.5dp"
|
|
|
android:layout_marginRight="24.5dp"
|
|
|
android:layout_marginTop="25.5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:weightSum="5">
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
android:id="@+id/edit_text_phone_number"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="3"
|
|
|
android:background="@null"
|
|
|
android:hint="@string/phone_identify_phone_hint"
|
|
|
android:inputType="number"
|
|
|
@@ -455,15 +455,15 @@
|
|
|
android:textColor="#000000"
|
|
|
android:textColorHint="#c5c5c5"
|
|
|
android:textSize="14sp"
|
|
|
- />
|
|
|
+ android:layout_weight="1"
|
|
|
+ />-
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/button_identify_number_send"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
- android:gravity="end"
|
|
|
android:lineSpacingExtra="3.5sp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
android:text="@string/phone_identify_submit"
|
|
|
android:textColor="@color/button_state_color"
|
|
|
android:textSize="12sp"
|
|
|
@@ -513,9 +513,8 @@
|
|
|
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
android:id="@+id/edit_text_authorized_number"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="6"
|
|
|
android:background="@null"
|
|
|
android:hint="@string/phone_identify_six_characters"
|
|
|
android:inputType="number"
|
|
|
@@ -523,45 +522,44 @@
|
|
|
android:maxLength="6"
|
|
|
android:textColor="#000000"
|
|
|
android:textColorHint="#c5c5c5"
|
|
|
+ android:layout_weight="1"
|
|
|
android:textSize="14sp"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/phone_identify_layout"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ >
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="13dp"
|
|
|
+ android:layout_height="13dp"
|
|
|
android:layout_gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginLeft="8.8dp"
|
|
|
+ android:layout_marginRight="5.3dp"
|
|
|
+ android:src="@drawable/icon_input_clock"
|
|
|
+ />
|
|
|
|
|
|
- <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"
|
|
|
- />
|
|
|
+ <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>
|
|
|
|