Skip to content
Snippets Groups Projects
Verified Commit 60ace405 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix bug where Toolbar was invisible in landscape on tablets/phablets

parent 0b496119
Branches
Tags v1.3.1
No related merge requests found
Pipeline #561 passed
......@@ -25,6 +25,10 @@
android:fitsSystemWindows="true"
android:orientation="vertical">
<include
android:id="@+id/layout_toolbar"
layout="@layout/layout_toolbar" />
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
......@@ -98,6 +102,4 @@
</androidx.coordinatorlayout.widget.CoordinatorLayout>
<include android:id="@+id/layout_toolbar" layout="@layout/layout_toolbar" />
</LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment