Prevent manga title from jumping (fixes #4709)

(cherry picked from commit c58e4f4deef79e0a03fd149adbf54b77a6e04369)
This commit is contained in:
arkon 2021-03-28 11:20:19 -04:00 committed by Jobobby04
parent aa376dc3a5
commit 404a6a621a

View File

@ -65,6 +65,7 @@
style="@style/TextAppearance.Medium.Title" style="@style/TextAppearance.Medium.Title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="bottom"
android:maxLines="3" android:maxLines="3"
android:text="@string/manga_info_full_title_label" android:text="@string/manga_info_full_title_label"
android:textIsSelectable="false" android:textIsSelectable="false"