0

Changing TextStyles of TabStrip

How can i change the textStyles of a TabStrip? I just want to change the vOffset of the Labels.

by
4 Replies
  • Theming the TabStrip buttons - a play in three acts: :p}).appendTo(this);
    0
  • Did that help? Can you change the vOffset now?
    0
  • Hi,

    I have used your suggestion, but I have changed the step number 2 with the following code:
    CODE
    Theme.storage.alias('CustomTabStripButton', 'ControlTabStripButton');

    Theme.storage.add('CustomTabStripButtonText', $merge(Theme.storage.get('ControlTabStripButtonText'),{
    styles: {
    '960x540':{
    fontWeight: 'bold',
    fontSize: 16,

    },
    '1920x1080':{
    fontWeight: 'bold',
    fontSize: 32,

    }
    }[Theme.keys.screen]
    }));


    and now it works correctly.

    Michele
    0
  • Can this also work for changing the styles and backgroundImage of a pageIndicator?
    0
  • Recent Posts

    in Design / Interaction - Yahoo! TV Widgets