-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font size wrong on All Chats header text #1572
Comments
It might not be so much about being seen at the same time, but more about the font size that starts big and then jumps to small. |
Won't fix |
Not sure I can follow your reasoning. If I look in the documentation, there is not jumping around, the font size is always consistent. appbar-scroll.mp4Can you please take another look. Something else must be going on. The legacy app doesn't exhibit this jumping problem either and the Android settings also don't show it. MediumTopAppBar.mp4 |
@nadonomy or do I miss something from a design perspective? |
Actually after taking another look, I think @kongo09 is right here: there is a bug that causes the title to change its size, introduced here. We have to do this because the underlying Material 3 component doesn't allow us to customise the text styles used for large/small title other than modifying If we wanted to both have the right text styles for dialogs and not affect any other components we might be able to do this by providing a custom Ideally, the solution would be that Google would just allow us to override these values just for this component, but that needs a feature request, and for it to actually get done an released, so it would take quite some time even if they decided they actually want to allow it. |
+1 to fixing this - this is plainly a visual bug. If it needs prioritising against other work that's one thing but this for sure shouldn't be a 'won't fix'. |
Steps to reproduce
Outcome
What did you expect?
Text to fade in
What happened instead?
Text appears briefly in large font size, jumps to small and then fades in
screen-20231014-093024.2.mp4
Your phone model
Pixel 5
Operating system version
Android 14
Application version and app store
latest nightly
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: