Skip to content

Commit

Permalink
fix: animation view size to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Jul 25, 2022
1 parent 9ea78c5 commit 2b5c9c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions android/app/src/main/res/layout/launch_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lottie"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_gravity="center"
android:scaleType="fitCenter"
android:adjustViewBounds="true"
app:lottie_rawRes="@raw/launching_animation"
app:lottie_autoPlay="true"
app:lottie_loop="true"
/>
</FrameLayout>
</FrameLayout>
Loading

0 comments on commit 2b5c9c0

Please sign in to comment.