Multiple choice

________ Attribute sets the style of the app.

  1. Style

  2. Theme

  3. ConfigChanges

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The android:theme attribute in the tag sets the app's visual style (defines colors, fonts, widget styles). 'Style' refers to individual style resources applied to specific views, while 'ConfigChanges' controls configuration changes handling.