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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

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

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -