android/source/res/layout/activity_document_browser.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7e04333c194eaeb161291a984a777a2fe67da104 Author: Mert Tumer <merttu...@outlook.com> Date: Sat Jul 7 22:26:32 2018 -0700 tdf#118618 fix document browser doesnt list all documents Change-Id: I70aa1eb2bf08d3fa82a5ab86543198a263729ac9 Reviewed-on: https://gerrit.libreoffice.org/57150 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml index 63f72346c0c6..8e17a3e1624f 100644 --- a/android/source/res/layout/activity_document_browser.xml +++ b/android/source/res/layout/activity_document_browser.xml @@ -47,7 +47,7 @@ app:layout_constraintLeft_toLeftOf="parent"> <!-- The content --> - <ScrollView + <android.support.v4.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent"> @@ -106,7 +106,7 @@ </LinearLayout> - </ScrollView> + </android.support.v4.widget.NestedScrollView> <!-- The navigation drawer --> <android.support.design.widget.NavigationView _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits