(Choose1answer)
If you want to give all text widgets in an app the same format such as font color, font size, and font family, you should add the style attribute to the TextView XML tags in layout file and set the attribute value to the same style name. You should define that style by adding a new style tag inside
A. AndroidManifest.xml file
B. MainActivity.java or MainActivity.kt file
C. styles.xml file
D. activity_main.xml file
E22