From 5cfc7d7b2a98db127f76ad6b2a4bf8ca794c82bb Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 26 Dec 2022 10:15:22 +0100 Subject: [PATCH] fixing the bottom padding at timers --- app/src/main/res/layout/fragment_timer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_timer.xml b/app/src/main/res/layout/fragment_timer.xml index cc93fea1..14833408 100644 --- a/app/src/main/res/layout/fragment_timer.xml +++ b/app/src/main/res/layout/fragment_timer.xml @@ -10,7 +10,7 @@ android:id="@+id/timers_list" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" + android:clipToPadding="false" android:paddingBottom="@dimen/fab_list_bottom_padding" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:layout_constraintBottom_toBottomOf="parent"