Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. in styles.xml
  2. change it to this
  3.  
  4. search for this line:
  5. <style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
  6.  
  7. change the line under it to this:
  8.  
  9. <item name="textColor">@color/bright_foreground_dark</item>
  10.  
  11. then search for this line:
  12. <style name="Theme.ExpandedMenu" parent="@style/Theme">
  13. <item name="listViewStyle">@style/Widget.ListView.Menu</item>
  14. <item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
  15. <item name="background">@null</item>
  16.  
  17. then at this line make it look like this:(just remove inverse)
  18. <item name="itemTextAppearance">?textAppearanceLarge<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement