mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-15 06:56:30 +00:00
Bubble mode previously rendered media as flat header-plus-card rows while text messages got the tinted bubble treatment. Introduce MediaBubbleShell, which mirrors BubbleTextMessageLayout (author-colour wash and hairline, speaker-side tail, in-bubble sender name, flush-right timestamp with delivery ticks for own private messages), and route ImageMessageItem and AudioMessageItem through it. Matrix mode is unchanged.