Esempio n. 1
0
 public void OnSelected(bool fireModelEvent = true)
 {
     tabButton.SetTextColor(selectedColor);
     TabIndicator.SetBackgroundColor(indicatorColor);
     if (fireModelEvent)
     {
         model.OnTabSelected();
     }
 }