我现在想从字符串文件中读取文本颜色以符合我的风格
<style name="xxx" >
<item name="android:textColor">#ffffff</item>
</style>
我想要做
<style name="xxx" >
<item name="android:textColor">@string/whiteColor</item>
</style>
想从字符串文件中读取文本颜色值
提前致谢
我现在想从字符串文件中读取文本颜色以符合我的风格
<style name="xxx" >
<item name="android:textColor">#ffffff</item>
</style>
我想要做
<style name="xxx" >
<item name="android:textColor">@string/whiteColor</item>
</style>
想从字符串文件中读取文本颜色值
提前致谢