I'm using the SegmentedControl in a page, but the default appearance style of the SegmentedControl is not what I want, i.e., I need to customize the background, selected background, text color, font and font size, even put some images or icons besides the text...
Orz... Too many requests? Let's say how to implement a SegmentedControl like this:
Say there are three tabs, and the middle tab is currently selected. I guess we can use a "selected background image" with the correct background color and a red line on the bottom of it. But it is still necessary to change the selected text color and the font, right?
Could anyone help to write some code fragments to demonstrate how to do it?
Thanks in advance!
Orz... Too many requests? Let's say how to implement a SegmentedControl like this:
Say there are three tabs, and the middle tab is currently selected. I guess we can use a "selected background image" with the correct background color and a red line on the bottom of it. But it is still necessary to change the selected text color and the font, right?
Could anyone help to write some code fragments to demonstrate how to do it?
Thanks in advance!