TimelyTextView
TimelyTextView copied to clipboard
Clipping on the bottom
The bottom part of the number is clipped.
Maybe your not setting the height & width properly ? Try reducing the height and width and see if it works
I understand that height controls the text size?
- If I set the height to 30dp and textsize to 25dp, the clipping still occurs.
- If I go to the TimelyView class itself and change the height to 95% of the value from getMeasuredHeight(), the text is no longer clipped.
Is there any resolution on this, or known fix?
You have to go into the class and set up the canvas size or something. Since it inherits from View and not TextView, there is not other way other than to do so manually.
You can do what I mentioned above.