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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -