Exemplo n.º 1
0
 void SetStyles()
 {
     View.BackgroundColor          = AppColors.PageBackground;
     MainContainer.BackgroundColor = AppColors.GrayBackground;
     TableView.BackgroundColor     = AppColors.GrayBackground;
     RateButton.StyleStandardButton();
     DismissButton.StyleFlatButton();
     RateButton.SetTitle("RATE US ON GOOGLE PLAY", UIControlState.Normal);
     DismissButton.SetTitle("DISMISS", UIControlState.Normal);
 }