浏览代码

[공통][Common] 프로모션 팝업 레이아웃 수정

Hasemi 6 年之前
父节点
当前提交
733bcc09dd
共有 1 个文件被更改,包括 10 次插入9 次删除
  1. 10 9
      app/src/main/res/layout/dialog_promotion.xml

+ 10 - 9
app/src/main/res/layout/dialog_promotion.xml

@@ -44,23 +44,24 @@
 
       <CheckBox
         android:id="@+id/check_box_not_show"
-        android:layout_width="match_parent"
+        android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginStart="18dp"
-        android:layout_marginTop="6dp"
-        android:layout_marginBottom="6dp"
-        android:layout_marginEnd="18dp"
+        android:layout_marginStart="8dp"
+        android:layout_marginTop="8dp"
+        android:layout_marginEnd="8dp"
+        android:layout_marginBottom="8dp"
+        android:background="@null"
+        android:button="@null"
+        android:drawableLeft="@drawable/custom_check_box"
+        android:drawablePadding="8dp"
+        android:lineSpacingExtra="6sp"
         android:padding="10dp"
-        style="@style/CommonCheckBox"
         android:text="@string/not_show_today"
         android:textColor="@color/C999999"
         app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
         />
-
-
     </android.support.constraint.ConstraintLayout>
   </android.support.constraint.ConstraintLayout>
 </android.support.constraint.ConstraintLayout>