瀏覽代碼

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

Hasemi 7 年之前
父節點
當前提交
4b7713266f
共有 1 個文件被更改,包括 6 次插入1 次删除
  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"
     >