Text View Utils
Handles text content for TextMessage and ReferenceMessage.
Types
Functions
Link copied to clipboard
Enables auto-mirroring for the TextView's compound Drawables, useful for directional Drawables in RTL layouts.
Link copied to clipboard
public static SpannableStringBuilder getRichSpannable(String content, TextViewUtils.RegularCallBack callBack, int foregroundColor)
Link copied to clipboard
public static SpannableStringBuilder getSpannable(String content, TextViewUtils.RegularCallBack callBack)
public static SpannableStringBuilder getSpannable(String content, boolean regular, TextViewUtils.RegularCallBack callBack)
Link copied to clipboard
Sets compound drawables on a TextView using setCompoundDrawablesRelative.