jokerrou

Results 2 comments of jokerrou

> 比如说:用frameLayout包裹imageView,然后为imageView设置点击事件,将不会走frameLayout的onTouchListener,最终无法拖拽。 > > ``` > FrameLayout frameLayout = new FrameLayout(getApplicationContext()); > ImageView imageView = new ImageView(getApplicationContext()); > imageView.setImageResource(R.drawable.icon); > frameLayout.addView(imageView); > ``` 解决了吗兄弟

> 基于`FloatWindow`的 **1.0.9** 版本,由于作者的库不再维护,所有才有此项目的 ,这个项目专门用于修复issues提出动问题,欢迎大家一起维护,项目地址: > https://github.com/fenggit/FloatWindow 所以还没开始更新吗