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

Changing color of selection elements, and cursor #32

Open
Noitidart opened this issue Feb 23, 2018 · 1 comment
Open

Changing color of selection elements, and cursor #32

Noitidart opened this issue Feb 23, 2018 · 1 comment

Comments

@Noitidart
Copy link

Noitidart commented Feb 23, 2018

I already have set my accent colors but I need a different color for the cursor, and the "selection" handles because the background in the prompt is white.

Here my styles.xml:

        <item name="colorAccent">@android:color/white</item>

        <!-- colorPrimary is used for the default action bar background -->
        <item name="colorPrimary">@color/primaryDark</item>

        <!-- colorPrimaryDark is used for the status bar -->
        <item name="colorPrimaryDark">@color/primaryDark</item>

I am trying to set @drawable/edit_text_cursor by doing <item name="@drawable/edit_text_cursor">@color/primary</item> but its not working. Is it possible to control the cursor color and selection handles in the prompt?

@Kowaio
Copy link

Kowaio commented May 28, 2020

Hi,

i'm curious if you succeeded. I am having the exact same issue.
Any news?
Thx

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