Fixed pagecount not showing up

This commit is contained in:
tom5079
2020-10-13 17:12:53 +09:00
parent 88f3b30266
commit 8757b08cd2
3 changed files with 4 additions and 4 deletions

View File

@@ -212,8 +212,8 @@
android:layout_marginBottom="8dp"
app:layout_constraintTop_toBottomOf="@id/divider"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="parent"
app:layout_constraintRight_toLeftOf="parent" />
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<ImageView
android:id="@+id/galleryblock_favorite"