Android-Expandable List view -


how move group item left when deleted default group indicator using setgroupindicator() method.

you may try adjust textview left 36dip (assuming you're using standard group indicator android)

<textview android:paddingleft="36dip"/> 

i did in own project, hope helps :)


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -