android - Setting the menu background to be opaque -
i'm trying set background of menu pane opaque. after lot of searching , trying out things can working setting 'panelfullbackground', however, unwanted result of losing top edge of menu pane along shadow effect. i'm guessing setting color i'm losing additional styles associated 'panelfullbackground'. i've set application have custom style. style inherits theme.light. in style i'm setting 'panelfullbackground' custom color follows: in stylex.xml: <item name="android:panelfullbackground">@color/custom_theme_color</item> in colors.xml <color name="custom_theme_color">#ff00ffff</color> i've tried using panelcolorforeground|background not achieve want. it should mentioned tried use setmenubackground approach suggested elsewhere no avail. thanks in advance. you can change background of android menu options. in default manner. if want change , feel of them, consider build...