Advertisement
GarryLaly

Background parallax

May 31st, 2016
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. <ImageView
  2.    android:layout_width="match_parent"
  3.    android:layout_height="match_parent"
  4.    android:background="@drawable/cover_user"
  5.    android:fitsSystemWindows="true"
  6.    android:scaleType="centerCrop"
  7.    app:layout_collapseMode="parallax" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement