public class ChatMessageListConfig
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
dp_px_1 |
static int |
dp_px_12 |
static int |
TYPE_MESSAGE_FORBID |
static int |
TYPE_MESSAGE_FUNCTION |
static int |
TYPE_MESSAGE_GUIDE |
static int |
TYPE_MESSAGE_OFFICE |
static int |
TYPE_MESSAGE_PRIVILEGE |
构造器和说明 |
---|
ChatMessageListConfig() |
限定符和类型 | 方法和说明 |
---|---|
static int |
getGuideButtonBackGroundResource() |
static int |
getGuideButtonColor() |
static int |
getGuideTextBackGroundResource() |
static int |
getGuideTextColor() |
static android.graphics.Rect |
getGuideTextPadding() |
static int |
getMessageTextColor(ChatMessageUIBean bean) |
static ChatMessageUIBean |
getMessageType(io.rong.imlib.model.MessageContent msg) |
static int |
getRootViewBackGroundResource(ChatMessageUIBean bean) |
static android.graphics.drawable.Drawable |
getRootViewBGDrawable(ChatMessageUIBean bean) |
static android.graphics.Rect |
getRootViewPaddingRect(ChatMessageUIBean bean) |
static boolean[] |
getStartEndImageShow(ChatMessageUIBean mUiBean) |
static int |
getStartEndImageViewWidth(ChatMessageUIBean mUiBean) |
static int |
getUserNameTextColor(int index) |
public static final int TYPE_MESSAGE_OFFICE
public static final int TYPE_MESSAGE_FUNCTION
public static final int TYPE_MESSAGE_FORBID
public static final int TYPE_MESSAGE_GUIDE
public static final int TYPE_MESSAGE_PRIVILEGE
public static final int dp_px_1
public static final int dp_px_12
public static ChatMessageUIBean getMessageType(io.rong.imlib.model.MessageContent msg)
public static int getRootViewBackGroundResource(ChatMessageUIBean bean)
public static android.graphics.drawable.Drawable getRootViewBGDrawable(ChatMessageUIBean bean)
public static android.graphics.Rect getRootViewPaddingRect(ChatMessageUIBean bean)
public static int getMessageTextColor(ChatMessageUIBean bean)
public static int getGuideTextBackGroundResource()
public static int getGuideTextColor()
public static int getGuideButtonBackGroundResource()
public static int getGuideButtonColor()
public static android.graphics.Rect getGuideTextPadding()
public static int getUserNameTextColor(int index)
public static int getStartEndImageViewWidth(ChatMessageUIBean mUiBean)
public static boolean[] getStartEndImageShow(ChatMessageUIBean mUiBean)