From b84638ac5a2842374acbd54820fa880dbdd0fff4 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 7 Mar 2020 13:28:27 -0500 Subject: [PATCH] Fix chapter description and download badge overlap --- app/src/main/res/layout/chapters_item.xml | 5 +++-- app/src/main/res/layout/common_spinner_item.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/chapters_item.xml b/app/src/main/res/layout/chapters_item.xml index bed5fb8b4..294f51358 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 dc91c83a8..38c180e65 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" />