From 7ed8de2ef4910553fe1ce4896dd5e63d64ba7b34 Mon Sep 17 00:00:00 2001 From: Soitora Date: Sat, 4 Sep 2021 16:05:24 +0200 Subject: [PATCH] Remove autoSizeText (#5850) Apparently it produces unexpected results in combination with 'wrap_content'. --- app/src/main/res/layout/manga_info_header.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/res/layout/manga_info_header.xml b/app/src/main/res/layout/manga_info_header.xml index 3d65506563..93acef132d 100644 --- a/app/src/main/res/layout/manga_info_header.xml +++ b/app/src/main/res/layout/manga_info_header.xml @@ -74,11 +74,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textIsSelectable="false" - android:text="@string/manga_info_full_title_label" - app:autoSizeMaxTextSize="20sp" - app:autoSizeMinTextSize="12sp" - app:autoSizeStepGranularity="2sp" - app:autoSizeTextType="uniform" /> + android:text="@string/manga_info_full_title_label" />