Schedules the layout animation to be played after the next layout pass
of this view group.
Syntax
[Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")] public virtual voidScheduleLayoutAnimation ()
Remarks
Schedules the layout animation to be played after the next layout pass
of this view group. This can be used to restart the layout animation
when the content of the view group changes or when the activity is
paused and resumed.