hey folks, anyone knows how to add `android:animat...
# anko
l
hey folks, anyone knows how to add
android:animateLayoutChanges="true"
flag to a
verticalLayout
? attempting to achieve the equivalent to:
Copy code
<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:animateLayoutChanges="true"
        android:orientation="vertical">