AnimatedExpandableListView icon indicating copy to clipboard operation
AnimatedExpandableListView copied to clipboard

An extendable, flexible ExpandableListView widget that supports animations.

Results 29 AnimatedExpandableListView issues
Sort by recently updated
recently updated
newest added

Hi, I'm suffering some problem with animation. When I call `collapseGroupWithAnimation`, the animation works well. But when I call `expandGroupWithAnimation`, the listview just expand immediately, without any animation. I have...

HI ,great library can anyone please tell me how can i collapse other view with animatioin when i expand one view

Is it possible to set this up to show parent, child, and grandchild levels so that when you expand the parent you see all of its children and when you...

During fast click some group stop expanding or collapsing randomly also returns wrong isGroupExpanded value i.e it is Collapsed but isGroupExpanded() still returns ture. and some time it returns right...

Fix a bug that does not show text if the textview set to the gravity= center when animating. 修复一个bug,当进行动画时,被设置了gravity=center的textview不显示文本。

expandAndCollapse animation, for closing the last expanded item while simultaneously opening the next. This would allow the accordion UI type: http://jqueryui.com/accordion/ I believe one of your commenters on your blog...

I have written an expandable adapter but my childitems aren't showed. Only my groupitem is shown. I debugged everything and my childs are there in my groupitem. `package com.projects.wens.kandoeteami.organisation.adapter; import...

Hello, I ran into a bad issue when I used your library to create an expandable listview with lazy-loaded imageViews as group views. It turned up that each time a...