소스 검색

[회원가입][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"
     >