View is pushed out of its constraints in ConstraintLayout
I have a ConstraintLayout with an ImageView and 3 chained TextViews with a spread_inside chain style: <android.support.design.card.MaterialCardView android:layout_width="match_parent" android:layout_height="wrap_content"> <android.support.constraint.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/space_normal" android:paddingEnd="@dimen/space_normal" android:paddingStart="@dimen/space_normal" android:paddingTop="@dimen/space_big"> <ImageView android:id="@+id/ivImage" android:layout_width="@dimen/feed_list_image_size"