-
Notifications
You must be signed in to change notification settings - Fork 731
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
Small UI fix in room member profile hearder #4700
Conversation
Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The layout is not broken anymore, thanks.
I tried to do better without having to add a nested LinearLayout, but without success.
Please see my latest remarks.
app:layout_constraintTop_toBottomOf="@id/memberProfileAvatarView" | ||
tools:text="@sample/users.json/data/displayName" /> | ||
android:gravity="center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format the file (and rearrange attributes)
android:layout_marginEnd="8dp" | ||
android:gravity="center" | ||
android:textStyle="bold" | ||
tools:text=" dezdezdzedez dezjdioezdiozeiodzendez" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe restore the previous text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks. Will squash the commits.
* develop: (87 commits) Update versions to 1.3.13 Release: prepare CHANGES adding changelog entry removing android version bypass for using text futures - the emoji span changes affect all android versions Update versions to 1.3.12 Release: prepare CHANGES removing trailing space extracting the emoji processing to an interface so that we can override the behaviour in the unit test adding comment to explain SpannableStringBuilder usage adding changelog entry using the safe emoji processor to avoid the timeline failing when processing the content and the emoji library hasn't initialised yet Update changelog.d/4743.bugfix Small UI fix in room member profile hearder (#4700) Add changelog adding changelog entry adding missing binding options emote content - fixes android 12+ crash when certain emojis are used within the emote content Fix crash ImmutableModelException Update Gradle Wrapper from 7.3.1 to 7.3.2. Call banner: center text vertically adding changelog entry ...
In the room member profile header, when the name is too long the name and the shield are not completely visible.
Screen after the fix: