Browse Source

[회원가입][Bug] 모바일 인증 레이아웃 정리 2

hyodong.min 7 years ago
parent
commit
d811d55685
1 changed files with 10 additions and 8 deletions
  1. 10 8
      app/src/main/res/layout/sign_up_phone_authorization_view.xml

+ 10 - 8
app/src/main/res/layout/sign_up_phone_authorization_view.xml

@@ -231,9 +231,9 @@
     <LinearLayout
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
-      android:layout_marginLeft="24dp"
+      android:layout_marginStart="24dp"
       android:layout_marginTop="53dp"
-      android:layout_marginRight="19dp"
+      android:layout_marginEnd="19dp"
       android:orientation="horizontal"
       >
 
@@ -296,13 +296,14 @@
       android:layout_height="wrap_content"
       android:orientation="vertical"
       android:visibility="gone"
+      tools:visibility="visible"
       >
 
       <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="24dp"
-        android:layout_marginEnd="20dp"
+        android:layout_marginEnd="25dp"
         android:layout_marginBottom="14dp"
         android:orientation="horizontal"
         >
@@ -335,7 +336,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="24dp"
-        android:layout_marginEnd="20dp"
+        android:layout_marginEnd="25dp"
         android:layout_marginBottom="14dp"
         android:orientation="horizontal"
         >
@@ -368,7 +369,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="24dp"
-        android:layout_marginEnd="20dp"
+        android:layout_marginEnd="25dp"
         android:layout_marginBottom="14dp"
         android:orientation="horizontal"
         >
@@ -401,7 +402,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="24dp"
-        android:layout_marginEnd="20dp"
+        android:layout_marginEnd="25dp"
         android:layout_marginBottom="14dp"
         android:orientation="horizontal"
         >
@@ -584,7 +585,7 @@
       android:id="@+id/layout_input_auth_number"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
-      tools:visibility="gone"
+      tools:visibility="g"
       >
 
       <LinearLayout
@@ -623,6 +624,7 @@
           <ImageView
             android:layout_width="13dp"
             android:layout_height="13dp"
+            android:layout_marginTop="2dp"
             android:layout_gravity="center"
             android:layout_marginStart="9dp"
             android:layout_marginEnd="5dp"
@@ -634,8 +636,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center_vertical"
+            android:paddingTop="2dp"
             android:layout_marginEnd="12dp"
-            android:layout_marginBottom="1dp"
             android:lineSpacingExtra="5sp"
             android:textColor="@color/C999999"
             android:textSize="14sp"