TypedTextView icon indicating copy to clipboard operation
TypedTextView copied to clipboard

Custom implementation of Android's TextView simulating a keyboard/type-writer.

Results 2 TypedTextView issues
Sort by recently updated
recently updated
newest added

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

i want to use this in RecyclerView and i tried but sometimes it become empty. how can i use this view in RecyclerView correctly like chatGPT interface ?