Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <ConstraintSet android:id="@+id/endSwipeScene">
  2. <Constraint
  3. android:id="@+id/rootCL"
  4. motion:visibilityMode="ignore"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:rotation="45"
  8. android:scaleX="0.95"
  9. android:scaleY="0.95"
  10. android:translationX="600dp" />
  11. <Constraint
  12. android:id="@+id/backgroundIV"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:adjustViewBounds="true"
  16. android:scaleType="centerCrop"
  17. motion:visibilityMode="ignore" />
  18. <Constraint
  19. android:id="@+id/mainIV"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent"
  22. android:layout_marginStart="8dp"
  23. android:layout_marginTop="16dp"
  24. android:layout_marginEnd="8dp"
  25. android:layout_marginBottom="16dp"
  26. android:adjustViewBounds="true"
  27. android:rotation="45"
  28. android:scaleType="centerCrop"
  29. android:scaleX="0.95"
  30. android:scaleY="0.95"
  31. android:translationX="600dp"
  32. motion:visibilityMode="ignore" />
  33. </ConstraintSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement