Does the documentation ( or anyone) talks about the dpi values of the default
- Large TextView {
android:textAppearance="?android:attr/textAppearanceLarge"} - Medium TextView {
android:textAppearance="?android:attr/textAppearanceMedium"} - Small TextView {
android:textAppearance="?android:attr/textAppearanceSmall"}
widgets in the SDK ?

To put it in another way, can we replicate the appearance of these text views without using the android:textAppearance attribute?
See in the android sdk directory.
In
\platforms\android-X\data\res\values\themes.xml:In
\platforms\android-X\data\res\values\styles.xml:TextAppearance.Largemeans style is inheriting fromTextAppearancestyle, you have to trace it also if you want to see full definition of a style.Link: http://developer.android.com/design/style/typography.html