Advertisement
andoird213

LightMenuBackgroundStyle

Aug 22nd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <style name="Theme.MyTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
  2.     <item name="android:popupMenuStyle">@style/PopupMenu.MyPopupMenu</item>
  3. </style>
  4. <style name="PopupMenu.Example" parent="@android:style/Widget.Holo.Light.ListPopupWindow">
  5.     <!--
  6.     Set @color/my_color to whatever you want; I'm assuming it'll be #FFFFFF, but you may prefer
  7.     something off-white
  8.     -->
  9.         <item name="android:popupBackground">@color/my_color</item>
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement