I planned to use different font size for the textview on different device size so as to make the letters legible. I have already decided not to use different layouts for dif
For font sizes use scale pixels (sp). Android will scale the font size accordingly depending on the device density. Above posts have a better explanation and the reasoning.