Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

One thing you can do is: Make custom textViews, by extending them, and then use them in your xml layouts. You will have to override setTypeface(Typeface tf, int style) method for that. You may want to have a look at thisthis

One thing you can do is: Make custom textViews, by extending them, and then use them in your xml layouts. You will have to override setTypeface(Typeface tf, int style) method for that. You may want to have a look at this

One thing you can do is: Make custom textViews, by extending them, and then use them in your xml layouts. You will have to override setTypeface(Typeface tf, int style) method for that. You may want to have a look at this

Source Link
harshit
  • 3.9k
  • 4
  • 33
  • 54

One thing you can do is: Make custom textViews, by extending them, and then use them in your xml layouts. You will have to override setTypeface(Typeface tf, int style) method for that. You may want to have a look at this