示例#1
0
 /// <summary>
 /// Applies a theme to the specified text view.
 /// </summary>
 /// <param name="field">A text view to apply the theme to.</param>
 /// <param name="theme">The theme to apply to the text view.</param>
 public static void ApplyTheme(this UITextView field, TextFieldTheme theme)
 {
     field.ApplyTheme(theme, ViewFontSizes.LargeFontSize);
 }