android-typeface-textview icon indicating copy to clipboard operation
android-typeface-textview copied to clipboard

[DEPRECATED] TextView that allows custom typefaces from XML

Results 6 android-typeface-textview issues
Sort by recently updated
recently updated
newest added

Missing support for other components such as EditText and Button. So, use instead a singleton TypefaceManager, responsible for caching TTF, and use this instance in the rest of the components.

Add theme attr and consider textStyle while setTypeface

Add theme attr for specifing font for all TypefaceTextView's in only one place.

just added isInEditMode() for convenience

Allow string resources for the customTypeface attribute.