Hello to everybody!
I hope you all have nice day or night depending on where you are right now!
As you understand from the subject, I want to put an ExpandableListView into a parent view which is an ExpandableListView. Actually I achieved this but I have a "little problem".
The little problem:
- Parent ELV's adapter populates values for its groups.
- When a group is expanded in parent ELV, child ELV's adapter starts to populate values for its groups.
- Child ELV's groups are shown properly and there is not any problem
but
When child ELV's group is expanded, it shows child ELV's child view in a "single line" but I want to show a "custom view".
While a "custom view" is shown properly (orientation, width, height... etc.) in parent ELV, why another "custom view" is shown in a single line in child ELV?
I hope you all have nice day or night depending on where you are right now!
As you understand from the subject, I want to put an ExpandableListView into a parent view which is an ExpandableListView. Actually I achieved this but I have a "little problem".
The little problem:
- Parent ELV's adapter populates values for its groups.
- When a group is expanded in parent ELV, child ELV's adapter starts to populate values for its groups.
- Child ELV's groups are shown properly and there is not any problem
but
When child ELV's group is expanded, it shows child ELV's child view in a "single line" but I want to show a "custom view".
While a "custom view" is shown properly (orientation, width, height... etc.) in parent ELV, why another "custom view" is shown in a single line in child ELV?
