-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Move avatars to toolbar in individual convos #6585
Conversation
It seems to me that a lot of space is wasted between the "back" arrow and the avatar. Do we really need that arrow? The "back" (software) button does the same thing. |
I'm in favor of that arrow, but agree that there's a lot of space wasted between the arrow and the avatar. Is this spacing defined by some Material guideline? |
Yes, the extra padding is supposed to be there to increase the touch target of the back button. |
What I personally find odd, is the extended empty space in the green bubble (to the right side of the text in the after screenshot). Is this intentional? It seems that the bubble, after removing the avatar, could display more words per line. Like the white bubble already does. |
@rainerzufall I guess that's because the first words of each line are too long in this example so they cannot get "unwrapped", i. e. moved into the respective prior line. |
@mateoeh Still, I think the spacing around the arrow is a bit odd. For example I think it would look better if the space on the right was equal to the space on the left. Even like this it could be a problem on low resolution devices. Maybe it's possible to make the arrow disappear if the avatar contact's name can't be displayed completely? What about replacing the arrow with a "swipe to go back" gesture? |
Thanks but I don't want to make this change at this time. We'll revisit after some future changes are in. |
@moxie0 Could you please share what other changes are required for this to get merged so that @mateoeh or somebody else could work on them to expedite this? |
@moxie0 Are the changes in v4.9 (which shows up as major internal database changes on the Play Store changelog) the ones you were referring to? If so then can this be reconsidered now? |
// FREEBIE
Contributor checklist
Fixes #1234
syntaxFREEBIE
in the commit message of my first commitDescription
A picture is worth a thousand words:
Fixes #6008