Changing tab indicators to a view in a tab widget?
- by user246114
Hi,
I have a layout which requires a tab widget containing two tabs. Ideally I'd like to have each tab just be a completely flat colored rectangle, side by side. Almost exactly like the buttons you see at the top of this web page titled:
"Questions" | "Tags" | "Users" | "Badges" | "Unanswered"
but without the whitespace in between. I'd like to have the highlighted tab have a brighter background color.
Is this possible using the tab widget? I know in 1.6+ there's a method to specify a view for the tabs themselves, but can I achieve this tight look, or should I just roll my own?
Thanks