-
Notifications
You must be signed in to change notification settings - Fork 521
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
高亮部分如能支持加线框更完美~~~~ #51
Comments
v2.4.0版本实现了你的需求。 首先构建一个HighlightOptions,并设置OnHighlightDrewListener:
onHighlightDrew方法会在引导层绘制高亮之后马上回调,可通过canvas,以及给定的高亮区域rectF,绘制想要任何视图,例如上述示例中完成的issue提出的虚线。 然后与高亮区域点击事件类似,传入highlight以及option到addHighLightWithOptions方法中:
|
请问你是如何实现 箭头指向高亮的 view 的 |
如何绘制个半圆? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
例如:
The text was updated successfully, but these errors were encountered: