android: improve media and file attachment bubble rendering
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:37:00 +03:00
parent 542af1d4c1
commit c947d96748
3 changed files with 165 additions and 24 deletions

View File

@@ -269,3 +269,9 @@
- Updated message bubble shapes for incoming/outgoing messages to denser rounded Telegram-like contours.
- Kept bottom-right time + delivery state rendering in bubble footer after time formatting update.
- Updated Telegram UI batch-2 checklist item for message bubble parity.
### Step 45 - Chat UI / media bubble improvements
- Added richer video attachment card rendering in message bubbles.
- Added file-list style attachment rows (icon + filename + type/size metadata).
- Upgraded non-voice audio attachment player with play/pause, progress bar, and current/total duration labels.
- Updated Telegram UI batch-2 checklist media-bubble items.