Which attribute in XML code can be used to place an image on the surface of a Button control?

A. android:image
B. image:src
C. image:path
D. android:src


Answer: D

Computer Science & Information Technology

You might also like to view...

Write an HTML page that contains a text ¯eld for a phone number and a button. When the button is clicked check that the text ¯eld has only numeric characters (and maybe a dash '-') in it. If not, use an alert dialog to inform the user.

What will be an ideal response?

Computer Science & Information Technology

Adding ____ to a pointer causes the pointer to point to the next element of the original data type being pointed to.

A. 1 B. 1 * sizeof(data type being pointed to) C. 2 D. 2 * sizeof(data type being pointed to)

Computer Science & Information Technology

The Arrays class ____ method puts a particular value in each element of the array.

A. binarySearch B. fill C. equals D. search

Computer Science & Information Technology

?Businesses started adopting Internet Explorer more than 20 years ago simply to view webpages. Today, Microsoft Edge has a different purpose: __________. 

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology