Multiple ForegroundColorSpan on Editable issue on Android 6.0+
If I remove all spans before setting the new ForegroundColorSpan then I get the desired behavior. Unfortunately, this is a lot more work if an EditText has a lot of text. What I did for a fix: I'm not sure what changed...