Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

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

Cette révision appartient à :
arkon 2021-04-14 08:59:23 -04:00
Parent 1875c4a752
révision 544adb9940

Voir le fichier

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