In my application AndoidManifest.xml
<application
android:theme="@style/AppTheme">
/res/values/styles.xml
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:textColor">#0A0B0A</item>
</style>
When I start my application on real device with Android 6 I see White Colored text in my TextView. The TexView doesn't have any style or android:textColor attributes. whats the problem? on virtual device with Android 4 it works correctly (the text color is Black)
sorry for my language