Skip to content

Commit 5cfc7d7

Browse files
committed
fixing the bottom padding at timers
1 parent 22d86f9 commit 5cfc7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_timer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:id="@+id/timers_list"
1111
android:layout_width="match_parent"
1212
android:layout_height="match_parent"
13-
android:orientation="vertical"
13+
android:clipToPadding="false"
1414
android:paddingBottom="@dimen/fab_list_bottom_padding"
1515
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
1616
app:layout_constraintBottom_toBottomOf="parent"

0 commit comments

Comments
 (0)