I have styles.xml with Style definition like this:
<style name="Style1">
<item name="titleColor">@color/red</item>
<item name="lineColor">@color/light_red</item>
</style>
I'd like to access "titleColor", "lineColor" attributes values programmaticaly. Is it possible somehow to do? Would appreciate your help very much, cause already spend hours trying to find a solution.