Hey,
Yes, it is possible to use drawable in styles.xml
..
<style name="Theme.Splash" parent="android:Theme">
<item name="android:windowBackground">@drawable/splash_logo</item>
..
though, I think there's a bug, don't know if it's only for drawable xml or
general, but I had to build project first to get the drawable identifier
generated into Resources.Drawable, and only then change the styles.xml,
otherwise I'd get the same error you did.
hope it helps.
Cheers
On 23 May 2012 15:09, Dariusz Sroka <[email protected]> wrote:
> Hi,
>
> Please tell me if its possible to use @drawable attribute in Styles.xml? I
> tried to use it, but I get 'no resource found' error.
>
> Best regards
> ______________________________**_________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/**mailman/listinfo/monodroid<http://lists.ximian.com/mailman/listinfo/monodroid>
>
--
Gonçalo Oliveira
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid