Does the documentation ( or anyone) talks about the dpi values of the default
android:textAppearance=\"?android:attr/textAppearanceLarge
Programmatically, you could use:
textView.setTextAppearance(android.R.style.TextAppearance_Large);