Home > Software engineering >  How to give round corners to a PopupMenu
How to give round corners to a PopupMenu

Time:11-23

I want to ad a PopupMenu a round corner.I did it successfully on a toolbar by using a roundCornerDrawable in the appTheme so that it became round corner. But what I want is to give round corner to a popupMenu which is created dynamically on a button unlike a popupMenuu created in toolbar by inflating it.

Thanks in advance

  • Related