styles.xml文件中有3种样式:
<style name="TextAppearance.Large"> <item name="android:textSize">22sp</item> </style> <style name="TextAppearance.Medium"> <item name="android:textSize">18sp</item> </style> <style name="TextAppearance.Small"> <item name="android:textSize">14sp</item> <item name="android:textColor">?textColorSecondary</item> </style>
TextAppearance.Small具有不同的颜色,但TextAppearance.Large和TextAppearance.Medium应具有相同的颜色.
如果在TextView中设置这些样式:
android:textAppearance="?android:attr/textAppearanceLarge"
和
android:textAppearance="?android:attr/textAppearanceMedium"
它们的颜色略有不同.
为什么以及在哪里可以找到这些颜色?
解决方法
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。