Signal-Android/app/src/main/res/layout/boost_animation_pref.xml

20 lines
777 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
2022-08-09 13:29:04 -03:00
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
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>