I can not find a way to install Roboto with condensed (thin), and not the default. Is it possible?
Download the full version of Roboto
Copy Roboto-Condensed.ttf to the assets project folder
Roboto-Condensed.ttf
assets
In the code, get a link to Typeface using Typeface robotoCond = Typeface.createFromAsset(context.getAssets(), "Roboto-Condensed.ttf")
Typeface
Typeface robotoCond = Typeface.createFromAsset(context.getAssets(), "Roboto-Condensed.ttf")
Use this in any widget, for example. textView.setTypeface(robotoCond);
textView.setTypeface(robotoCond);
???
PROFIT!
Source: https://habr.com/ru/post/1435314/More articles:Creating strings from context-free grammars - algorithmJavamail, Transport.send () is very slow - javaSelect week number of selected date using jquery datepicker - javascriptMimeMessage.saveChanges is very slow - javaEXC_BAD_ACCESS on iOS 6 but not 5 when changing CFDataRef bytes - iosDo we need to copy the TTF font every time we want to change the font in the application - androidhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1435316/application-which-is-elevated-needs-to-get-non-elevated-mapped-drives-list&usg=ALkJrhjCHkeaipbCI1BgXYcxBjt7G09H1gSVG Text bounding box different from browser when using @ font-face? - cross-browserWriting messages using a stream handler is displayed in red in the console - pythonJavascript Weighted Random Number Generation - javascriptAll Articles