Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中实现了多笔手势,但如果笔画之间的暂停时间过长,它会重置手势。有没有办法增加单个手势的笔画之间允许的时间?
您可以通过使用这个来增加单个手势的笔画之间的时间
android:fadeOffset="5000"<-- this value is in milliseconds..
在xml中
<android.gesture.GestureOverlayView
所以 android 将等待 5 秒时间,如果没有开始手势..那么你到目前为止绘制的内容将被考虑..否则新手势将附加到第一个..使其成为单笔划..