浏览代码

Remove autosizing for manga title in tablet view, fix centering

arkon 3 年之前
父节点
当前提交
478256d766

+ 5 - 10
app/src/main/res/layout-sw720dp/manga_info_header.xml

@@ -5,7 +5,7 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:orientation="vertical"
-    app:layoutDescription="@xml/manga_info_header_scene_sw600dp"
+    app:layoutDescription="@xml/manga_info_header_scene_sw720dp"
     tools:context=".ui.browse.source.browse.BrowseSourceController">
 
     <ImageView
@@ -19,7 +19,8 @@
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
-        tools:background="@mipmap/ic_launcher" />
+        tools:background="@mipmap/ic_launcher"
+        tools:ignore="ContentDescription" />
 
     <View
         android:id="@+id/backdrop_overlay"
@@ -68,15 +69,9 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginBottom="4dp"
-            android:gravity="bottom"
-            android:maxLines="3"
+            android:gravity="center"
             android:text="@string/manga_info_full_title_label"
-            android:textAlignment="center"
-            android:textIsSelectable="false"
-            app:autoSizeMaxTextSize="20sp"
-            app:autoSizeMinTextSize="12sp"
-            app:autoSizeStepGranularity="2sp"
-            app:autoSizeTextType="uniform" />
+            android:textIsSelectable="false" />
 
         <TextView
             android:id="@+id/manga_author"

+ 2 - 1
app/src/main/res/layout/manga_info_header.xml

@@ -19,7 +19,8 @@
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
-        tools:background="@mipmap/ic_launcher" />
+        tools:background="@mipmap/ic_launcher"
+        tools:ignore="ContentDescription" />
 
     <View
         android:id="@+id/backdrop_overlay"

+ 1 - 1
app/src/main/res/values/styles.xml

@@ -112,7 +112,7 @@
     </style>
 
     <style name="TextAppearance.Medium.Title">
-        <item name="android:textSize">24sp</item>
+        <item name="android:textSize">20sp</item>
     </style>
 
     <style name="TextAppearance.Medium.Body2">

+ 0 - 0
app/src/main/res/xml/manga_info_header_scene_sw600dp.xml → app/src/main/res/xml/manga_info_header_scene_sw720dp.xml