Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!-- Material Theme from AppCompat library -->
  2. <style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  3. <item name="colorPrimary">@color/primary</item>
  4. <item name="colorPrimaryDark">@color/primaryDark</item>
  5. <item name="colorAccent">@color/accent</item>
  6.  
  7. <!-- Add this to customize the hamburger/arrow animation -->
  8. <item name="drawerArrowStyle">@style/DrawerArrowToggle.NoSpin</item>
  9. </style>
  10.  
  11. <style name="DrawerArrowToggle.NoSpin" parent="@style/Widget.AppCompat.DrawerArrowToggle">
  12. <item name="spinBars">false</item>
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement