Skip to content

Commit 26ced72

Browse files
imhappipaulfthomas
authored andcommitted
[Catalog] Fix Navigation Drawer demo to undo keyboard navigation clusters in AppBarLayout/Toolbar
PiperOrigin-RevId: 776646287
1 parent e0b6a27 commit 26ced72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

catalog/java/io/material/catalog/navigationdrawer/res/layout/cat_navigationdrawer.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@
3333
<com.google.android.material.appbar.AppBarLayout
3434
android:layout_width="match_parent"
3535
android:layout_height="wrap_content"
36+
android:touchscreenBlocksFocus="false"
3637
android:fitsSystemWindows="true">
3738

3839
<androidx.appcompat.widget.Toolbar
3940
android:id="@+id/toolbar"
4041
style="?attr/catalogToolbarStyle"
4142
android:layout_width="match_parent"
4243
android:layout_height="wrap_content"
44+
android:touchscreenBlocksFocus="false"
4345
app:navigationIcon="@drawable/ic_drawer_menu_24px"
4446
app:title="@string/cat_navigationdrawer_title"/>
4547
</com.google.android.material.appbar.AppBarLayout>

0 commit comments

Comments
 (0)