Reputation: 159
I want to use Action Bar in my applicaiton which has API level 8.
I want it like in this picture, on the top with some items in it.
https://i.sstatic.net/6tJ10.png
How can I do it?
Upvotes: 0
Views: 47
Reputation: 2731
you can use ActionBarSherlock library.
or using android support library
Upvotes: 0
Reputation: 4252
Shadows answer is correct, but you can also use the appCompat support library, which is an official android support library (for what that's worth).
Upvotes: 1
Reputation: 6899
Use Action Bar Sherlock Library which supports for below versions too. You can integrate that in your project and do your stuff.
Upvotes: 0