Package-level declarations

Types

Link copied to clipboard
public final class QuoteCardRefreshMatcher
Link copied to clipboard
public class QuoteCardView
V2 引用消息卡片 View(对标 iOS RCReferencedContentView)。 四种互斥布局模式:
  • INLINE:左侧 compact 竖线 + 单 TextView 显示 "昵称: 内容",最多两行。 适用于文本/语音/位置/小视频/未知/已编辑的引用。
  • IMAGE_PREVIEW:顶部 sender 行 + 缩略图。适用于图片且非删除/撤回。
  • FILE_CARD:顶部 sender 行 + 白底带边框文件卡片(icon + name + size)。
  • STATUS:与 INLINE 相同,但内容固定为"已撤回/已删除",颜色用次级色。
Link copied to clipboard
public final class QuoteMessageBatchLoader
Batches and caches V2 quote-card original-message lookups for the current message page.
Link copied to clipboard
public class ReferenceInstance
Link copied to clipboard
public class ReferenceManager
Link copied to clipboard
V1 引用消息 cell。 引用区使用 QuoteCardView,与 V2 视觉一致(对齐 iOS RCReferencedContentView 的两端共用模式)。 Provider 仅负责发送方文本渲染、引用点击交互、及高 DPI 下的容器宽度调整。
Link copied to clipboard
public class ReferenceView
引用控件 Created by JL on 2018/3/28.