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