Add some margin to delete buttons

This commit is contained in:
Thomas 2025-06-06 10:42:08 +02:00
parent c5e096728e
commit 2e33cd58f5
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/remove"
android:layout_marginStart="5dp"
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
android:layout_width="36dp"
android:layout_height="36dp"

View file

@ -55,6 +55,7 @@
</androidx.appcompat.widget.LinearLayoutCompat>
<com.google.android.material.button.MaterialButton
android:layout_marginStart="5dp"
android:id="@+id/remove"
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
android:layout_width="36dp"