mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-01 17:30:11 +02:00
adding some padding to the checkbox
This commit is contained in:
parent
6dab750fa3
commit
47364d1f24
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user