I create linearLayouts programmatically and would like them to fade out and disappear when visibility is set to visible / gone.
I can install
android:animateLayoutChanges="true"
in the xml file, but since I create the views programmatically, I need to install it programmatically. How can i do this?
android dynamic animation
deimos1988 Jun 05 '14 at 7:52 2014-06-05 07:52
source share