Skip to content Skip to sidebar Skip to footer

Listview Animation Bug On Item Click

i've got a listview in my app and i've got an onitemclick listener on it. In a row there is a framelayout and there are two view inside. what i want to do is, when i click on the i

Solution 1:

I found it. To avoid this kind of problem, do not use the "wrap_content" property on your listview. I tested it, and it works !


Post a Comment for "Listview Animation Bug On Item Click"