Thankyou for taking the time to look at my problem. I'm working on an android application and I keep getting an error in eclipse every time I use the parent="android.Theme.Holo.Light". I have my folder created using values-v11 indicating when to use the correct theme for the correct version but I just get the error: No resource found that matches the given name 'android.Theme.Holo.Light' in my styles.xml file.

Any idea why this is happening? Thanks in advance.

有帮助吗?

解决方案

Try this:

parent="@android:style/Theme.Holo.Light"

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top