I want to read a text color from string file for my style right now I am doing
<style name="xxx" >
<item name="android:textColor">#ffffff</item>
</style>
I want to do
<style name="xxx" >
<item name="android:textColor">@string/whiteColor</item>
</style>
want to read text color value from string file
Thanks in advance
@color/whiteColor.