|
@@ -3,15 +3,18 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
|
android:id="@+id/view_live_anim"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:lottie_autoPlay="true"
|
|
|
+ app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="true" />
|
|
|
|
|
|
<View
|
|
@@ -28,11 +31,11 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
|
android:background="@drawable/shape_66000000_12dp"
|
|
|
- app:layout_constraintDimensionRatio="h,296:571"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/view_live_anim"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/view_live_anim"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/view_live_anim"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/view_live_anim" />
|
|
|
+ app:layout_constraintDimensionRatio="h,888:1712"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_lock"
|