nerdexam
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)
  • A
    11% (4)
  • B
    6% (2)
  • C
    81% (29)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full OA0-002 Practice