-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
setArrowDrawable not show as expected arrow. #461
Comments
The arrow must be decided by the size of your arrow. Would you able to increase the arrow size with |
ping, i think it's because the library will render it as a square, we have the same issue here. As far as i know this is all related: |
They guys thanks for raising this issue. I will take a look at this, but I believe it will take some time to resolve this issue since the squared-arrow size already has been used overall project. In the meantime, you can adjust your arrow image file as square or include some transparent padding on your image file itself following your preferences. |
Facing the same issue. while I'm trying to add a border (include arrow) |
Please complete the following information:
Describe the Bug:
I try to custom tooltip arrow with
.setArrowDrawable(ContextCompat.getDrawable(context, {drawable))
in my custom layout.**The drawable with size 16x8 **
However the arrow not show as expected. With
setArrowDrawable()
, It look like I only little round my arrow.with setArrowDrawable
default
Expected Behavior:
I has expected the arrow to like this no matter size of the balloon.
Should I fixed my arrow vector or set another thing? I already set
setArrowPositionRules(ALIGN_ANCHOR)
,setArrowPosition(0.5f)
,setArrowOrientation(ArrowOrientation.TOP)
andsetArrowSize(12)
before.setArrowDrawable()
The text was updated successfully, but these errors were encountered: