toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.widget
/
EllipsizeTextView
Ellipsize
Text
View
public
class
EllipsizeTextView
A TextView that supports multi-line middle ellipsis and ignores auto line-break behavior
Members
Constructors
Ellipsize
Text
View
Link copied to clipboard
public
void
EllipsizeTextView
(
Context context
)
public
void
EllipsizeTextView
(
Context context
,
AttributeSet attrs
)
Types
Range
Link copied to clipboard
public
final
class
Range
<
T
extends
Comparable
<
? super
T
>
>
Functions
set
Adaptive
Text
Link copied to clipboard
public
void
setAdaptiveText
(
String
text
)
Set the text content of this TextView without automatic line-break adaptation.
set
Ellipsize
Text
Link copied to clipboard
public
void
setEllipsizeText
(
CharSequence
ellipsizeText
,
int ellipsizeIndex
)
set
Max
Lines
Link copied to clipboard
public
void
setMaxLines
(
int maxLines
)
set
Text
Link copied to clipboard
public
void
setText
(
CharSequence
text
,
BufferType type
)