In this post, we’ll look at a generalized approach, which is more complex, but also more suitable for a repeated use of custom fonts. Extending TextView We’ll create a new Java class, which extends TextView. This allows us to use that class in all XML views. It inherits all functionality …
Read More »