Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. w = (240 * 160 / 72) = 533
  2. h = (400 * 160 / 72) = 888
  3.  
  4. <ImageView
  5. android:id="@+id/my_id"
  6. android:layout_width="240dp"
  7. android:layout_height="400dp"
  8. android:contentDescription="@string/my_image_description"
  9. android:src="@drawable/my_image"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement