Kizspy | Question: 10
(Choose 1 answer)
FJOVERFLOW.COM
Which location in your project would you specify a pre-defined Theme (e.g.,
Theme.AppCompat.Light.DarkActionBar) to apply it to your application?
A. In the activity_main.xml layout file.
B. In the MainActivity.java (or Kotlin equivalent) file.
C. In the AndroidManifest.xml file within the <application> tag.
D. In the styles.xml file.