summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMert Tumer <merttumer@outlook.com>2018-07-07 22:26:32 -0700
committerTomaž Vajngerl <quikee@gmail.com>2018-07-12 15:55:25 +0200
commit7e04333c194eaeb161291a984a777a2fe67da104 (patch)
tree1ca247fdc2765197e0e9f86cec28ba6ed6c76443 /android
parentf5db384409e85a4e98773265be68adad6fe65866 (diff)
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 <quikee@gmail.com>
Diffstat (limited to 'android')
-rw-r--r--android/source/res/layout/activity_document_browser.xml4
1 files changed, 2 insertions, 2 deletions
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