Explorar el Código

Handle reader toolbar subtitle getting cut off when text is too big (closes #4843)

arkon hace 4 años
padre
commit
544adb9940
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/src/main/res/layout/reader_activity.xml

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

@@ -60,7 +60,8 @@
         <com.google.android.material.appbar.MaterialToolbar
             android:id="@+id/toolbar"
             android:layout_width="match_parent"
-            android:layout_height="?attr/actionBarSize"
+            android:layout_height="wrap_content"
+            android:minHeight="?attr/actionBarSize"
             android:background="?attr/colorPrimary" />
 
         <LinearLayout