changed scale of confetti lottie from 2.0 to 1.0 (#5334)

This commit is contained in:
Shubhanjay Varma
2023-02-14 06:43:46 +00:00
committed by GitHub Enterprise
parent 8b8820b127
commit 1d74a3c211

View File

@@ -51,8 +51,8 @@
android:id="@+id/lottie_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleX="2.0"
android:scaleY="2.0"
android:scaleX="1.0"
android:scaleY="1.0"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:lottie_autoPlay="false"