I was typing and accidently pressed "send"

So here again the problem.

I have a styles.xml with the following content:

<resources>
        <style name="SpaceWarsTheme"
parent="android:Theme.NoTitleBar.Fullscreen">
                <item name="android:windowNoTitle">true</item>
                <item name="android:textColorPrimary">#FFFFFF00</item>
                <item 
name="android:windowBackground">@drawable/spacebackground</
item>
  </style>
</resources>


However i get the following message in eclipse

"The word ''@drawable" is not correctly spelled"

But that is nonsense!
I check the styles.xml that comes with android and found the following

                <item name="windowBackground">@android:drawable/
screen_background_dark</item>

However even this gives me the error message?!!@

What am i doing wrong?

On 25 mei, 23:17, TjerkW <[email protected]> wrote:
> I am extending a theme by creating a style.xml
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to