Parcourir la source

Remove autoSizeText (#5850)

Apparently it produces unexpected results in combination with 'wrap_content'.
Soitora il y a 3 ans
Parent
commit
7ed8de2ef4
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      app/src/main/res/layout/manga_info_header.xml

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