Hi

I have a problem.

I want use a fade in animation on list view elements.

When I press a button, elems should fade in.
Unfortunatly it doesn't work the first time i Click, but works great
the others times

My button works like a toggle.

At launch :

adapter creation with elems INVISIBLE
listview.setadapter(adapter)
click
nothing change
click
creation of a new adapter with elems INVISIBLE
listview.setadapter(adapter)
click
fadein works fine
click
creation of a new adapter with elems INVISIBLE
listview.setadapter(adapter)
click
fadein works fine
...

As you can see it's not the adapter the problem, because it's a new
each time I start animations, but they only works the 2second time and
after.


Any ideas ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to