mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-05 05:45:40 +00:00
Debug
This commit is contained in:
parent
1c5721db82
commit
d7204ff921
@ -164,7 +164,7 @@ class VisibleMessageView : LinearLayout {
|
|||||||
val spacing = context.resources.getDimensionPixelSize(R.dimen.small_spacing)
|
val spacing = context.resources.getDimensionPixelSize(R.dimen.small_spacing)
|
||||||
val threshold = VisibleMessageView.swipeToReplyThreshold
|
val threshold = VisibleMessageView.swipeToReplyThreshold
|
||||||
val iconSize = toPx(24, context.resources)
|
val iconSize = toPx(24, context.resources)
|
||||||
val bottomVOffset = paddingBottom + messageTimestampTextView.height + (messageContentView.height - iconSize) / 2
|
val bottomVOffset = paddingBottom + (messageContentView.height - iconSize) / 2
|
||||||
swipeToReplyIconRect.left = messageContentContainer.right + spacing
|
swipeToReplyIconRect.left = messageContentContainer.right + spacing
|
||||||
swipeToReplyIconRect.top = height - bottomVOffset - iconSize
|
swipeToReplyIconRect.top = height - bottomVOffset - iconSize
|
||||||
swipeToReplyIconRect.right = messageContentContainer.right + iconSize + spacing
|
swipeToReplyIconRect.right = messageContentContainer.right + iconSize + spacing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user