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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.