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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -