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

Arrow does not show elevation #76

Closed
sharvaniharan opened this issue Jul 14, 2020 · 2 comments
Closed

Arrow does not show elevation #76

sharvaniharan opened this issue Jul 14, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request Released Released already on the latest version.

Comments

@sharvaniharan
Copy link

Please complete the following information:

  • Library Version v1.1.9
  • Affected Device(s) - all devices

Describe the Bug:

When an elevation is defined on the bubble, the arrow seems to not pick up the elevation.
Expected Behavior:

Arrow has the same elevation as the bubble.

@skydoves
Copy link
Owner

skydoves commented Jul 19, 2020

Hi, @sharvaniharan!
Thank you for your issue.
The problem is the arrow is an ImageView and it must have a transparent background.
But the elevation can be shown If the view has a colored background.
I will consider implementing an ArrowDrawable and drawing shadow manually.
If you have any good suggestions, let me know your idea!

@skydoves skydoves self-assigned this Aug 7, 2020
@skydoves skydoves added the enhancement New feature or request label Aug 7, 2020
@skydoves skydoves added the Release Next This feature will be released on next version label Jan 24, 2021
@skydoves
Copy link
Owner

skydoves commented Jan 28, 2021

It has been released a new version 1.3.1!
Please check about this issue :)
The elevation will be shown if the ArrowOrientation is Bottom.

@skydoves skydoves added Released Released already on the latest version. and removed Release Next This feature will be released on next version labels Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Released Released already on the latest version.
Projects
None yet
Development

No branches or pull requests

2 participants