19
score
7.1K
views
yes
status
CC BY-SA 3.0
How to change color of the bubble (under cursor) on EditText (programmatically)?
You will need to use reflection to tint the select handles (bubbles). I wrote the following class this morning: Example usage: EditTextTint.java : Note: This should work from Jelly Bean to Nougat. However, since it uses...