Solved

Which of the Following Satements Is False

Question 17

Multiple Choice

Which of the following satements is false?


A) The style.xml resource file contains a style with the name "AppTheme" that's referenced from the app's AndroidManifest.xml file to specify the app's theme.
B) A parent theme is similar to a subclass in Java-the new style inherits its parent theme's attributes and their default values.
C) Just as in a Java subclass, a style can override parent theme attributes with values customized for specific apps.
D) By default, Android Studio sets the parent theme to Theme.AppCompat.Light.DarkActionBar
One of several predefined themes from the AppCompat library-apps that use this theme have a light background, except for the dark app bar at the top of the app.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions