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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -