We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Cursor color and the drawable color isn't working in style either in XML, is there any other workaround please let me know asap.
The text was updated successfully, but these errors were encountered:
The searchview is using this style for the editText
<style name="EditTextStyle" parent="TextAppearance.AppCompat"> <item name="colorControlNormal">#565656</item> <item name="colorControlActivated">#000</item> <item name="android:textSize">18sp</item> </style>
colorControlActivated is used for the Cursor color. - Just include it to your styles.xml and edit/add it as you like.
Sorry, something went wrong.
No branches or pull requests
Change Cursor color and the drawable color isn't working in style either in XML, is there any other workaround please let me know asap.
The text was updated successfully, but these errors were encountered: