aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_fragment_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/abstract_fragment_container.xml')
-rw-r--r--app/src/main/res/layout/abstract_fragment_container.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/abstract_fragment_container.xml b/app/src/main/res/layout/abstract_fragment_container.xml
index 61e17d1d..f13356c4 100644
--- a/app/src/main/res/layout/abstract_fragment_container.xml
+++ b/app/src/main/res/layout/abstract_fragment_container.xml
@@ -2,5 +2,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_container"
android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1"/> \ No newline at end of file
+ android:layout_height="match_parent"
+ android:layout_marginTop="?attr/actionBarSize"/> \ No newline at end of file