|
|
@@ -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>
|