Thanks. But now I am getting this error.
res\values\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
res\values\styles.xml:7: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
When you add XML to the Res folder everything needs to be consumed, in your code or in your manifest, if not it will fail, Delete them and you are set to go.
ok replace this line:
SetActivityAttribute(Main, android:theme, @style/Theme.Transparent) with SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
because you no longer require to set the activity a special style, not for now.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.