I want to customize Spinner
with a floating text like in EditText
with floating label. Please check the reference image below:
Now I am thinking to put a TextView
just above Spinner
so that it looks like in the image. If I am wrong or anybody have different opinion please help me.
UPDATE
Solution: Use following library to use material theme on pre-lollipop https://github.com/rey5137/material
As I wrote in this answer to my own question...