diff --git a/app/src/main/res/layout/row_timeline_comment.xml b/app/src/main/res/layout/row_timeline_comment.xml index 98b6f8263..a84919516 100644 --- a/app/src/main/res/layout/row_timeline_comment.xml +++ b/app/src/main/res/layout/row_timeline_comment.xml @@ -1,85 +1,79 @@ - - - - - - - - + - + - - - + - + - + @@ -87,8 +81,8 @@ android:id="@+id/reactions" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_below="@id/tv_desc" android:layout_marginTop="2dp" - app:layout_constraintRight_toLeftOf="@id/iv_menu" - app:layout_constraintTop_toBottomOf="@id/tv_desc" /> + android:layout_toLeftOf="@id/iv_menu" /> - +