Expandable list view moving group icon indicator to left in jellyBean 4.3 version but in all below versions indicator showing at right side. Here is my code,
expList.setIndicatorBounds(expList.getRight()- objBLCommonOperations.getDip(95), expList.getWidth());
Does any one know what is the reason? Thanks in advance.