Android 中文本视图上的手势
如何让我的文本视图检测其表面是否绘制了圆圈?帮助会很大。
非常感谢。 -米切尔
How can I have my textview detect if a circle is drawn on it's surface? And help would be great.
Thanks so much.
-Mitchell
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将 GestureOverlayView 添加到您的应用程序中。
Android 开发者网站上有一个很好的手势演练:http://developer.android。 com/training/gestures/ detector.html
You have to add a GestureOverlayView to your application.
There is a nice walkthrough for gestures on the Android Developers site: http://developer.android.com/training/gestures/detector.html