APriya
APriya

Reputation: 2004

Issue in action bar in android

Am creating mail client application in which i include the library actionbarsherlock so that the actionbar will be found on top of the screen,i want to include a header above the action bar. Is there any possibility ?

Thanks in advance

Upvotes: 1

Views: 68

Answers (1)

NickL
NickL

Reputation: 4276

As far as I know, no that is not possible. The ActionBar is made in a way it will always be shown at the top of the screen, mostly due to consistency of android applications. Thereby you can not just place a View above it. Your actionbar will always be above the layout you can define.

Upvotes: 2

Related Questions