Option menu with bottomsheetfragment
Clash Royale CLAN TAG #URR8PPP Option menu with bottomsheetfragment i want this type of option Menu . I also created the sheet fragment as below but how can i connect that with option menu Use this library. It will use same menu.xml for loading the bottom sheet. If your requirement is different let me know. I will update the answer. github.com/Kennyc1012/… – Gnanendra Kumar 4 mins ago 1 Answer 1 You can use NavigationView inside the BottomSheet and then add menu to the NavigationView as shown below. Step 1: Add NavigationView to the layout file of the BottomSheet. <com.google.android.material.navigation.NavigationView android:id="@+id/navView" android:layout_width="match_parent" android:layout_height="wrap_conten...