change animateLayoutChanges property using java code

Viewed 9181

I'm working on a android application which is use layout change animations. what i want to know is, is there any one know how to change the "andorid:animateLayoutChanges" proberty using java code.

my current value is

android:animateLayoutChanges="false"

I want to change it to "true" in activity onResume() method.

1 Answers
Related