I follow the Android guideline and set text dimensions in “sp” units. In one of my layouts used for a ListView row all TextView sizes set to 8sp or 12sp. I tested the app in emulator with all possible screen dimensions and things went well. But some users (with Galaxy Ace and ZTE Blade) say that text in that ListView is too small (a couple of pixels per char).
Why does it happen?
I follow the Android guideline and set text dimensions in sp units. In one
Share
read this post What is the difference between "px", "dp", "dip" and "sp" on Android?
personally use “dp” unit; is more consistent