tags:

views:

38

answers:

1

The options menu has a translucent background and I would like to make it solid and non-transparent. Is there a way?

+1  A: 

set android:theme="myTheme", and define your own theme with whatever colours you want. Read up about Styles, and look at the android themes.xml.

fredley