Fix title jumping around when refreshing (#5328)

This commit is contained in:
Andreas
2021-06-06 16:29:28 +02:00
committed by GitHub
parent f2e4b2fc99
commit de50f53be4
3 changed files with 8 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
android:id="@+id/manga_summary_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintTop_toBottomOf="@+id/btn_favorite"
@@ -126,6 +127,7 @@
android:id="@+id/manga_summary_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintTop_toBottomOf="@+id/btn_favorite"