I need to know how I can have this kind of spinner structure, as seen in image Drop Down Structure. When you click on this spinner, the drop down opens up.
Asked
Active
Viewed 46 times
0
-
Check this: http://www.compiletimeerror.com/2013/09/android-spinnersdropdownlist-tutorial.html#.VaTQm7f6mjw – Kinnar Vasa Jul 14 '15 at 09:05
-
Kindly explain ... Stack does not accept link answers – serv serv1 Jul 14 '15 at 09:13
-
@serv serv1: He didn't answer with a link, he commented on your post :-) – ndsmyter Jul 14 '15 at 09:17
-
You need to use style.xml as well as the solution is given on this link: http://stackoverflow.com/questions/26755878/how-can-i-fix-the-spinner-style-for-android-4-x-placed-on-top-of-the-toolbar – Kinnar Vasa Jul 14 '15 at 09:18
-
I was thinking of inflating a new layout on click of spinner – serv serv1 Jul 14 '15 at 09:21
-
On click of Spinner a new Layout gets inflated at exact that position and then on back take out the inflated layout – serv serv1 Jul 14 '15 at 09:24