I can't find the way to set Roboto condensed (thin) instead of the default one. Is it possible?
Download the full Roboto family
Copy Roboto-Condensed.ttf
into your project's assets
folder
In code, get a reference to your Typeface
with Typeface robotoCond = Typeface.createFromAsset(context.getAssets(), "Roboto-Condensed.ttf")
Use this in any widget, e.g. textView.setTypeface(robotoCond);
???
PROFIT!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With