Guest User

Untitled

a guest
Nov 6th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <com.airbnb.lottie.LottieAnimationView
  2. android:id="@+id/animation_view"
  3. android:layout_width="250dp"
  4. android:layout_height="250dp"
  5. app:layout_constraintBottom_toBottomOf="parent"
  6. app:layout_constraintLeft_toLeftOf="parent"
  7. app:layout_constraintRight_toRightOf="parent"
  8. app:layout_constraintTop_toTopOf="parent"
  9. app:lottie_loop="true" />
  10.  
  11. <View
  12. android:layout_width="0dp"
  13. android:layout_height="0dp"
  14. app:layout_constraintBottom_toBottomOf="@id/animation_view"
  15. app:layout_constraintLeft_toLeftOf="@id/animation_view"
  16. app:layout_constraintRight_toRightOf="@id/animation_view"
  17. app:layout_constraintTop_toTopOf="@id/animation_view" />
Add Comment
Please, Sign In to add comment