当前位置:  开发笔记 > Android > 正文

Android-为什么属性TextAppearanceLarge和TextAppearanceMedium定义了不同的文本颜色

如何解决《Android-为什么属性TextAppearanceLarge和TextAppearanceMedium定义了不同的文本颜色》经验,为你挑选了0个好方法。

styles.xml文件中有3种样式:




TextAppearance.Small具有不同的颜色,但TextAppearance.Large和TextAppearance.Medium应该具有相同的颜色。

如果在TextView中设置以下样式:

android:textAppearance="?android:attr/textAppearanceLarge"

android:textAppearance="?android:attr/textAppearanceMedium"

它们的颜色略有不同。

为什么以及在哪里可以找到这些颜色?

推荐阅读
李桂平2402851397
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有