ayushpahwa / android-navigation-menu-expandable

Sample android app for navigation menu with expandable list items in material design.
http://wendor.in
19 stars 16 forks source link

How will I add normal menu items with expandable menus ? #1

Closed nabeelpkl closed 6 years ago

nabeelpkl commented 6 years ago

Hi, I want to add normal menu items with expandable ones. I tried different methods. But nothing seems to be working.

ayushpahwa commented 6 years ago

Since I am using a normal ExpandableListView here, I think you can look for a solution which is centric on adding normal items in an ExpandanableListView. Refer this.