Does the documentation ( or anyone) talks about the dpi values of the default
android:textAppearance=\"?android:attr/textAppearanceLarge
See in the android sdk directory.
In \platforms\android-X\data\res\values\themes.xml
:
- @android:style/TextAppearance.Large
- @android:style/TextAppearance.Medium
- @android:style/TextAppearance.Small
In \platforms\android-X\data\res\values\styles.xml
:
TextAppearance.Large
means style is inheriting from TextAppearance
style, 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