-
Notifications
You must be signed in to change notification settings - Fork 546
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
when it used on Android P,the ring was out of position #48
Comments
I am facing the same issue, did you find out the solution? |
In my case, this happens when the keyboard is visible: |
I am facing the same issue, did you find out the solution? |
No, I ended up animating the button myself. |
This is not a problem with Android p, but a problem with a full-screen phone, failing to get the exact height of a full-screen phone. |
how do you fix this problem? |
I think I know why.because no consideration was given to the bottom navigation bar,but shineView showAnimation method isTranslucentNavigation(shineButton.activity) if (isTranslucentNavigation(shineButton.activity)) { |
Resolved this issue? |
This is correct, my device is rooted and customized. I force it to fullscreen so that navigation and status bar are both immersive. By that the shine and ring was out of the position. |
Should you use 1.0.0 version to test this problem?I changed calculate location method. |
I tested it on Android P. I was having this problem before since I hid the navigation bar. Your fix works! |
on Android P button like this.
The text was updated successfully, but these errors were encountered: