I know it is possible to create a custom group indicator in an expandable listview. I also know that you can position the default group indicator by using setIndicatorBound(). What I have not seen and been unable to achieve myself is to combine these two effects.
Does anyone know of any actual proof that these are able to be done in conjunction?
At the moment I can create a custom indicator and move it. But when I use setIndicatorBounds it always moves to half way off the screen on the right. Check this Related Post
My question is can you actually achieve this? Is there proof anywhere as I have found none.
I achieved this using following tutorial: http://android-adda.blogspot.com/2011/06/custom-expandable-listview.html
The key is this code: