Hey all! A ******** newbie could use some help!
I'm currently using androids own developer guide
Good guide, but now I'm stuck. I would like to try to use the two themes that android offers, Theme.Holo and Theme.Holo.Light (I belive they are called) ... How do I do this?
In my manifest file, I have tried to write:
<application> android:theme="@android:style/Theme.Holo.Light" ... />
... But then get error - "No resources found That matches the given name (at 'Theme' with value '@ android: style / Theme.Holo.Ligh')
Thanks in advance!
I'm currently using androids own developer guide
Good guide, but now I'm stuck. I would like to try to use the two themes that android offers, Theme.Holo and Theme.Holo.Light (I belive they are called) ... How do I do this?
In my manifest file, I have tried to write:
<application> android:theme="@android:style/Theme.Holo.Light" ... />
... But then get error - "No resources found That matches the given name (at 'Theme' with value '@ android: style / Theme.Holo.Ligh')
Thanks in advance!