Plastic Sturgeon
Plastic Sturgeon

Reputation: 12527

How to make actionbar tab menu with text below the icon?

I have been trying to figure out how to make an actionbar tab menu like the one pictured below. How can I make my tabs display the icon above the text as shown here? When I implement it, it displays the icon to the left of the text. Is there something akin to the compund drawable feature of TextView (android:drawableTop) I can use for the tab?

enter image description here

I am using a custom XML for the Main bar, and actionbarsherlock.

Upvotes: 1

Views: 2161

Answers (1)

tyczj
tyczj

Reputation: 74066

that is the old android tabs view, the new ones have the text on the side next to the image

Upvotes: 1

Related Questions