//将ExpandableListView原本在左边的箭头使其在右边显示 private void changeArrowLocation(){ int width = getWindowManager().getDefaultDisplay().getWidth(); mExpandableListView.setIndicatorBounds(width-70,width); }
//将ExpandableListView原本在左边的箭头使其在右边显示 private void changeArrowLocation(){ int width = getWindowManager().getDefaultDisplay().getWidth(); mExpandableListView.setIndicatorBounds(width-70,width); }