[Catalog][BottomAppBar] remove the overflow menu from the bottom app bar demo

PiperOrigin-RevId: 431749183
This commit is contained in:
jeremymuhia 2022-03-01 12:27:05 -08:00 committed by Hunter Stich
parent bfb6086e24
commit 52daa6f8a9

View File

@ -28,5 +28,5 @@
<item
android:icon="@drawable/ic_dashboard_24px"
android:title="@string/cat_bottomappbar_dashboard"
app:showAsAction="never"/>
app:showAsAction="ifRoom"/>
</menu>