Solved

What Is the Correct Definition of an Item Inside a Style

Question 17

Multiple Choice

What is the correct definition of an item inside a style (assuming that the color abc is correctly defined in colors.xml) ?


A) < item name="android:background">< /item>
B) < item name="android:background">@color/abc< /item>
C) < item name="android:background">abc< /item>
D) < item name="android:background">color/abc< /item>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions