TreeView icon indicating copy to clipboard operation
TreeView copied to clipboard

Multi roots TreeView :palm_tree: implementation for Android Platform with a lot of options and customization

Results 18 TreeView issues
Sort by recently updated
recently updated
newest added

I want to keep state of tree after back from another fragment. How can i do? I use with Android Navigation Component https://user-images.githubusercontent.com/46039866/221523310-77ae7b42-ee29-4c19-a304-b0b42346d49b.mp4 ![Capture1](https://user-images.githubusercontent.com/46039866/221524042-e1b60216-cff7-4511-80e1-16eeba29596f.JPG)

**Describe the bug** Node can't be selected again if it was selected and then unselected. Issue appears to be here https://github.com/AmrDeveloper/TreeView/blob/b86994b4ecacc7fab4ee4002f3b7ec6099a01634/treeview/src/main/java/com/amrdeveloper/treeview/TreeViewAdapter.java#L126 The previously selected node is always set as unselected...

bug

Hi, thanks a lot for this useful library. Is possible to highlight a selected item? select a single choice item. Thanks

question

Hi, how can i change de expand/colapse icons. Thnks in advance

question

![image](https://github.com/AmrDeveloper/TreeView/assets/54338815/43e69860-e874-4745-b665-34f8153d7906) ![image](https://github.com/AmrDeveloper/TreeView/assets/54338815/8fe4f24b-b87a-4c02-8f34-e075422b32fc) when i use, only have log in select the catalog will be printed, the largest level will not。 i can't selected the child treenode

enhancement

Whether i can check the parent node, all its child nodes will be checked. ![treeView](https://github.com/AmrDeveloper/TreeView/assets/54338815/f9130e3f-6545-4945-acec-5d77e1434f2f)

question

Sir, I added a downloaded icon to my list_item layout, and when I clicked on the icon to download successfully, I wanted to switch to another icon and update my...