mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
fixing the bottom padding at timers
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
android:id="@+id/timers_list"
|
android:id="@+id/timers_list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"
|
android:clipToPadding="false"
|
||||||
android:paddingBottom="@dimen/fab_list_bottom_padding"
|
android:paddingBottom="@dimen/fab_list_bottom_padding"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
Reference in New Issue
Block a user