Animation: Move Textview Into Another Container
I want to move, in an anmiated way, a TextView in a LinearLayout into another LinearLayout. However, I can't get it to move outside its container view (the LinearLayout it is in),
Solution 1:
What need to be done is to add "android:clipChildren="false"" to all the container layouts.
Post a Comment for "Animation: Move Textview Into Another Container"