I redefined the color Textviewusing the code below, which works well in the lower version of appcompat-v7 22.1 after I updated it to maintain a repository that they do not work. Any idea on them?
<style name="AppTheme" parent="Theme.AppCompat">
<item name="android:textViewStyle">@style/AppTheme.TextView</item>
</style>
<style name="AppTheme.TextView" parent="android:Widget.TextView">
<item name="android:textColor">@color/black</item>
</style>
source
share