Solved

Each App Has a Theme That Defines the Default Look-And-Feel

Question 3

Multiple Choice

Each app has a theme that defines the default look-and-feel of the standard views you use. The theme is specified in the app’s AndroidManifest.xml file. You can customize aspects of an app’s theme, such those that define an app’s color scheme, by defining style resources in the file located in the app’s res/values folder.


A) themes.xml
B) styles.xml
C) colors.xml
D) None of the above.

Correct Answer:

verifed

Verified

Related Questions