茴香豆的第五种写法---改变ExpandableListView系统自带图标显示位置
//将ExpandableListView原本在左边的箭头使其在右边显示private void changeArrowLocation(){int width = getWindowManager().getDefaultDisplay().getWidth();mExpandableListView.setIndicatorBounds(width-70,width);}
发布时间: 2013-09-17 13:35:59 作者: rapoo
茴香豆的第五种写法---改变ExpandableListView系统自带图标显示位置
//将ExpandableListView原本在左边的箭头使其在右边显示private void changeArrowLocation(){int width = getWindowManager().getDefaultDisplay().getWidth();mExpandableListView.setIndicatorBounds(width-70,width);}