I want to change cursor bubble color to orange
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorAccent">@color/orange</item>
<item name="android:textCursorDrawable">@color/orange</item>
</style>
Why the color of cursor is not getting changed pls help. Thank you.