I have two spinners in my application. Lets name it as spinner one and spinner two. Spinner two is placed below spinner one lik this.
Usually in android when i click on spinner1 an overlay appears showing list of items. At this time spinner 2 will be behind the overlay. But I dont want it to be like that. I want my spinner 2 also to be visible.
What I want is when I click on spinner 1 my spinner 2 has to move down below the overlay and appear lik the below image.