Luser_k
Luser_k

Reputation: 534

Align sherlock actionbar below listview

I have an activity which is extended from SherlockActivity.

Situation: The actionbar is not aligned above the listview, which uses the whole screen of the activity. They are on top of each other!

I would like not to using paddingTop inside lisview... there have to be another cool way :).

Upvotes: 0

Views: 79

Answers (1)

Steelight
Steelight

Reputation: 3367

Are you sure you are using the correct theme? You should be using one of the Theme.Sherlock... ones.

Upvotes: 1

Related Questions