I want to create a custom theme for my application, but I have a small problem. In my TextViews I use different textColors so for my custom theme i put
<item name="android:textColor">@color/myColor</item>
The problem is: How can I set different textColors for different TextViews? Thanks in advance.