是否可以为expandableListView应用展开或折叠动画?
我正在使用
<ExpandableListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ExpandableListView>
Run Code Online (Sandbox Code Playgroud)
我想在onclick父级时为孩子添加动画幻灯片.那我该怎么办?