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...

An electronic reference to another part of the same document is a ________

A) footnote B) hyperlink C) macro D) reference

Computer Science & Information Technology

You can use the white-space property to create blank space around an element that shares that element's background color.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology