SyntaxFix
Write A Post
Hire A Developer
Questions
I think the easiest solution is to set android:animateLayoutChanges="true" to your LinearLayout and then just show/hide view by seting its visibility. Works like a charm, but you have no controll on the animation duration
android:animateLayoutChanges="true"
LinearLayout