Ics Spinner Outside Actionbar And Not Working Dropdown Menu
I've tried to make IcsSpinner outside ActionBar using ActionBarSherlock. I used the informations from Dropdown Spinner outside of actionbar? (IceCream Sandwich style, w/ActionBarSh
Solution 1:
It's IMPORTANT to set the style in the manifest like
<activityandroid:name="fr.example.demo.MyActivity"android:theme="@style/Theme.Sherlock"></activity>
or to modify the theme style in style.xml
<stylename="AppTheme"parent="@style/Theme.Sherlock"></style>
Post a Comment for "Ics Spinner Outside Actionbar And Not Working Dropdown Menu"