Hi developers, I have a problem I need to realise this : http://android.cyrilmottier.com/medias/making_of_prixing/3/fading_parallax_large.png
Create a side navigation as the image above shows it. I have a frameLayout containing 2 LinearLayout (L1 and L2), I also have a button in the layout L1 and I set an onClickListener on this to use a translateAnimation to move its parent L1 from left side to right side until 75% of the layout L2. The animation work but the button stay in its first position, it hasn't really moved. I search to find a solution and I read a article told that it normal 'cause the layout has just been drawn in other position without having really move. But I can't know how to solve this. If anybody, know another way to to this, please It will be kind. Thanks a lot in advance … Lionel -- 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

