Reputation: 194
I am trapped . please write how to write a code for Expandable list in xml layout in android.
I have to create a static page that contains a expandable list ,tabs ,images and some other things please help me
Thank you
Upvotes: 1
Views: 374
Reputation: 1799
I have build a super light solution recently . It's worth to have a look at :
https://github.com/draxdave/ConstraintAccordion
Upvotes: -1
Reputation: 2972
you mean like this:
<ExpandableListView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/ex_list">
?
Upvotes: 2