Android Application Development (AND-401) — Question 106
Which of the following is NOT a feature provided by the Material Theme?
Answer options
- A. System widgets that let you set their color palette.
- B. Adding a fragment component to layout.
- C. Activity transition animations.
- D. Touch feedback animations for the system widgets.
Correct answer: B
Explanation
The correct answer is B, as adding a fragment component to layout is a fundamental aspect of Android development rather than a feature of the Material Theme. Options A, C, and D are all features that enhance the user interface and experience in accordance with Material Design principles.