The below method is not working in android version jellybean 4.3.
historyExpaLV.setIndicatorBounds(historyExpaLV.getRight() - 60,
history
i think it's bug
int right = (int) (getResources().getDisplayMetrics().widthPixels - TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 30, getResources().getDisplayMetrics()));
expandableListView.setIndicatorBounds(right - getResources().getDrawable(R.drawable.group_indicator_padding).getIntrinsicWidth(), right);
this code works fine up to 4.2.2 and do nothing on 4.3