Android中替换ExpandableListView控件前面的箭头图标
    首先,自定义一个expandablelistviewselector.xml文件,具体内容如下:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:andro />
</selector>

其次,在程序的主体部分编写类似如下的代码:

expandList.setGroupIndicator(this.getResources().getDrawable(R.layout.expandablelistviewselector));

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-10-27
  • 2021-07-08
  • 2021-11-17
猜你喜欢
  • 2021-04-06
  • 2022-12-23
  • 2021-04-07
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案