背景色を白にしてアプリに次のテーマを追加しましたが、次のエラーが発生し、どこが間違っているのかわかりません。
Error: Color types not allowed (at 'android:windowBackground' with value '#FF0000')
。
<style name="MyTheme" parent="@android:style/Theme.Light">
<item name="android:windowBackground">#FF0000</item>
</style>
そしてmymanifestのテーマを参照しました:
<activity
android:name=".MyActivity"
android:theme="@style/MyTheme" />
何かアイデアや提案はありますか?ありがとう