make the checklist cross and check a bit smaller

This commit is contained in:
tibbi 2021-01-21 19:02:28 +01:00
parent 7740a3cfb8
commit 82f47f13fa
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@
android:id="@+id/checklist_image"
android:layout_width="@dimen/checklist_image_size"
android:layout_height="@dimen/checklist_image_size"
android:paddingTop="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin"
android:paddingTop="@dimen/normal_margin"
android:paddingBottom="@dimen/normal_margin"
android:src="@drawable/ic_cross_vector"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/checklist_drag_handle"

View File

@ -1,3 +1,3 @@
<resources>
<dimen name="checklist_image_size">52dp</dimen>
<dimen name="checklist_image_size">56dp</dimen>
</resources>