diff --git a/app/src/main/res/layout-h280dp/fragment_detail.xml b/app/src/main/res/layout-h280dp/fragment_detail.xml index 91c4371b1..ad56ee758 100644 --- a/app/src/main/res/layout-h280dp/fragment_detail.xml +++ b/app/src/main/res/layout-h280dp/fragment_detail.xml @@ -163,6 +163,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/spacing_tiny" + android:maxLines="1" + android:singleLine="true" + android:ellipsize="end" android:textAppearance="@style/TextAppearance.Auxio.TitleLarge" android:textColor="?attr/colorOnSurface" tools:text="Name" /> diff --git a/app/src/main/res/layout-h480dp/fragment_detail.xml b/app/src/main/res/layout-h480dp/fragment_detail.xml index 694fde20b..71c041256 100644 --- a/app/src/main/res/layout-h480dp/fragment_detail.xml +++ b/app/src/main/res/layout-h480dp/fragment_detail.xml @@ -145,6 +145,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/spacing_tiny" + android:maxLines="1" + android:singleLine="true" + android:ellipsize="end" android:textAppearance="@style/TextAppearance.Auxio.TitleLarge" android:textColor="?attr/colorOnSurface" tools:text="Name" /> diff --git a/app/src/main/res/layout-sw600dp/fragment_detail.xml b/app/src/main/res/layout-sw600dp/fragment_detail.xml index 53bd566bd..d44f004f5 100644 --- a/app/src/main/res/layout-sw600dp/fragment_detail.xml +++ b/app/src/main/res/layout-sw600dp/fragment_detail.xml @@ -160,6 +160,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/spacing_tiny" + android:maxLines="1" + android:singleLine="true" + android:ellipsize="end" android:textAppearance="@style/TextAppearance.Auxio.TitleLarge" android:textColor="?attr/colorOnSurface" tools:text="Name" /> diff --git a/app/src/main/res/layout-w600dp/fragment_detail.xml b/app/src/main/res/layout-w600dp/fragment_detail.xml index 91c4371b1..ad56ee758 100644 --- a/app/src/main/res/layout-w600dp/fragment_detail.xml +++ b/app/src/main/res/layout-w600dp/fragment_detail.xml @@ -163,6 +163,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/spacing_tiny" + android:maxLines="1" + android:singleLine="true" + android:ellipsize="end" android:textAppearance="@style/TextAppearance.Auxio.TitleLarge" android:textColor="?attr/colorOnSurface" tools:text="Name" /> diff --git a/app/src/main/res/layout/fragment_detail.xml b/app/src/main/res/layout/fragment_detail.xml index ccfc8bb21..2584dd43e 100644 --- a/app/src/main/res/layout/fragment_detail.xml +++ b/app/src/main/res/layout/fragment_detail.xml @@ -137,6 +137,9 @@ android:id="@+id/detail_toolbar_title" android:layout_width="match_parent" android:layout_height="wrap_content" + android:maxLines="1" + android:singleLine="true" + android:ellipsize="end" android:layout_marginStart="@dimen/spacing_tiny" android:textAppearance="@style/TextAppearance.Auxio.TitleLarge" android:textColor="?attr/colorOnSurface"