Closed ShaishavGandhi closed 1 year ago
Add elevation as an optional builder pattern. Will send a PR
Looks like popupWindow.setElevation(15f) won't have any effect since there's a transparent background on the popupWindow which takes away the illusion of the elevation.
popupWindow.setElevation(15f)
Looks good.
Add elevation as an optional builder pattern. Will send a PR