Simple yet tricky layout using ConstraintLayout
问题 I am trying to make the following seemingly simple yet tricky layout using ConstraintLayout . Normal UI: With longer title: I have tried following code: <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp"> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" android:maxLines="1" android:text="April Ludgate" android