1

From this link, I know how to make a simple navigation menu. Now I want to make a slightly different navigation menu where one item contains two textview instead of one. Meaning the second textview will show slightly smaller size similar to the screenshots below enter image description here

enter image description here

But how do I do that? Does anyone has any idea? Appreciates the advice. Thank you

Kristin.Y
  • 39
  • 1
  • 10
  • 1
    This will help: http://stackoverflow.com/questions/30728842/how-can-i-add-a-custom-item-to-a-navigationview-with-a-menu-layout – Talha Dec 15 '16 at 11:48

1 Answers1

1

Drawer Layout acts just as a simple holder. You can add listview in that holder and can customise it. here is the tutorial for the same. You will get idea how to do it

http://www.tutecentral.com/android-custom-navigation-drawer/

Newbie Android
  • 389
  • 1
  • 8