K
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
bind:layout_constraintTop_toTopOf="parent"
bind:layout_constraintStart_toStartOf="parent"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:textColor="@android:color/black"
android:maxLines="1"
android:ellipsize="end"
tools:text="Текст Текст Текст Текст Текст Текст Текст "/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/black"
tools:text="@"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

