mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Bubble: clean up
This commit is contained in:
parent
10bf3e56fc
commit
0d6642c32c
@ -97,7 +97,7 @@ class MessageBubbleContentLayout @JvmOverloads constructor(context: Context, att
|
|||||||
parentTop + contentContainerView.marginTop + contentContainerView.measuredHeight
|
parentTop + contentContainerView.marginTop + contentContainerView.measuredHeight
|
||||||
)
|
)
|
||||||
timeView.layout(
|
timeView.layout(
|
||||||
parentLeft + timeView.marginEnd ,
|
parentLeft + timeView.marginEnd,
|
||||||
parentBottom - timeView.measuredHeight - timeView.marginBottom,
|
parentBottom - timeView.measuredHeight - timeView.marginBottom,
|
||||||
parentLeft + timeView.measuredWidth + timeView.marginEnd,
|
parentLeft + timeView.measuredWidth + timeView.marginEnd,
|
||||||
parentBottom - timeView.marginBottom
|
parentBottom - timeView.marginBottom
|
||||||
|
Loading…
Reference in New Issue
Block a user