MultiLevelExpandableIndentableListView icon indicating copy to clipboard operation
MultiLevelExpandableIndentableListView copied to clipboard

A multi-level collapsible/expandable indentable list view for Android

Results 6 MultiLevelExpandableIndentableListView issues
Sort by recently updated
recently updated
newest added

After I insert an item into the list a duplicate is popping up. It's not necessarily the one I just inserted that is duplicated. It is usually further down the...

when i collapseGroup maybe the group of last child show ,and the group item gone .i'm sorry for my english.

by default you see all the expanded rows and I would like to change this behavior.

One of the reasons the library is not seeing high usage is because it is hard to add to your project. How about using jitpack: https://jitpack.io/#defacto133/MultiLevelExpandableIndentableListView/v0.1

- Add jitpack - Change readme - remove `applicationId` on library `build.gradle`

Steps: 1. Download gradle version required `2.1`, using manual method as `Android Studio` is bad in that respect. 2. Change `runProguard false` to `minifyEnabled false` in `sampleapp/build.gradle` and `multilevelexpindlistview/build.gradle` 3....