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 e0b6a27 commit 26ced72Copy full SHA for 26ced72
catalog/java/io/material/catalog/navigationdrawer/res/layout/cat_navigationdrawer.xml
@@ -33,13 +33,15 @@
33
<com.google.android.material.appbar.AppBarLayout
34
android:layout_width="match_parent"
35
android:layout_height="wrap_content"
36
+ android:touchscreenBlocksFocus="false"
37
android:fitsSystemWindows="true">
38
39
<androidx.appcompat.widget.Toolbar
40
android:id="@+id/toolbar"
41
style="?attr/catalogToolbarStyle"
42
43
44
45
app:navigationIcon="@drawable/ic_drawer_menu_24px"
46
app:title="@string/cat_navigationdrawer_title"/>
47
</com.google.android.material.appbar.AppBarLayout>
0 commit comments