79368907

Date: 2025-01-19 12:05:49
Score: 3
Natty:
Report link

For changing the cursor color @mykola-tychyna answer did not work for me, but using DrawableCompat.setTint does:

textView.textCursorDrawable?.let{ DrawableCompat.setTint(it, colorInt) }
Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @mykola-tychyna
  • Low reputation (0.5):
Posted by: PhilKes