Exemple #1
0
 protected override void ApplyStyle(BooleanMenuElementCell cell)
 {
     base.ApplyStyle(cell);
     cell.ForceImage                = false;
     cell.TextLabel.TextColor       = Style.DefaultStyle.MainTextColor;
     cell.DetailTextLabel.TextColor = Style.DefaultStyle.MainTextColor;
 }
Exemple #2
0
 protected virtual void ApplyStyle(BooleanMenuElementCell cell)
 {
     cell.StyleAsMenuElement();
     cell.Switch.StyleSwitch();
 }