You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activity_main_drawer.xml 601B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item
  4. android:id="@+id/nav_restore"
  5. android:icon="@drawable/ic_archive_white_24dp"
  6. android:title="@string/restore" />
  7. <item
  8. android:id="@+id/nav_backup"
  9. android:icon="@drawable/ic_unarchive_white_24dp"
  10. android:title="@string/backup" />
  11. <item
  12. android:id="@+id/nav_logout"
  13. android:icon="@drawable/ic_open_in_new_white_24dp"
  14. android:title="@string/logout" />
  15. </menu>