piempohotiamn
New Member
I added the following theme to my app with a background color of white.But I get the following error and I'm not sure where I have gone wrong.\[code\]Error: Color types not allowed (at 'android:windowBackground' with value '#FF0000')\[/code\].\[code\]<style name="MyTheme" parent="@android:style/Theme.Light"> <item name="android:windowBackground">#FF0000</item> </style>\[/code\]And referenced the theme in mymanifest:\[code\]<activity android:name=".MyActivity" android:theme="@style/MyTheme" />\[/code\]Any ideas or suggestions? Thanks