Diff - 7e04333c194eaeb161291a984a777a2fe67da104^! - core (original) (raw)

gerrit.libreoffice.org / core / 7e04333c194eaeb161291a984a777a2fe67da104^! / .

commit 7e04333c194eaeb161291a984a777a2fe67da104 [log]
author Mert Tumer merttumer@outlook.com Sat Jul 07 22:26:32 2018 -0700
committer Tomaž Vajngerl quikee@gmail.com Thu Jul 12 15:55:25 2018 +0200
tree 1ca247fdc2765197e0e9f86cec28ba6ed6c76443
parent f5db384409e85a4e98773265be68adad6fe65866 [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

diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml index 63f7234..8e17a3e 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