Image loading fixed

This commit is contained in:
Pupil
2020-02-23 21:18:19 +09:00
parent 03444f070f
commit 9bddf95013
7 changed files with 40 additions and 11 deletions

View File

@@ -27,8 +27,11 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:maxHeight="5000dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:background="@drawable/reader_item_boundary">
<LinearLayout