1

enter image description here

How to create this type of dropdown in android ? Any help will be appreciated :)

Gurpreet Kaur
  • 434
  • 1
  • 4
  • 16
  • Possible duplicate of [How to change spinner text size and text color?](http://stackoverflow.com/questions/9476665/how-to-change-spinner-text-size-and-text-color) – Shaishav Jogani Sep 14 '16 at 17:35

1 Answers1

1

You can create custom spinner adapter with different itemTypes. Or you can change your spinner to some kind of ExpandableRecyclerView or ExpandableListView. If you need example links just let me know, but its pretty easy to find them in Google. Good luck.

Anton Kazakov
  • 2,740
  • 3
  • 23
  • 34