styles.xml文件中有3种样式:
TextAppearance.Small具有不同的颜色,但TextAppearance.Large和TextAppearance.Medium应该具有相同的颜色。
如果在TextView中设置以下样式:
android:textAppearance="?android:attr/textAppearanceLarge"
和
android:textAppearance="?android:attr/textAppearanceMedium"
它们的颜色略有不同。
为什么以及在哪里可以找到这些颜色?