Jun Gu

Results 20 comments of Jun Gu

The tag group has two mode: APPEND and DISPLAY, the APPEND mode is capable for add tags or remove tags, and the DISPLAY mode is only capable for presentation. I...

建议fork下来修改,background drawable可以使用`GradientDrawable`实现,这个repo的代码已经很旧了

如果需要单纯的方形可以修改下我的代码,比较简单。加入角度,倒是很不错的想法,等我有空我会去尝试哈

working in progress...

描边可以通过设置背景色和描边颜色相同达到去掉的效果,百分比透明是alpha通道的意思吗?可以发一下具体的代码吗?我这边测试是没有问题的,你尝试换台机器看一下。这两天我会花点时间重构,出一个版本。

Hi, v1.3 released, you use `OnTagClickListener` to detect item click event.

Hi The demo app works fine on my Nexus5(Android 4.4). Please check if you dependency is latest, and you can install the demo app to check if it works fine...

Space key? But your code use `KeyEvent.KEYCODE_ENTER`... `TagGroup` is only a container for tags, so it can't detect any key events. The library is originally support the 'ENTER' key to...

I'm sorry, i got some exam lately. I have make some test today.The Google keyboard always crash :( and the Chinese keyboard which i always use suddenly not propagate the...