changed scale of confetti lottie from 2.0 to 1.0 (#5334)
This commit is contained in:
committed by
GitHub Enterprise
parent
8b8820b127
commit
1d74a3c211
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user