Fixed to work on old Androids

This commit is contained in:
tom5079
2020-09-13 21:42:02 +09:00
parent 701017d2ca
commit 0f8c68b22e
3 changed files with 4 additions and 2 deletions

View File

@@ -100,7 +100,8 @@
android:contentDescription="@string/galleryblock_thumbnail_description"
android:adjustViewBounds="true"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/galleryblock_progressbar"/>
app:layout_constraintTop_toBottomOf="@id/galleryblock_progressbar"
app:layout_constraintBottom_toBottomOf="@id/barrier"/>
<TextView
style="@style/TextAppearance.AppCompat.Headline"