Custom cursor color in SearchView
问题 I want to change the color of the blinking cursor in a SearchView in the Actionbar (I'm using Actionbar Sherlock for compatibility). Until now I've managed to change the color of the cursor for a EditText element. This SO post helped me to accomplish that and the style I'm using for the EditText looks like this: <style name="CustomTheme" parent="Theme.Sherlock.Light"> <item name="android:editTextStyle">@style/edittext_style</item> </style> <style name="edittext_style" parent="@android:style