Skip to content

Instantly share code, notes, and snippets.

import android.content.Context;
import android.support.annotation.Nullable;
import android.support.design.widget.TextInputLayout;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextUtils;
import android.util.AttributeSet;
import uk.co.chrisjenx.calligraphy.CalligraphyTypefaceSpan;