手勢識別沒有多重識別
?<android.gesture.GestureOverlayView
? ? ? ? android:id="@+id/gestureOverlayView1"
? ? ? ? android:layout_width="400px"
? ? ? ? android:layout_height="400px"
? ? ? ? android:gestureColor="#FF0000"
? ? ? ? android:gestureStrokeWidth="2"
? ? ? ? android:gestureStrokeType="multiple"
? ? ? ? ?>
? ? <ImageView
? ? ? ? android:id="@+id/imageView1"
? ? ? ? android:layout_width="400px"
? ? ? ? android:layout_height="300px"
? ? ? ? android:layout_alignParentTop="true"
? ? ? ? android:layout_centerHorizontal="true"
? ? ? ? android:src="@drawable/ic_launcher" />
? ? </android.gesture.GestureOverlayView>
明明已經設置了手勢類型為多重識別,但是也只能單只手指畫,求助老師和各路大神
2016-08-21
你理解錯了吧,這個是是否單筆劃出手勢的.