|
@@ -12,6 +12,14 @@
|
|
|
</Transition>
|
|
|
|
|
|
<ConstraintSet android:id="@+id/start">
|
|
|
+ <Constraint
|
|
|
+ android:id="@+id/manga_info_toggle_more_scrim"
|
|
|
+ android:layout_width="36sp"
|
|
|
+ android:layout_height="18sp"
|
|
|
+ motion:layout_constraintEnd_toEndOf="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintStart_toStartOf="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintBottom_toBottomOf="@+id/manga_summary_text"
|
|
|
+ android:visibility="visible" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_more"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -79,6 +87,14 @@
|
|
|
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_scrim"
|
|
|
+ android:layout_width="36sp"
|
|
|
+ android:layout_height="18sp"
|
|
|
+ motion:layout_constraintEnd_toEndOf="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintStart_toStartOf="@+id/manga_summary_text"
|
|
|
+ motion:layout_constraintBottom_toBottomOf="@+id/manga_summary_text"
|
|
|
+ android:visibility="gone" />
|
|
|
<Constraint
|
|
|
android:id="@+id/manga_info_toggle_more"
|
|
|
android:layout_width="wrap_content"
|