Which of the following statements about adding an ImageView to the GUI by dragging it from the Palette’s Widgets section onto the canvas is false?

a. When you drag a view onto the canvas, the layout editor displays orange guide lines, green guide lines and a tooltip.
b. The orange guide lines show the bounds of each existing view in the layout.
c. The green guide lines indicate where the new view will be placed with respect to the existing views—by default, new views are added at the top of a vertical Linear-Layout, unless you position the mouse below the orange box that bounds the lay-out’s bottommost view.
d. The tooltip displays how the view will be configured if you drop it at the current position.


c. The green guide lines indicate where the new view will be placed with respect to the existing views—by default, new views are added at the top of a vertical LinearLayout, unless you position the mouse below the orange box that bounds the layout’s bottommost view. Actually, by default, new views are added at the bottom of a vertical LinearLayout, unless you position the mouse above the orange box that bounds the layout’s topmost view.

Computer Science & Information Technology

You might also like to view...

Which of the following is false about the new operator and the object for which it allocates memory?

a. It calls the object’s constructor. b. It returns a pointer. c. It does not require the size of the object to be explicitly specified in the new expression. d. It automatically destroys the object after main is exited.

Computer Science & Information Technology

A ____ frame represents the borders of the graphic file, not the InDesign frame that the graphic is placed in.

A. red B. blue C. brown D. green

Computer Science & Information Technology

Why is microprogramming so unpopular today?

What will be an ideal response?

Computer Science & Information Technology

The ____ tab on the Adjustments panel is like the Curves Adjustment in Photoshop.

a. Lens Corrections b. Camera Calibration c. Tone Curve d. Effects

Computer Science & Information Technology