GestureOverlayView

来源:互联网 发布:php个人怎么接私活 编辑:程序博客网 时间:2024/05/17 08:24
<android.gesture.GestureOverlayView //必须写上android.gesture.
  android:id="@+id/gestures"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:gestureStrokeType="multiple"
  android:eventsInterceptionEnabled="false"
  android:orientation="vertical">
  <ListView
  android:id="@+id/HomeListView"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:divider="#000"/>
  </android.gesture.GestureOverlayView>
原创粉丝点击