Draw Cursor in Custom View using StaticLayout (multiline)

76 views Asked by At

If I have:

new StaticLayout(text, paint, width, alignment, 1.0f, 0.0f, false);

How to draw Cursor in text?

0

There are 0 answers