手势层控件,捕获手势轨迹

<android.gesture.GestureOverlayView
android:id="@+id/gestures_overlay"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1.0"

android:gestureStrokeType="multiple" />

手势控件,能用来捕获手势轨迹

GestureLibrary 用来保存 Gesture
GestureLibrary store = GestureBuilderActivity.getStore();
store.addGesture(name.toString(), mGesture);
store.save();

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2021-10-26
  • 2021-11-27
  • 2021-12-26
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-10-02
  • 2021-09-17
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案