From 371cecff13c1ba8d2ace97695c7ede6d90440736 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Thu, 11 Jun 2015 20:43:17 +0200 Subject: Android: do not hide toolbar under the drawer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I329b1e5eb63c023a488c72137d9775f1f19b9e3d Reviewed-on: https://gerrit.libreoffice.org/16247 Tested-by: Jenkins Reviewed-by: Jacobo Aragunde Pérez --- .../res/layout/activity_document_browser.xml | 47 +++++++++++++--------- 1 file changed, 27 insertions(+), 20 deletions(-) (limited to 'android') diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml index f54591b35ef4..297dba1558e6 100644 --- a/android/source/res/layout/activity_document_browser.xml +++ b/android/source/res/layout/activity_document_browser.xml @@ -6,31 +6,38 @@ License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + android:layout_height="match_parent" + android:orientation="vertical" > - - + + + + android:layout_height="match_parent"> - + - + - - + + - + + -- cgit