1

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!

Andreas N
  • 193
  • 1
  • 1
  • 6
  • See https://code.google.com/p/android/issues/detail?id=182516. – Sean Barbeau Sep 02 '15 at 15:46
  • possible duplicate of [How to style the cursor color of SearchView under AppCompat](http://stackoverflow.com/questions/27730253/how-to-style-the-cursor-color-of-searchview-under-appcompat) – Sean Barbeau Sep 02 '15 at 16:16

0 Answers0