Skip to content

Commit d42adf2

Browse files
authored
fix(android): fix hidding actionbar in drawerLayout (tidev#14256)
* fix(android): fix hidding actionbar in drawerLayout * fix(android): fix hidding actionbar in drawerLayout
1 parent 26a1a86 commit d42adf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/modules/ui/res/layout/titanium_ui_drawer_layout.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
22
android:layout_width="match_parent"
3-
android:layout_height="match_parent"
4-
android:fitsSystemWindows="true">
3+
android:layout_height="match_parent">
54

65
<LinearLayout
76
android:id="@+id/drawer_layout_container"
@@ -14,7 +13,6 @@
1413
android:layout_width="match_parent"
1514
android:layout_height="wrap_content"
1615
android:background="?attr/colorPrimary"
17-
android:fitsSystemWindows="true"
1816
android:minHeight="?attr/actionBarSize"
1917
android:visibility="gone" />
2018

0 commit comments

Comments
 (0)