Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto">
  4.  
  5.  
  6. <item
  7. android:id="@+id/menu_sound_toggle"
  8. android:title="@string/menu_sound_toggle"
  9. android:orderInCategory="97"
  10. app:actionViewClass="android.support.v7.widget.SwitchCompat"
  11. app:showAsAction="always" />
  12.  
  13. <item
  14. android:id="@+id/menu_clear_the_storage"
  15. android:icon="@drawable/ic_action_action_delete"
  16. android:title="@string/menu_clear_storage"
  17. android:orderInCategory="98"
  18. app:showAsAction="never|withText"/>
  19.  
  20.  
  21. * // followed by the rest of my items
  22.  
  23. *
  24.  
  25. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement