A menu resource defines an application menu—an options menu, context menu, or submenu—that can be inflated with MenuInflater . For a guide to using menus, see ...
I am using the PopupMenu from the androidx.appcompat.widget package (See the pic). Just curious if there is any simple way to set a header to the popup.
After user join the app by using the popupmenu button , I want to change the join title to User profile. But I don't know how to change the title of ...