I have tried one way of doing this kind of animation.I have taken 2 
listviews and made first list view's visibility gone.Then i have taken one 
separate layout( the same custom layout i am using for the listview )and 
trying to translate that layout from middle to top and once it reaches to 
top and making it's visibility to gone.and the same time when the view is 
translating, i am sliding down the list also and once the view's animation 
ends i am setting list animation to fillAfter = true and fillEnabled=true 
and list1.setVisibility = gone and list2.setVisibility = visible sothat 
list2 should be visible but what happening is list1 is not getting gone it 
still be there because of the bug when we use fillAfter = true and 
fillEnabled=true.How can i make my list1 visibility to gone ?

On Sunday, 13 January 2013 00:10:47 UTC+5:30, Ansh wrote:
>
> Hi guys
>
> I am new to animation in android.I am trying to translate  childitem/ of a 
> listview.First child view should translate from middle to top of the list 
> and the list should also slide down during the translate animation and make 
> the space of the view being translated.Please help me guys as it has eaten 
> up my mind for  past 3days.
>
> i am trying to achieve exactly the same in this video.
> http://youtu.be/xPLhfEJuz4k

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

Reply via email to