aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-large-land/abstract_fragment_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-large-land/abstract_fragment_container.xml')
-rw-r--r--app/src/main/res/layout-large-land/abstract_fragment_container.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-large-land/abstract_fragment_container.xml b/app/src/main/res/layout-large-land/abstract_fragment_container.xml
index 5e3b1561..3901710f 100644
--- a/app/src/main/res/layout-large-land/abstract_fragment_container.xml
+++ b/app/src/main/res/layout-large-land/abstract_fragment_container.xml
@@ -2,8 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1">
+ android:layout_height="match_parent"
+ android:layout_marginTop="?attr/actionBarSize">
<FrameLayout
android:id="@+id/fragment_container"