Browse Source

[회원가입][Bug]약관 동의 버튼 마진 조정

Hasemi 7 năm trước cách đây
mục cha
commit
4b7713266f
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      app/src/main/res/layout/fragment_sign_up_agree.xml

+ 6 - 1
app/src/main/res/layout/fragment_sign_up_agree.xml

@@ -246,10 +246,15 @@
       android:src="@drawable/icon_detail_arrow"/>
   </LinearLayout>
 
+  <Space
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:layout_weight="1"/>
+
   <LinearLayout
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:layout_marginTop="189dp"
+    android:layout_marginBottom="35dp"
     android:gravity="center"
     >