How to add subtitle to spinner in the action bar
问题 I have the following I am using action bar and spinner but what I want to do to add a subtitle to be like City subtitles => All , City 1 , City 2 like this image I have the following menu xml file <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/filter1" android:showAsAction="ifRoom" android:orderInCategory="1" android:actionViewClass="android.widget.Spinner" /> <item android:id="@+id/filter2" android:showAsAction=