Closed klinker24 closed 7 years ago
No, this will be easy. You won't even have to convert to sp
, if you just pass the int value into TextView#setTextSize
then that should work.
You'll just have to change some font sizes appropriately, things like the title should be larger than the paragraphs.
Many apps already have font size settings built in, we should give developers the opportunity to follow those preferences.
This will just require a new extra on the
ArticleIntent
for font size insp
. That size should be set for the content of theTextView
s, with slight deviations for the domain name and the article title@klinker41 should be very straightforward, do you foresee any issues? I was going to add this this weekend.