add logout button and use default album art in more locations
This commit is contained in:
parent
8e091c99a6
commit
9a20e51bcc
9 changed files with 38 additions and 10 deletions
|
|
@ -16,9 +16,14 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/nav_about"
|
||||
android:icon="@drawable/ic_help_white_24dp"
|
||||
android:icon="@drawable/ic_info_outline_white_24dp"
|
||||
android:title="@string/action_about" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_logout"
|
||||
android:icon="@drawable/ic_exit_to_app_white_48dp"
|
||||
android:title="@string/logout" />
|
||||
|
||||
</group>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue