茴香豆的第五种写法---改变ExpandableListView系统自带图标显示位置
//将ExpandableListView原本在左边的箭头使其在右边显示private void changeArrowLocation(){int width = getWindowManager().getDefaultDisplay().getWidth();mExpandableListView.setIndicatorBounds(width-70,width);}