mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 03:50:07 +01:00
make the checklist cross and check a bit smaller
This commit is contained in:
parent
7740a3cfb8
commit
82f47f13fa
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<dimen name="checklist_image_size">52dp</dimen>
|
||||
<dimen name="checklist_image_size">56dp</dimen>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user