Having <item name="android:colorBackground">@color/bg</item>(where <color name="bg">#f0f0ff</color> is the color) in a style in the style.xml file causes the correct color to show in the background:
But having <item name="android:colorBackground">#f0f0ff</item> does not work:
Anyone know why?

