This commit is contained in:
Pupil
2020-02-24 20:02:44 +09:00
parent 5fd35b492c
commit 65e9557d9f
4 changed files with 10 additions and 25 deletions

View File

@@ -27,6 +27,8 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintHeight_default="wrap"
app:layout_constraintHeight_max="2000dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
@@ -66,6 +68,7 @@
android:contentDescription="@string/reader_imageview_description"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:maxHeight="2000dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="8dp"/>