Android: Menu In Action Bar
i have problem putting the menu there, in the upper right corner: android manifest:
Change it to something which has an action bar like,
- Theme.Sherlock.Light (Need to add ABS library)
- Theme.Holo.Light
The code is just fine.
Solution 2:
Add:
android:showAsAction="always"
in your manifest file
If your sdk version is >3.0 .Else you have no other option other than implementing Sherlock Home Api.
Post a Comment for "Android: Menu In Action Bar"