I have the TextView contains remaining time of timer that must fit its bounds, i.e. less text == larger font
On other devices all are ok, but on ASUS Zenfone 4(ASUS_T00I, 4.4.2, 480x800, hdpi) text stops displaying when font size is bigger then some limit (see screens)
IMPORTANT: Not duplicate of Font size too large to fit in cache
I have the similar issue (that i have already solved) on another device with logs:
ERROR/OpenGLRenderer(2503): Font size to large to fit in cache.
This was solved by this code from question above in my TextView:
setLayerType(View.LAYER_TYPE_SOFTWARE, null);
But not solved this issue
Screens
2 screens above are made on LG G3, and this is how it looks like on other devices
2 screens below are made on ASUS Zenfone 4