瀏覽代碼

[설정][Bug] 탈퇴 신청 버튼 수정

Hasemi 7 年之前
父節點
當前提交
7e5b153196
共有 1 個文件被更改,包括 32 次插入20 次删除
  1. 32 20
      app/src/main/res/layout/setting_user_quit_information.xml

+ 32 - 20
app/src/main/res/layout/setting_user_quit_information.xml

@@ -404,7 +404,6 @@
       android:layout_height="wrap_content"
       android:layout_marginStart="25dp"
       android:layout_marginEnd="25dp"
-      android:layout_marginBottom="9dp"
       android:orientation="vertical">
 
     <RelativeLayout
@@ -439,25 +438,38 @@
 
   </LinearLayout>
 
-  <LinearLayout
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_gravity="bottom"
-    android:layout_marginStart="25dp"
-    android:layout_marginEnd="25dp"
-    android:layout_marginBottom="25dp"
-    android:orientation="vertical">
-
-    <Button
+    <LinearLayout
       android:layout_width="match_parent"
-      android:layout_height="wrap_content"
-      android:layout_gravity="bottom"
-      android:background="@color/C000000"
-      android:lineSpacingExtra="6sp"
-      android:text="@string/confirm"
-      android:textColor="@color/CFFFFFF"
-      android:textSize="15sp"
-      />
-  </LinearLayout>
+      android:layout_height="match_parent"
+      android:layout_marginTop="35dp"
+      android:layout_marginStart="25dp"
+      android:layout_marginEnd="25dp"
+      android:layout_marginBottom="25dp"
+      android:orientation="horizontal"
+      android:weightSum="4">
+
+      <Button
+        android:layout_width="0dp"
+        android:layout_height="wrap_content"
+        android:layout_gravity="bottom"
+        android:layout_marginEnd="4dp"
+        android:layout_weight="2"
+        android:background="@drawable/input_black_border"
+        android:text="@string/cancel"
+        />
+
+      <Button
+        android:layout_width="0dp"
+        android:layout_height="wrap_content"
+        android:layout_gravity="bottom"
+        android:layout_marginStart="4dp"
+        android:layout_weight="2"
+        android:background="@color/C000000"
+        android:lineSpacingExtra="6sp"
+        android:text="@string/user_quit_request"
+        android:textColor="@color/CFFFFFF"
+        android:textSize="15sp"
+        />
+    </LinearLayout>
 </LinearLayout>
   </ScrollView>