AndroidTagView
AndroidTagView copied to clipboard
A TagView library for Android. Customize your own & Drag effect.
java.lang.NullPointerException: Attempt to invoke virtual method 'int co.lujun.androidtagview.TagContainerLayout.getTagViewState()' on a null object reference at co.lujun.androidtagview.TagView$1.run(TagView.java:120) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5910) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)...
Hello I would like to put my tag on one line and if it goes beyond the maximum edge of the display, scroll through the tags in a horizzontalscollview you...
I wonder if we can set selected state when we click on a TagView. Or at least, should we have `getTagView(int position)` method in the `TagContainerLayout` and an `attrs` to...
Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, or fix the theme style references. Failed...
现在设置的theme应该是针对于整个TagContainerLayout的,可以针对其中的某个TagView,或者某个位置的tagView设置背景色等属性么?
I set the tag max length to 255. When I enter tag text that gets around 100, the tag is created as expected but the text is all on a...
container_max_lines function is not updated in library. i checked it twice. please update the library.
In some of the android devices i am getting this error. `ava.lang.ArrayIndexOutOfBoundsException: length=1; index=1\n\tat android.support.v4.widget.ViewDragHelper.saveLastMotion(ViewDragHelper.java:849)\n\tat android.support.v4.widget.ViewDragHelper.shouldInterceptTouchEvent(ViewDragHelper.java:1057)\n\tat com.skcsllp.mutterfly.widgets.TagContainerLayout.onInterceptTouchEvent(TagContainerLayout.java:311)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2366)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2514)\n\tat android.widget.ScrollView.dispatchTouchEvent(ScrollView.java:645)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2514)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2514)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2514)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2514)\n\tat android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2839)\n\tat...