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 - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -