Commit 2e33cd58 authored by Thomas's avatar Thomas
Browse files

Add some margin to delete buttons

parent c5e09672
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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"