Circles are appearing below the screen
m-khanz opened this issue · 6 comments
Hi I am implementing this library in my project. But the problem I am facing is that holding button circles are appearing below the parent view. Like, by pressing mic button, circles are forming below the screen and when I increase the radius size, only then I can see only top of the radius color.
Circles are misplaced and I do not know the reason. Can you help?
Hello! Looks like some issue with markup. Can you please provide xml or code which creates that layout?
I've jsut tested code that you send and problem appears if @dimen/_minus60sdp is set to 60dp (or -60dp but then it jumps to the top). Have you tried to remove that offset? Cause from my understanding it isn't needed in your code at all. If it does, offset shouldn't be so huge (60dp -> 6dp for example).
Hmm, interesting. Can you upload or share some minimal, complete and verifiable project? Cause otherwise it's very hard to say what's going wrong.
Ok I will build new project and will send to you asap. Thanks