我有一个带有layoutAnimation属性的LinearLayout,用于自定义ExpandableListView.像这样 :
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layoutAnimation="@drawable/list_layout_controller" android:orientation="vertical" >
单击列表时,将显示动画.但它只能运行一次,它不会在下一次单击时为列表设置动画.为什么?
请告诉我,如果您需要更多说明.
谢谢