DraggableFlagView icon indicating copy to clipboard operation
DraggableFlagView copied to clipboard

可拖拽的红点,(仿新版QQ,tab下面拖拽标记为已读的效果),拖拽一定的距离可以消失回调。

Results 2 DraggableFlagView issues
Sort by recently updated
recently updated
newest added

你可以试试ListView,我估计也会出现这样的问题。 报的exception比较古怪: java.lang.ClassCastException: android.widget.RelativeLayout$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams 但是我不放入DraggableFlagView就没事! item布局: ``` ``` 在Adapter中使用: dfv = (DraggableFlagView) view.findViewById(R.id.dfv); dfv.setOnDraggableFlagViewListener(new DraggableFlagView.OnDraggableFlagViewListener() { ``` @Override public void onFlagDismiss(DraggableFlagView view) { // TODO...