Improve touch indicators for the user info UI in the timeline (#4482)
* For the user info in the timeline items, display the ripple effects according to the bounds and shape of the user avatar and display name * Fix ripple in other screens too
This commit is contained in:
parent
28ee1f8b02
commit
fa6c5e6a92
6 changed files with 59 additions and 20 deletions
|
|
@ -34,8 +34,8 @@ fun InviteSenderView(
|
|||
modifier = modifier,
|
||||
) {
|
||||
Box(modifier = Modifier.padding(vertical = 2.dp)) {
|
||||
Avatar(avatarData = inviteSender.avatarData)
|
||||
}
|
||||
Avatar(avatarData = inviteSender.avatarData)
|
||||
}
|
||||
Text(
|
||||
text = inviteSender.annotatedString(),
|
||||
style = ElementTheme.typography.fontBodyMdRegular,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue