I want to put image to action bar list like Path app does:

Any ideas how to do this?
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
Spinnerin the action bar is no different than any otherSpinnerthat exists in your layouts. The adapter that you give it, an instance ofSpinnerAdapter, has two callbacks methods: one for the layout used in the drop-down list and one which is used for the selected item layout.Knowing this, it’s likely they use the same layout for the selected item layout which simply shows their logo whereas they retain the normal drop-down layout for displaying the navigation items.