[Libreoffice-commits] core.git: android/source
Mert Tumer
merttumer at outlook.com
Thu Jul 12 13:55:53 UTC 2018
android/source/res/layout/activity_document_browser.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7e04333c194eaeb161291a984a777a2fe67da104
Author: Mert Tumer <merttumer at 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 <quikee at 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
More information about the Libreoffice-commits
mailing list