Hi there! Anyone here have any good ideas for how ...
# android
j
Hi there! Anyone here have any good ideas for how to implement different typographies on Android? I want to configure font, text size, line height, text style and then be able to apply these typographies to various components. TextAppearance only takes me halfway as it does not support line height. It feels non-optimal to define separate styles for every type of component for each typography. Does anyone know of a good way to do this?
stackoverflow 3