Skip to content

Commit 82f47f1

Browse files
committed
make the checklist cross and check a bit smaller
1 parent 7740a3c commit 82f47f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/res/layout/item_checklist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
android:id="@+id/checklist_image"
2828
android:layout_width="@dimen/checklist_image_size"
2929
android:layout_height="@dimen/checklist_image_size"
30-
android:paddingTop="@dimen/medium_margin"
31-
android:paddingBottom="@dimen/medium_margin"
30+
android:paddingTop="@dimen/normal_margin"
31+
android:paddingBottom="@dimen/normal_margin"
3232
android:src="@drawable/ic_cross_vector"
3333
app:layout_constraintBottom_toBottomOf="parent"
3434
app:layout_constraintEnd_toStartOf="@+id/checklist_drag_handle"

app/src/main/res/values/dimens.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<dimen name="checklist_image_size">52dp</dimen>
2+
<dimen name="checklist_image_size">56dp</dimen>
33
</resources>

0 commit comments

Comments
 (0)