18 lines
No EOL
691 B
XML
18 lines
No EOL
691 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
|
android:gravity="center_horizontal">
|
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
android:id="@+id/boost_animation_view"
|
|
android:layout_width="96dp"
|
|
android:layout_height="96dp"
|
|
android:layout_gravity="center_horizontal"
|
|
app:lottie_rawRes="@raw/lottie_rocket" />
|
|
|
|
</FrameLayout> |