I\'m trying to make the pointer color of EditText
to become blue.
I\'m able to make the underline and the cursor to become blue, but the droplet l
I recognize this is really late, but if all you want to do is change the color of the handle, you just need to add the following to your styles.xml file.
Or if you want to set it app-wide, you can do the following:
And then just set the theme on whatever activity is holding the EditText
which you want to affect.
Problem solved!