Guest User

Untitled

a guest
Oct 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  2. <item>
  3. <bitmap
  4. android:gravity="center"
  5. android:src="@drawable/1"
  6. android:tileMode="clamp" />
  7. </item>
  8. <item>
  9. <bitmap
  10. android:gravity="bottom"
  11. android:src="@drawable/2" />
  12. </item>
  13. <item>
  14. <bitmap
  15. android:gravity="top"
  16. android:src="@drawable/3" />
  17. </item>
  18. </layer-list>
Add Comment
Please, Sign In to add comment