I would like to change myTheme color dynamically. I need to replace the color #FF0000 with my dynamically generated color.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyTheme">
<item name="android:textColor">#FF0000</item>
</style>
</resources>