A user of my Android App reported that he was seeing tiny text. How is this possible? More importantly, how can I use the emulator to be sure that my changes will fix it?
Background:
This user has a Motorola DROID phone, which has a different screen resolution and maybe other slight differences.
I assume that the problem was I didn't test using the right screen size. However, I followed the instructions here and tested a larger screen and the text was fine. http://developer.motorola.com/docstools/library/Support%5Ffor%5FMultiple%5FScreen%5FResolutions/
I know my app has fixed pixel heights like this: android:layout_height="64px" and I use text side parameters like: android:textSize="14sp" or android:textSize="12pt"