Fix issue with recyclerview scrolling

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-04-19 13:10:28 +02:00
parent 9f995d57a1
commit 3176ae839d
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:clipToPadding="false"
android:layout_below="@id/divider"
android:paddingBottom="64dp"

View File

@ -32,6 +32,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/separator"
android:focusable="true"
android:id="@+id/messagesRecyclerView"/>
<View