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?