Skip to content
New issue

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 drawable color isn't working, #4

Open
mrkamiali opened this issue Jul 23, 2019 · 1 comment
Open

Change Cursor color and drawable color isn't working, #4

mrkamiali opened this issue Jul 23, 2019 · 1 comment

Comments

@mrkamiali
Copy link

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.

@moelle89
Copy link

moelle89 commented Mar 12, 2020

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants