From e2671b3c7f749c7bd3407df6a280160b8f8a3ea6 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Sun, 26 Mar 2017 20:12:31 +0300 Subject: [PATCH] Fix toolbar margin --- OsmAnd/res/layout/tab_content.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/OsmAnd/res/layout/tab_content.xml b/OsmAnd/res/layout/tab_content.xml index e421911b07..fc04add0c3 100644 --- a/OsmAnd/res/layout/tab_content.xml +++ b/OsmAnd/res/layout/tab_content.xml @@ -1,8 +1,9 @@ + android:layout_width="fill_parent" + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:orientation="vertical">