@ -24,7 +24,7 @@ class QuoteView : LinearLayout {
}
private fun setUpViewHierarchy() {
LayoutInflater.from(context).inflate(R.layout.view_link_preview, this)
LayoutInflater.from(context).inflate(R.layout.view_quote, this)
// endregion
@ -24,7 +24,7 @@ class VoiceMessageView : LinearLayout {
LayoutInflater.from(context).inflate(R.layout.view_document, this)
LayoutInflater.from(context).inflate(R.layout.view_voice_message, this)
@ -21,10 +21,6 @@
android:orientation="horizontal"
android:gravity="bottom">
<!-- The linear layout below is marked as "useless", but this isn't the case. It's
convenient because it allows you to show or hide the profile picture plus the spacers
before and behind it in one go. -->
<LinearLayout
android:id="@+id/profilePictureContainer"
android:layout_width="wrap_content"