want equivalent to: ``` <LinearLayout ...
# getting-started
l
want equivalent to:
Copy code
<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:animateLayoutChanges="true"
        android:orientation="vertical">