For some reason it can't recognise textColor property.
Here's the code i used:
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="actionBarStyle">@style/AppTheme.ActionBarStyle</item>
</style>
<style name="AppTheme.ActionBarStyle" parent="Theme.AppCompat.Light">
<item name="titleTextStyle">@style/AppTheme.ActionBar.TitleTextStyle</item>
<item name="background">@color/DarkSlateGray</item>
</style>
<style name="AppTheme.ActionBar.TitleTextStyle" parent="Theme.AppCompat.Light">
<item name="textColor">@color/White</item>
</style>
</resources>
Error:(14, 21) No resource found that matches the given name: attr 'textColor'.