Android
OA0-002 · Question #62
Which of these is the incorrect explanation of a Theme?
The correct answer is C. Themes can be applied not only to Application and Activity but also to individual Views. See the full explanation below for the reasoning.
Question
Which of these is the incorrect explanation of a Theme?
Options
- AA tag-format theme can be specified in the AndroidManifest.xml.
- BIn the <style> definition of a Theme, you can specify the "parent" attribute to have an inheritance
- CThemes can be applied not only to Application and Activity but also to individual Views.
- DSpecifying a Theme for an Activity can be dynamically done by using the setTheme(...) method.
How the community answered
(36 responses)- A11% (4)
- B6% (2)
- C81% (29)
- D3% (1)
Community Discussion
No community discussion yet for this question.