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:

Verified
Correct Answer:
Verified
Q1: Which of the following statements is false?<br>A)
Q2: For apps you submit to the Google
Q4: Which of the next three statements is
Q5: The_method is called whenever the text in
Q6: The default layout for an Empty Activity
Q7: Method onCreate typically initializes the Activity's instance
Q8: In the manifest, the activity element’s nested
Q9: For precise monetary calculations, use class_(package java.math)-rather
Q10: Which of the following statements is false?<br>A)
Q11: Java requires that you override every method