Draw tablet manga info column under navbar (fixes #5323)

(cherry picked from commit d43255e688cffe54d12ac33fe327ef2adefe15ac)
This commit is contained in:
arkon 2021-06-06 10:50:00 -04:00 committed by Jobobby04
parent 710196d514
commit a33a7c0844

View File

@ -29,6 +29,7 @@
android:id="@+id/info_recycler"
android:layout_width="0dp"
android:layout_height="match_parent"
android:clipToPadding="false"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/chapters_recycler"
app:layout_constraintStart_toStartOf="parent"