parent
9a3ed38fe6
commit
82bbfee0a4
1 changed files with 4 additions and 1 deletions
|
@ -17,12 +17,15 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/view_name"
|
android:id="@+id/view_name"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginStart="24dp"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:maxLines="1"
|
||||||
android:textAppearance="@style/TextAppearance.Material3.TitleMedium"
|
android:textAppearance="@style/TextAppearance.Material3.TitleMedium"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
app:layout_constraintBaseline_toBaselineOf="@id/view_all"
|
app:layout_constraintBaseline_toBaselineOf="@id/view_all"
|
||||||
|
app:layout_constraintEnd_toStartOf="@id/view_all"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
tools:text="Movies" />
|
tools:text="Movies" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue