Hi, I’ve already implemented dynamic font size - it’s working very well on all kinds of android devices (various screen sizes, ppi etc.).
The problem is when user changes font size from “medium” to other one, for example to “big”.
Is it possible in makeroid to handle such situation?
It’s possible in java as described here -->
If it’s not possible in makeroid I’ll move this topic to “I want” section.
THANK YOU VERY MUCH!
It solved my problem.
Although there is a small bug in your example code - it works not as supposed when font is smaller than “normal”. Always divide should be used, not multiply. Fixed blocks -->