Esempio n. 1
0
 public TypefaceTextView(final Context context) {
   super(context);
   TypefaceUtil.setTypography(this, context, MaterialUIMainApplication.DEFAULT_FONT);
   this.setTransformationMethod(null);
 }