Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. getSupportActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_LIST);
  2.  
  3. <style name="AppTheme.Blue" parent="@style/Theme.AppCompat.Light.DarkActionBar">
  4. <item name="colorPrimary">@color/theme_blue</item>
  5. <item name="colorPrimaryDark">@color/theme_blue_dark</item>
  6. <item name="colorAccent">@color/theme_blue_accent</item>
  7. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement