Results 39 comments of lujun

Ok, I will try this. Thanks! 2017-09-21 17:04 GMT+08:00 Anas Altair : > Or may this method does the job: > > @Overridepublic boolean onTouchEvent(MotionEvent event) { > return mViewDragHelper.shouldInterceptTouchEvent(event);...

Thanks, I tested and this bug is exist. The `TagContainerLayout` will intercept the click event, now the way to fix this bug is to add a frame on the top...

你好 1. 可以修改整个背景的颜色:'container_background_color' 2. 暂不支持内部滑动,以后会支持 😄 2017-09-03 11:12 GMT+08:00 hudan2714 : > 两个问题: > 一是整个背景能修改吗?(不是每个tag的背景) > 二是超过max_lines行,能上下滑动吗?(比如我只设置三行,但是超过三行的数据,需要滑动,怎样做呢?) > > — > You are receiving this because you are subscribed to...

joe 于2017年8月31日 周四23:36写道: > can ? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on...

Sorry, it's only support single line now, 'expand' is a good idea, I'll consider adding this feature in future.

I'm sorry to reply too late. Yes, the 'container_max_lines' attribute only limits the lines of the TagContainerLayout, It's not scrollable when you lines is greater than the max line. This...

@nottoobad 谢谢你的反馈,我测试了一下你说的这种情况(同时长按两个 TagView),好像没有出现 crash,能提供一下具体的机型、系统吗,还有就是触发 crash 之前是否有进行 remove tag 之类的操作了?

Sorry, this feature is not support now. Maybe it will be added in the next version. If you can create a PR, that's will be great!

https://help.github.com/articles/about-pull-requests/ 2017-02-21 19:12 GMT+08:00 Giuseppe Raddato : > what is a PR? > > — > You are receiving this because you commented. > Reply to this email directly, view...

Yeah, put some kind of state for `TagView` is a good suggestion! I think I will add this feature in next version. And there are some methods to get `TagView`'s...