'How to implement android material toggle button group with menu option

How can we create a UI element shown below using Android Material Button

enter image description here

For option 1,2,3 we can simply use com.google.android.material.button.MaterialButtonToggleGroup but last button in this behaves like a Dropdown, In android material we can use menus to create a dropdown like this. I just want to understand how we can club these two (MaterialButtonToggleGroup and Material Menu).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source