List: add overScroll

This commit is contained in:
ganfra
2019-08-14 14:18:42 +02:00
parent 347dcb469a
commit 63af03bedd
6 changed files with 7 additions and 1 deletions

View File

@ -98,6 +98,7 @@
android:id="@+id/recyclerView"
android:layout_width="0dp"
android:layout_height="0dp"
android:overScrollMode="always"
app:layout_constraintBottom_toTopOf="@+id/recyclerViewBarrier"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"