Sam M
Sam M

Reputation: 159

Using action bar in API 8

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

Answers (3)

MHP
MHP

Reputation: 2731

you can use ActionBarSherlock library.
or using android support library

Upvotes: 0

Oren
Oren

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

Shadow
Shadow

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

Related Questions