Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  2.  
  3. <item name="popupMenuStyle">@style/PopupMenu</item>
  4.  
  5. </style>
  6.  
  7. <style name="PopupMenu" parent="@android:style/Widget.PopupMenu">
  8. <item name="android:popupBackground">@android:color/white</item>
  9. </style>
  10.  
  11. <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light">
  12. <item name="android:background">@android:color/white</item>
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement