Glossary-Intents and ImageView

123456789101112
Across
  1. 5. Used to scale the image using the image matrix when drawing
  2. 6. Sets a drawable as the content for this ImageView
  3. 7. Perform a data synchronization
  4. 8. Perform a call to someone specified by the data
  5. 9. Tints the color of the image in the ImageView
  6. 10. Used to specify a maximum height for this view.
  7. 11. possible values for the attribute scaleType for Scales the image uniformly
  8. 12. possible values for the attribute scaleType for Places the image in center, but does not scale it
Down
  1. 1. his will fill the complete container with the image. This generally distorts the image by stretching/sqeezing it in disproportionate ratios
  2. 2. type of intent to open show URL in web view
  3. 3. possible values for the attribute scaleType for Scale the image from the center.
  4. 4. type of intent to open activity
  5. 6. Controls how the image should be resized or moved to match the size of the ImageView