Closed pruthvirajha closed 8 years ago
That isn't currently possible since you can't set a view as expandable in code.
You can try ExpandableLayout
in the efficient_expansion
branch, but that's not available yet as a dependency - you'd have to compile the code yourself.
Thanks for the reply. I tried this way, I have added a linearlayout in XML and set the property expandable to true, after that in runtime I have added items to that layout. It worked thanks
If answer is yes. pls tell me how?