hi I have Expandable list view I want to move the group indicator to the right the following method "SetIndicatorBounds" works for android version <18. According to the following post http://stackoverflow.com/questions/17995491/expandable-list-view-move-group-icon-indicator-to-right-in-jellybean-4-3-version, the method changed to setIndicatorBoundsRelative, I changed the project to target the api level 18 but I can not find this method in the method list any idea?
↧