mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Update timer icons and received text bubble.
This commit is contained in:
committed by
Greyson Parrelli
parent
a27d60f830
commit
26c9b5166e
@@ -1172,12 +1172,13 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
quoteView.dismiss();
|
||||
}
|
||||
|
||||
int topMargin = current.isOutgoing() ? 0 : readDimen(R.dimen.message_bubble_content_top_padding);
|
||||
if (mediaThumbnailStub.resolved()) {
|
||||
ViewUtil.setTopMargin(mediaThumbnailStub.get(), 0);
|
||||
ViewUtil.setTopMargin(mediaThumbnailStub.get(), topMargin);
|
||||
}
|
||||
|
||||
if (linkPreviewStub.resolved()) {
|
||||
ViewUtil.setTopMargin(linkPreviewStub.get(), 0);
|
||||
ViewUtil.setTopMargin(linkPreviewStub.get(), topMargin);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user