You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?The text was updated successfully, but these errors were encountered: