'back button color change

enter image description here

Any solution for to make the above back button color white please help me with my code as i am a student don't refer me to another question

Below is my code

enter image description here

enter image description here



Solution 1:[1]

You are using android:iconTint replace it with below code and use app:iconTint

    app:iconTint="@color/white"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Harshit Jain