Calling setBackgroundDrawable before showing the PopupWindow works fine. But when I call it after showing the PopupWindow it has no effect.
Is there a particular way I need to set the background after the PopupWindow is shown?
Thank you very much.
Found it! I can set the background of the main layout view of the PopupWindow…