Android Studio – Fix for "Insufficient text color contrast ratio" adds an incorrect attribute
I got a "Insufficient text color contrast ratio" warning in my layout. When I used the "Fix" option in the warning screen, it added an attribute android:hintTextColor to my text view in the xml file. When I built the project,…