Hi, i have a listView which uses a custom .xml for showing each item.
Fine, in this xml i have a CheckBox (with visibility set GONE) and a TextView with a text.
What i want is have an animation which moves the text to the right and shows the CheckBox.
I have the animation working fine for one item, but if i want to start it for all the items the problem comes.
I've tried with a loop over all the items but the animations start at different times (so visually is weird). Also, i've tried with an AnimationSet, but it moves the entire listview to the right instead the TextView (i can't launch the animationset from a single item because only moves that item then).
So.. anyone could help me?
Thanks