From 91eb5026f999ee349079c8cfcc77ac67b76c1ef2 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Tue, 6 Apr 2021 14:58:01 +0200 Subject: android: Move "Recent files" below system file picker view Move the view that opens the system file picker when tapped above the "Recent files" view in the Android Viewer start activity. Change-Id: I63ee0ea7fb784a3405877fcf5ed587ce06e8e093 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113674 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- .../res/layout/activity_document_browser.xml | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'android/source') diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml index f2985511dd61..eb0dd590d2d5 100644 --- a/android/source/res/layout/activity_document_browser.xml +++ b/android/source/res/layout/activity_document_browser.xml @@ -59,31 +59,13 @@ android:showDividers="middle"> - - - - - @@ -106,6 +88,24 @@ android:textSize="24dp" /> + + + + + -- cgit