From 364d1b202ec82bcabdeda9a46eafc12d1457774f Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 19 Jun 2023 18:47:55 +0200 Subject: [PATCH] Fix overflowing text in SponsorBlock preference --- .../main/res/layout/spinner_preference.xml | 57 +++++++++---------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/app/src/main/res/layout/spinner_preference.xml b/app/src/main/res/layout/spinner_preference.xml index f1fa9bdec..bcc3a4fbe 100644 --- a/app/src/main/res/layout/spinner_preference.xml +++ b/app/src/main/res/layout/spinner_preference.xml @@ -1,62 +1,59 @@ - + android:orientation="horizontal"> - + android:layout_marginEnd="-10dp" + android:paddingStart="0dp" + android:paddingEnd="35dp" + android:textAlignment="textEnd" /> - + android:layout_marginStart="55dp" + android:layout_marginTop="8dp" + android:ellipsize="marquee" + android:fadingEdge="horizontal" + android:lineSpacingExtra="4dp" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textSize="14sp" + tools:text="Summary" /> - +