Mid-Term Practice
Mid-Term Practice
11. What is the attribute for resizing the image into the view
bands
(background – layout_width - ScaleType)
13. What is the best way to allow users to enter date as an input
(using Date Picker, using TextView, using EditText )
Figure a Figure b
22. If it specified “true”, the right edge of view will match the
right edge of the parent.
(layout_toRightOf, layout_alignParentRight)
23. It accepts another sibling view id and places the view right of
the specified view id.
(layout_toRightOf, layout_alignParentRight)