Reputation: 534
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
Reputation: 3367
Are you sure you are using the correct theme? You should be using one of the Theme.Sherlock... ones.
Upvotes: 1