I have created a menu in my application and looks white background. I want it to look with the color theme of black background. I have to change in the code to get it? I have declared this in styles:
<style name="AppBaseTheme" parent="android:Theme.Holo">
EDIT I not want the color black background. I want the dark theme that many apps have.
My current color menu
My whised color menu
<style name="AppBaseTheme" parent="android:Theme.Holo">
</style>
<style name="AppTheme" parent="AppBaseTheme">
<item name="android:textColorPrimary">#ff000000</item>
</style>