1 <!-- Copyright 2013, Google Inc. --> 2 <resources> 3 <!-- Number of menu items to display in the ActionBar --> 4 <integer name="actionbar_max_items">3</integer> 5 6 <!-- Number of menu items to hide from the ActionBar by subtracting from actionbar_max_items in non-cab mode --> 7 <integer name="actionbar_hidden_non_cab_items_no_physical_button">0</integer> 8 </resources> 9