1
score
17.8K
views
no
status
CC BY-SA 3.0
In Photoshop file font size is 20px what sp will be for this in android? Is its same? means 20px= 20sp or something else?
They are different and you should be using sp and not px. Please see this stackoverflow post sp Scale-independent Pixels - this is like the dp unit, but it is also scaled by the user's font size preference. It is...