gpt4 book ai didi

Android:TextView 不尊重 android:TextViewStyle 使用 appcompat-v7 22.1.1

转载 作者:太空宇宙 更新时间:2023-11-03 10:18:38 27 4
gpt4 key购买 nike

我已经使用下面的代码覆盖了 Textview 颜色,在我更新以支持存储库后,这些代码在较低版本的 appcompat-v7 22.1 中工作正常,这些代码不起作用。对这些有什么想法吗?

<style name="AppTheme" parent="Theme.AppCompat">
<item name="android:textViewStyle">@style/AppTheme.TextView</item>
</style>

<style name="AppTheme.TextView" parent="android:Widget.TextView">
<item name="android:textColor">@color/black</item>
</style>

最佳答案

在 appcompat-v7 22.1.1 中,他们没有为 TextView 定义“textViewStyle”似乎引用以下链接了解详情 https://code.google.com/p/android/issues/detail?id=170476

关于Android:TextView 不尊重 android:TextViewStyle 使用 appcompat-v7 22.1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30094172/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com