Remove autoSizeText (#5850)

Apparently it produces unexpected results in combination with 'wrap_content'.
This commit is contained in:
Soitora 2021-09-04 16:05:24 +02:00 committed by GitHub
parent d935e22f0d
commit 7ed8de2ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />
<TextView
android:id="@+id/manga_author"