Friday , January 10 2025

Tag Archives: custom font

Custom Font in android

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 »