How to create custom tab size?
Like on the following screen. It look开发者_运维问答s less than standard size. And without vertical lines between icons.
This is most likely not a tab control at all. You can simply use Buttons
or even better styled RadioButtons
for pseudo tabs and then use ViewFlipper to display sequence of cards based on which button was clicked
精彩评论