Adjust the image closing animation
This commit is contained in:
parent
a549169a7c
commit
3f1f86a78e
@ -6,7 +6,7 @@
|
|||||||
<Transition
|
<Transition
|
||||||
motion:constraintSetStart="@+id/start"
|
motion:constraintSetStart="@+id/start"
|
||||||
motion:constraintSetEnd="@+id/end"
|
motion:constraintSetEnd="@+id/end"
|
||||||
motion:duration="1000"
|
motion:duration="500"
|
||||||
motion:motionInterpolator="linear">
|
motion:motionInterpolator="linear">
|
||||||
|
|
||||||
<OnSwipe
|
<OnSwipe
|
||||||
@ -32,7 +32,7 @@
|
|||||||
android:id="@+id/scrollView"
|
android:id="@+id/scrollView"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="100dp"
|
android:layout_height="100dp"
|
||||||
android:layout_marginBottom="32dp"
|
android:layout_marginBottom="0dp"
|
||||||
motion:layout_constraintStart_toStartOf="parent"
|
motion:layout_constraintStart_toStartOf="parent"
|
||||||
motion:layout_constraintBottom_toBottomOf="parent"
|
motion:layout_constraintBottom_toBottomOf="parent"
|
||||||
motion:layout_constraintEnd_toEndOf="parent">
|
motion:layout_constraintEnd_toEndOf="parent">
|
||||||
|
Loading…
Reference in New Issue
Block a user