douglasjunior / android-simple-tooltip

A simple library based on PopupWindow to create Tooltips on Android. 💚
MIT License
797 stars 192 forks source link

Elevation property #76

Closed ShaishavGandhi closed 1 year ago

ShaishavGandhi commented 6 years ago

Add elevation as an optional builder pattern. Will send a PR

ShaishavGandhi commented 6 years ago

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.

douglasjunior commented 6 years ago

Looks good.