When working with NavigationView
there is a tools:showIn="navigation_view"
on its menu.xml
file which make its preview turn into a hamburger menu style and not a regular Toolbar
action item.
Is there any other value we can provide to showIn
that is default to Android platform itself? I know we can also provide a layout but what I am looking for is its equivalent on other navigation view like BottomNavigationView
.