diff --git a/app/src/main/res/layout/chapters_item.xml b/app/src/main/res/layout/chapters_item.xml index bed5fb8b42..294f51358d 100644 --- a/app/src/main/res/layout/chapters_item.xml +++ b/app/src/main/res/layout/chapters_item.xml @@ -23,12 +23,13 @@ diff --git a/app/src/main/res/layout/common_spinner_item.xml b/app/src/main/res/layout/common_spinner_item.xml index dc91c83a83..38c180e650 100644 --- a/app/src/main/res/layout/common_spinner_item.xml +++ b/app/src/main/res/layout/common_spinner_item.xml @@ -4,5 +4,5 @@ style="@style/Theme.Widget.SpinnerItem" android:layout_width="match_parent" android:layout_height="?attr/dropdownListPreferredItemHeight" - android:ellipsize="marquee" + android:ellipsize="end" android:singleLine="true" />