We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a1a86 commit d42adf2Copy full SHA for d42adf2
android/modules/ui/res/layout/titanium_ui_drawer_layout.xml
@@ -1,7 +1,6 @@
1
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
android:layout_width="match_parent"
3
- android:layout_height="match_parent"
4
- android:fitsSystemWindows="true">
+ android:layout_height="match_parent">
5
6
<LinearLayout
7
android:id="@+id/drawer_layout_container"
@@ -14,7 +13,6 @@
14
13
15
android:layout_height="wrap_content"
16
android:background="?attr/colorPrimary"
17
- android:fitsSystemWindows="true"
18
android:minHeight="?attr/actionBarSize"
19
android:visibility="gone" />
20
0 commit comments