Guest User

Untitled

a guest
Jan 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <ImageView android:layout_width="wrap_content"
  2. android:layout_height="wrap_content"
  3. android:src="@drawable/your_image_name"/>
  4.  
  5. <ImageView
  6. android:id="@+id/imageView1"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:src="@drawable/image_name" />
  10.  
  11. <ImageView
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:background="@drawable/myimage"
  15. />
  16.  
  17. drawable-mdpi
  18. drawable-hdpi
  19. drawable-ldpi
  20.  
  21. <ImageView
  22. android:id="@+id/YourImageViewID"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:background="@drawable/Your_Image_Name"
  26. />
Add Comment
Please, Sign In to add comment