mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +01:00
Fix issue with recyclerview scrolling
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
9f995d57a1
commit
3176ae839d
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user