[android-developers] Re: How to reference (icon) drawables delivered with Android in XML

2009-09-04 Thread Mark Murphy
> I'm defining my options menu in an XML file and I want to add an icon > to the menu items. > Normally, this would be sth like > -- > < (...) > android:icon="@drawable/iconfile" /> > -- > > But I want to use the drawables that are already stored in the > android.jar (as listed here: > http://ww

[android-developers] Re: How to reference (icon) drawables delivered with Android in XML

2009-09-04 Thread matthias
android:icon="@android:drawable/iconfile" Cheers, Matthias On Sep 4, 11:10 am, f_heft wrote: > Hello, > > I'm defining my options menu in an XML file and I want to add an icon > to the menu items. > Normally, this would be sth like > -- > < (...) >   android:icon="@drawable/iconfile" /> > -- >