DragPointView
DragPointView copied to clipboard
A draggable PointView for Android.
OnDragListener接口里 DragEvent是什么?里边的常量值能说一下么
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { windowParams.type = WindowManager.LayoutParams.TYPE_TOAST; } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { windowParams.type = WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY; }else{ windowParams.type = WindowManager.LayoutParams.TYPE_PHONE; }
描述:如果用popwindow里放listview,显示到左上角,拖拽会出现两个红点。 多余的红点出现在左边。