I am using Eclipse Indigo, testing on 2 emulators(2.2 and 3.0).
the code below shows what I am testing now, however setting the text size reveals nothing on the scre
This fixed the issue for me. I got uniform font size across all devices.
textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,getResources().getDimension(R.dimen.font));