Skip to content

showCursor false not effect #3

@moradi-morteza

Description

@moradi-morteza

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 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions