我正在开发一个设计的Android应用程序.
这里exapandablelistview的默认图标指示器显示在左侧.如何在列表视图的右侧显示此图标指示符?,Xml文件中是否有任何更改可以实现此操作?
我的xml代码是
`
<ExpandableListView
android:id="@+id/expandableListView"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:indicatorRight="?android:attr/expandableListPreferredItemIndicatorRight"
android:dividerHeight="0.7dp" />
Run Code Online (Sandbox Code Playgroud)
`