Ejemplo n.º 1
0
 public CustomFontButton(Context context) : base(context)
 {
     CustomFontHelper.ApplyCustomFont(this, context, null);
 }
Ejemplo n.º 2
0
 public CustomFontTextView(Context context) : base(context)
 {
     CustomFontHelper.ApplyCustomFont(this, context, null);
 }
Ejemplo n.º 3
0
 public CustomFontButton(Context context, IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle)
 {
     CustomFontHelper.ApplyCustomFont(this, context, attrs);
 }
Ejemplo n.º 4
0
 public CustomFontTextView(Context context, IAttributeSet attrs) : base(context, attrs)
 {
     CustomFontHelper.ApplyCustomFont(this, context, attrs);
 }