How to persist the gestures of the GestureOverLayView?

北慕城南 提交于 2019-12-01 11:01:33

There's an app called GestureBuilder in the samples directory of the SDK. This app shows how to persist gestures drawn by the user.

I realize this is an old question, but you can "cheat" by increasing the fadeOffset to some ridiculously high number. This can be done either in the xml

android:fadeOffset = "some very large number"

whatever, or programatically,

yourgestureoverlayView.SetFadeOffset(some very large number in milliseconds)
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!