Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setArrowElevation is not working #201

Closed
prommin-tee opened this issue Jul 9, 2021 · 2 comments
Closed

setArrowElevation is not working #201

prommin-tee opened this issue Jul 9, 2021 · 2 comments

Comments

@prommin-tee
Copy link

  • Library Version [v1.3.5]
  • Affected Device Pixel 4 API 29

Can't set elevation at arrow with setArrowElevation function here is example code when i use.
val balloons = createBalloon(context) { .... .... setIsVisibleArrow(true) setArrowOrientation(ArrowOrientation.TOP) setArrowColorResource(R.color.white) setArrowElevation(8) setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR) .... .... }

But setElevation is working fine.

Expected Behavior: Can set elevation at arrow.

@skydoves
Copy link
Owner

skydoves commented Jul 9, 2021

#165

@skydoves
Copy link
Owner

#196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants