diff --git a/app/src/main/res/layout/item_message_attachment.xml b/app/src/main/res/layout/item_message_attachment.xml index 0661bd4c04342086b8fa21f2e1c32999f986b61f..b8f1a747206e952cc1f101d462661a2ade1da869 100644 --- a/app/src/main/res/layout/item_message_attachment.xml +++ b/app/src/main/res/layout/item_message_attachment.xml @@ -19,7 +19,7 @@ android:layout_height="0dp" android:layout_marginStart="56dp" android:background="@drawable/quote_vertical_bar" - app:layout_constraintBottom_toTopOf="@+id/layout_reaction" + app:layout_constraintBottom_toTopOf="@+id/recycler_view_reactions" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -58,7 +58,6 @@ tools:text="This is a multiline chat message from Bertie that will take more than just one line of text. I have sure that everything is amazing!" /> <include - android:id="@+id/layout_reaction" layout="@layout/layout_reactions" android:layout_width="0dp" android:layout_height="wrap_content"