-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no expand animation when clicked on the last item on KitKat #34
Comments
+1 to this. Why is the expand animation disabled for 14+, did it cause problems in a specific android version? |
+1, I want to know why you disabled the animation of last group. |
This commit message makes me think it's a simple mistake and condition should be other way around. |
@nomyzs
|
+1 |
+1, I am testing in my tablet ME173X (JellyBean) and seems that the animation works for API level 17 too. |
When you include a footer view. The last group stop responding to listener. You click and nothing happens. Lollipop version works fine but in Jelly Beans it doesn't. |
When expanding the last group on Android 4.4, there is no expand animation, the group is opened instantly. The collapse animation for the same group works fine.
Possibly on Ice Cream Sandwich too, because removing the following lines from the
expandGroupWithAnimation(int groupPos)
method inAnimatedListViewExample.java
makes it work again:The text was updated successfully, but these errors were encountered: