Skip to content

Commit 5c73d7a

Browse files
leticiarossiimhappi
authored andcommitted
[BottomAppBar][a11y] Remove special key shortcut and keyboard navigation cluster for bottom app bar for correct keyboard navigation a11y.
PiperOrigin-RevId: 822720920
1 parent 6c4db77 commit 5c73d7a

File tree

1 file changed

+2
-0
lines changed
  • lib/java/com/google/android/material/bottomappbar/res/values

1 file changed

+2
-0
lines changed

lib/java/com/google/android/material/bottomappbar/res/values/styles.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<item name="fabAlignmentMode">center</item>
3535
<item name="menuAlignmentMode">auto</item>
3636
<item name="addElevationShadow">true</item>
37+
<item name="android:keyboardNavigationCluster" tools:targetApi="o">false</item>
38+
<item name="android:touchscreenBlocksFocus">false</item>
3739
</style>
3840

3941
<style name="Widget.MaterialComponents.BottomAppBar.Colored" parent="Widget.MaterialComponents.BottomAppBar">

0 commit comments

Comments
 (0)