有时候我们需要点击按钮 显示一些LinearLayout 的显示或者隐藏 我们可以在xml 布局里面添加一个animateLayoutChanges 为true 就可以啦
android:animateLayoutChanges="true" 表示开启系统的布局动画<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:animateLayoutChanges="true" android:orientation="vertical">
新闻热点
疑难解答