Hello,
My question is simple; how can I change the cursor/caret color for my SearchView when using the Toolbar from Androids Support Library?
It works by setting:
<item name="colorControlNormal">#ffffff</item>
<item name="colorControlActivated">#ffffff</item>
<item name="colorControlHighlight">#ffffff</item>
However, the side effect then is that all my other EditText will pick up this color, which is not what I want.
Thanks on beforehand!