textSize gets scaled on droid but shouldn't be
Posted
by Burke Murray
on Stack Overflow
See other posts from Stack Overflow
or by Burke Murray
Published on 2010-05-28T12:37:36Z
Indexed on
2010/05/28
12:41 UTC
Read the original article
Hit count: 194
android
hi, I have specified textSize="3mm" but when I run the code on the droid the text is much smaller. I looks like the size has been specified in px. I am using minSdk=4 and anydensity = "true". So it seems like if I ask for 3mm I should get 3mm, right?
Thanks in advance.
© Stack Overflow or respective owner