adding some padding to the checkbox

This commit is contained in:
Tibor Kaputa
2021-10-12 11:52:31 +02:00
committed by GitHub
parent 6dab750fa3
commit 47364d1f24

View File

@ -69,7 +69,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground">
android:background="?attr/selectableItemBackground"
android:paddingTop="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin">
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
android:id="@+id/settings_move_undone_checklist_items"