colorControlNormal not setting toolbar back arrow color
问题 I'm trying to change the color of my toolbar's back arrow to purple, but the color I set for the colorControlNormal attribute of my custom toolbar theme isn't working. The toolbar should be purple but it remains white. I've checked all over my layout's xml and the app Manifest to see if my toolbar theme is being overidden somewhere but i don't see this. What's the problem? styles.xml <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!--