Oleg Atamanenko

thoughts about programming

Category: textview

Using custom font in Android TextView

Today I want to share with you custom TextView which allows to set font to be used in xml layout. First, we need to declare our custom styleable attrs.xml: <?xml version="1.

Continue Reading…