-
Notifications
You must be signed in to change notification settings - Fork 9
showCursor false not effect #3
Copy link
Copy link
Open
Description
hi
when i use :
showCursor( false )
its not effect and show cursor in typing?
how can i remove it?
thanks
TypedTextView.Builder builder = new TypedTextView.Builder( typedTextView )
.setTypingSpeed( 500 )
.splitSentences( false )
.setSentencePause( 0 )
.randomizeTypingSpeed( false )
.showCursor( false )
.playKeyStrokesAudio( false )
.randomizeTypeSeed( 500 );
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels