TagView
TagView copied to clipboard
Visibility gone and visible issue
i tried to hide relativelayout initially and then show layout on checkbox checked listener. On very first time the tag view arrangements are in vertical. While clicking on it again is showing in horizontal arrangement. Why items orientation is changed on first time ? https://gist.github.com/engr-erum/0f2e257388aa09c95f5b7afdd64c3236 @Cutta @bryant1410 @NikoYuwono @m-ezzat
I'm having the same problem.
I'm using the TagView into an adapter which also has a checkbox. Every time I check it, the notifyItemChanged(position);
is called for a business reason and at this time the TagView is gone. When I check false the checkbox, the TagView is shown again.
I checked out every piece of my code to see if there is something doing it, but nothing was found. The issue is in the TagView.