To be short, yes. You have to create a colors.XML file in Res/values. Such as:
<resources> <color name="background">#7fff0000</color> <resources> Then in your main.XML you need to tell it to refer to this, such As: android:background="@color/background" On Dec 16, 1:11 pm, Abhi <[email protected]> wrote: > Is it possible to change the background color, style of the Menu > items? > > Thanks, > > Abhishek -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

