Remove autosizing for manga title in tablet view, fix centering

This commit is contained in:
arkon
2021-08-06 14:18:37 -04:00
parent 4d92caacef
commit 478256d766
4 changed files with 8 additions and 12 deletions

View File

@@ -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"