Exemplo n.º 1
0
 protected override void ApplyStyle(MenuElementCell cell)
 {
     base.ApplyStyle(cell);
     cell.TextLabel.TextColor = Style.DefaultStyle.MainTextColor;
     cell.ForceImage          = false;
     if (cell.DetailTextLabel != null)
     {
         cell.DetailTextLabel.TextColor = Style.DefaultStyle.SubTextColor;
     }
 }
Exemplo n.º 2
0
 protected virtual void ApplyStyle(MenuElementCell cell)
 {
     cell.StyleAsMenuElement();
 }