diff --git a/app/src/main/res/layout/layout_animated_text_with_loader_full_screen_view.xml b/app/src/main/res/layout/layout_animated_text_with_loader_full_screen_view.xml index 0e2408ab02..868e6e6650 100644 --- a/app/src/main/res/layout/layout_animated_text_with_loader_full_screen_view.xml +++ b/app/src/main/res/layout/layout_animated_text_with_loader_full_screen_view.xml @@ -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"