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

(cherry picked from commit 544adb9940bce8f42f9241c53785cb85192d533f)

# Conflicts:
#	app/src/main/res/layout/reader_activity.xml
This commit is contained in:
arkon 2021-04-14 08:59:23 -04:00 committed by Jobobby04
parent 5c1423be86
commit 01ad3dc92b

View File

@ -72,7 +72,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" />
<LinearLayout
android:id="@+id/eh_utils"