Android Question SD_treelist customize leaf in order to show images

mike1967

Active Member
Licensed User
Longtime User
Hello, im creating an app with the possibility to load planimetry and PDF with zoomimageview library and PDF render library.Is possibile to customize leaf in order to show the images of this planimetry ? If Yes can provide me samples ? Thanks in advance.
 

Star-Dust

Expert
Licensed User
Longtime User
Hello, im creating an app with the possibility to load planimetry and PDF with zoomimageview library and PDF render library.Is possibile to customize leaf in order to show the images of this planimetry ? If Yes can provide me samples ? Thanks in advance.
Unfortunately with the treeList library it is not possible to have an image in the leaf.

But with xCustomListView you can create a very customized tree list and you can get the result you are looking for.
See here
 
Last edited:
Upvote 0
Top