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