Ejemplo n.º 1
0
 void ApplyCurrentTheme()
 {
     View.BackgroundColor = Theme.Current.BackgroundColor;
     RefresherControl.ApplyCurrentTheme(refresher);
 }
Ejemplo n.º 2
0
 public void ApplyCurrentTheme()
 {
     View.BackgroundColor           = Theme.Current.BackgroundColor;
     CollectionView.BackgroundColor = UIColor.Clear;
     RefresherControl.ApplyCurrentTheme(refresher);
 }