nextcloud / nextcloud/talk-android

Investigating the Chat Bubbles

Open
#5,346 2 comments 0 reactions 1 assignee View on GitHub

@ariedov is already working on this.

Since Sep 9, 2025.

1. to develop design enhancement
Dominant language
Kotlin
Stars
739
Forks
321
Avg merge
14h 59m
Merged PRs (30d)
151

Description

I am trying to figure out how to make the chat screen more aligned with the industry standard. So currently the master branch has the font size increased, which is definitely welcome and looks better, but it hides quite a few messages from the screen. Also, the bubble padding and line height seem exploded in that case.

So I removed the line spacing multiplier and reduced the vertical padding from 12dp to 8dp, and now, even with the bigger font, I see an extra message compared to the "current" version.

The Telegram font size still seems different from the "increased font size" version of the app, but that is probably because they are using a different font.

I see 17 message bubbles on Telegram, and I also see 17 on Bigger Font Smaller Padding. Only 16 though currently, and only 14 with the bigger font.

I think small padding and big font is the way to go.

Telegram Current
Image Image
Telegram Bigger Font
Image Image
Telegram Bigger Font Smaller Padding
Image Image
Telegram Small Padding Bigger Font Current
Image Image Image Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.