|
@@ -11,28 +11,23 @@
|
|
|
</Transition>
|
|
|
|
|
|
<ConstraintSet android:id="@+id/start">
|
|
|
- <Constraint
|
|
|
- android:id="@+id/manga_info_toggle_more_scrim"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:visibility="visible"
|
|
|
- motion:layout_constraintBottom_toBottomOf="@+id/manga_info_toggle_more"
|
|
|
- motion:layout_constraintEnd_toStartOf="@+id/manga_info_toggle_more"
|
|
|
- motion:layout_constraintTop_toTopOf="@+id/manga_info_toggle_more" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_more"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="visible"
|
|
|
- motion:layout_constraintBottom_toBottomOf="@+id/manga_summary_text"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent" />
|
|
|
+ motion:layout_constraintEnd_toEndOf="parent"
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ motion:layout_constraintBottom_toBottomOf="@id/manga_summary_text"
|
|
|
+ android:layout_marginBottom="-4dp" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_less"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="gone"
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_summary_text" />
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ motion:layout_constraintTop_toBottomOf="@id/manga_summary_text" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_genres_tags_compact"
|
|
|
android:layout_width="match_parent"
|
|
@@ -40,7 +35,7 @@
|
|
|
android:visibility="visible"
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_summary_text" />
|
|
|
+ motion:layout_constraintTop_toBottomOf="@+id/manga_info_toggle_more" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_genres_tags_full_chips"
|
|
|
android:layout_width="match_parent"
|
|
@@ -51,31 +46,54 @@
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
motion:layout_constraintStart_toStartOf="parent"
|
|
|
motion:layout_constraintTop_toBottomOf="@+id/manga_info_toggle_less" />
|
|
|
+ <Constraint
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:id="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_marginEnd="16dp" />
|
|
|
</ConstraintSet>
|
|
|
|
|
|
<ConstraintSet android:id="@+id/end">
|
|
|
<Constraint
|
|
|
- android:id="@+id/manga_info_toggle_more_scrim"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:visibility="gone"
|
|
|
- motion:layout_constraintBottom_toBottomOf="@+id/manga_info_toggle_more"
|
|
|
- motion:layout_constraintEnd_toStartOf="@+id/manga_info_toggle_more"
|
|
|
- motion:layout_constraintTop_toTopOf="@+id/manga_info_toggle_more" />
|
|
|
+ android:id="@+id/manga_summary_text"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
+ motion:layout_constraintEnd_toEndOf="parent"
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
+ motion:visibilityMode="ignore" />
|
|
|
+ <Constraint
|
|
|
+ android:id="@+id/manga_info_scrim"
|
|
|
+ motion:layout_constraintEnd_toEndOf="@+id/manga_summary_text"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="24sp"
|
|
|
+ motion:layout_constraintBottom_toBottomOf="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintStart_toStartOf="@+id/manga_summary_text"
|
|
|
+ android:visibility="invisible" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_more"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="gone"
|
|
|
- motion:layout_constraintBottom_toBottomOf="@+id/manga_summary_text"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent" />
|
|
|
+ motion:layout_constraintEnd_toEndOf="parent"
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ motion:layout_constraintBottom_toBottomOf="@id/manga_summary_text" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_less"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="visible"
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_summary_text" />
|
|
|
+ motion:layout_constraintStart_toStartOf="parent"
|
|
|
+ motion:layout_constraintTop_toBottomOf="@id/manga_summary_text" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_genres_tags_compact"
|
|
|
android:layout_width="match_parent"
|
|
@@ -83,7 +101,7 @@
|
|
|
android:visibility="gone"
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_summary_text" />
|
|
|
+ motion:layout_constraintTop_toBottomOf="@+id/manga_info_toggle_more" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_genres_tags_full_chips"
|
|
|
android:layout_width="match_parent"
|
|
@@ -94,49 +112,5 @@
|
|
|
motion:layout_constraintEnd_toEndOf="parent"
|
|
|
motion:layout_constraintStart_toStartOf="parent"
|
|
|
motion:layout_constraintTop_toBottomOf="@+id/manga_info_toggle_less" />
|
|
|
- <Constraint
|
|
|
- android:id="@+id/manga_summary_text"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
- motion:visibilityMode="ignore" />
|
|
|
- <Constraint
|
|
|
- android:id="@+id/manga_summary_text"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
- motion:visibilityMode="ignore" />
|
|
|
- <Constraint
|
|
|
- android:id="@+id/manga_summary_text"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
- motion:visibilityMode="ignore" />
|
|
|
- <Constraint
|
|
|
- android:id="@+id/manga_summary_text"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- motion:layout_constraintEnd_toEndOf="parent"
|
|
|
- motion:layout_constraintStart_toStartOf="parent"
|
|
|
- motion:layout_constraintTop_toBottomOf="@+id/manga_cover"
|
|
|
- motion:visibilityMode="ignore" />
|
|
|
</ConstraintSet>
|
|
|
</MotionScene>
|