Android 图标拖动成效

Android 图标拖动效果最近优化图标拖动时的速率,稍微有一点点效果,直接把代码贴出来,有兴趣一起讨论的朋友

Android 图标拖动效果

最近优化图标拖动时的速率,稍微有一点点效果,直接把代码贴出来,有兴趣一起讨论的朋友可以给我留言。

代码如下:

DragView.java

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"    android:layout_height="fill_parent"    android:orientation="vertical" >    <com.android.dragtest.DragView         android:layout_width="match_parent"        android:layout_height="match_parent">    </com.android.dragtest.DragView></LinearLayout>