If you expect differing lengths of text for your view or you're going to change the textSize
of different instances of your TextView
then you should use View.addOnLayoutChangeListener()
.
See an example here: https://stackoverflow.com/a/44069734/1402087