Пример #1
0
 public CustomFontButton(Context context) : base(context)
 {
     CustomFontHelper.ApplyCustomFont(this, context, null);
 }
Пример #2
0
 public CustomFontTextView(Context context) : base(context)
 {
     CustomFontHelper.ApplyCustomFont(this, context, null);
 }
Пример #3
0
 public CustomFontButton(Context context, IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle)
 {
     CustomFontHelper.ApplyCustomFont(this, context, attrs);
 }
Пример #4
0
 public CustomFontTextView(Context context, IAttributeSet attrs) : base(context, attrs)
 {
     CustomFontHelper.ApplyCustomFont(this, context, attrs);
 }