How can I make a spinner style like this Spinner? I mean not in individual dialog. I will be glad for example.
I need something that:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The appearance of a Spinner varies by the android version the user is running.
This is how a Spinner looks like in android 2.x:
And this is how a Spinner looks like on a phone running Android 4.x:
The option menu in the second image is not a Spinner. It is a ListPopupWindow in the ActionBar of an application.