java - How to interdict to close an ExpandableList? -


is there way avoid expandablelist close when click on ? tried:

@override public void onclick(view v) {     if (v == expandablelist){         expandablelist.expandgroup(0); //let's imagine there's 1 parent , 1 child     } } 

but doesn't work.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -