File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 android : background =" ?attr/selectableItemBackground"
99 android : clickable =" true"
1010 android : focusable =" true"
11- android : foreground =" @drawable/selector" >
11+ android : foreground =" @drawable/selector"
12+ android : paddingEnd =" @dimen/normal_margin" >
1213
1314 <com .simplemobiletools.commons.views.MyTextView
1415 android : id =" @+id/checklist_title"
2627 android : id =" @+id/checklist_image"
2728 android : layout_width =" @dimen/checklist_image_size"
2829 android : layout_height =" @dimen/checklist_image_size"
29- android : padding =" @dimen/activity_margin"
30+ android : paddingTop =" @dimen/medium_margin"
31+ android : paddingBottom =" @dimen/medium_margin"
3032 android : src =" @drawable/ic_cross_vector"
3133 app : layout_constraintBottom_toBottomOf =" parent"
3234 app : layout_constraintEnd_toStartOf =" @+id/checklist_drag_handle"
3638 android : id =" @+id/checklist_drag_handle"
3739 android : layout_width =" @dimen/checklist_image_size"
3840 android : layout_height =" @dimen/checklist_image_size"
39- android : padding =" @dimen/normal_margin"
41+ android : paddingTop =" @dimen/normal_margin"
42+ android : paddingBottom =" @dimen/normal_margin"
4043 android : src =" @drawable/ic_drag_handle_vector"
4144 android : visibility =" gone"
4245 app : layout_constraintBottom_toBottomOf =" parent"
Original file line number Diff line number Diff line change 11<resources >
2- <dimen name =" checklist_image_size" >64dp </dimen >
2+ <dimen name =" checklist_image_size" >52dp </dimen >
33</resources >
You can’t perform that action at this time.
0 commit comments