0

Is there a way to avoid my ExpandableList close when I click on it ? I tried:

@Override
public void onClick(View v) {
    if (v == expandableList){
        expandableList.expandGroup(0); //Let's imagine there's only one parent and one child
    }
}

But it doesn't work.

Jonathan Leffler
  • 698,132
  • 130
  • 858
  • 1,229
qwertzuiop
  • 635
  • 1
  • 10
  • 23

0 Answers0