whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.
1.71k stars 303 forks source link

当不可Click时,就不要绘制点击动画了。 #46

Closed ghost closed 7 years ago

ghost commented 7 years ago

在没有设置.setIsTagViewClickable(true)时,点击一个Tag仍然有点击动画,感觉这是对用户的误导。

whilu commented 7 years ago

说得对,官方 Button 也是这样的设计。最新的提交已经改进。谢谢!😄