選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

activity_main_drawer.xml 264B

12345678
  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_logout"
  5. android:icon="@mipmap/ic_menu_logout"
  6. android:title="@string/logout" />
  7. </menu>