Skip to content

基于Bezier曲线(贝塞尔曲线)的仿QQ拖动消除消息小控件

Notifications You must be signed in to change notification settings

DoggyZhang/MetaBallView

Repository files navigation

MetaBallView

基于Bezier曲线(贝塞尔曲线)的仿QQ拖动消除消息小控件

可以设置拉伸颜色已经拉伸内容

    ImageView imageView = new ImageView(this);
    imageView.setImageResource(R.mipmap.ic_launcher);
    metaBallView.setDragView(imageView);
    
    metaBallView.setColor(getResources().getColor(R.color.red));

参考:

https://github.com/chenupt/BezierDemo

https://github.com/xuyisheng/BezierArt

About

基于Bezier曲线(贝塞尔曲线)的仿QQ拖动消除消息小控件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages