adding some bottom margin at the Mark Complete task button

This commit is contained in:
tibbi 2022-07-23 12:38:39 +02:00
parent 492c5ce621
commit fe17d2fe43

View File

@ -355,6 +355,7 @@
android:layout_below="@+id/task_type_divider"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/activity_margin"
android:layout_marginBottom="@dimen/activity_margin"
android:text="@string/mark_completed"
android:visibility="gone" />