手势中的多次描边不起作用

时间:2011-12-30 05:16:00

标签: android android-layout android-gesture

我尝试在手势中实现多笔划,但它不起作用。

我的问题是,我想使用手势绘制多个笔划但是当我完成绘制一个笔划并尝试绘制另一个笔划时,前一个笔划消失。我设置了以下设置,但它们不起作用。

android:gestureStrokeType="multiple"
android:eventsInterceptionEnabled="true"
android:fadeEnabled="false"

这是我的XML文件

<android.gesture.GestureOverlayView
    android:layout_margin="5dp"
    android:id="@+id/SeeAndDrawGesture"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:gestureStrokeType="multiple"
    android:uncertainGestureColor="#FF4040" >
</android.gesture.GestureOverlayView>

1 个答案:

答案 0 :(得分:2)

尝试使用:

android:fadeOffset="in miliseconds"

适合我