2018-07-27 13:07:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2018-09-09 19:44:46 +00:00
|
|
|
|
2018-12-12 21:02:14 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_home"
|
|
|
|
android:enabled="true"
|
2018-12-25 14:58:47 +00:00
|
|
|
android:icon="@drawable/toggle_home"
|
2019-03-18 17:46:52 +00:00
|
|
|
android:title="@string/for_you" />
|
2018-12-12 21:02:14 +00:00
|
|
|
|
2018-07-27 13:07:33 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_song"
|
|
|
|
android:enabled="true"
|
2018-12-25 14:58:47 +00:00
|
|
|
android:icon="@drawable/toggle_audiotrack"
|
2018-07-27 13:07:33 +00:00
|
|
|
android:title="@string/songs" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_album"
|
|
|
|
android:enabled="true"
|
2018-12-25 14:58:47 +00:00
|
|
|
android:icon="@drawable/toggle_album"
|
2018-07-27 13:07:33 +00:00
|
|
|
android:title="@string/albums" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_artist"
|
|
|
|
android:enabled="true"
|
2018-12-25 14:58:47 +00:00
|
|
|
android:icon="@drawable/toggle_artist"
|
2018-07-27 13:07:33 +00:00
|
|
|
android:title="@string/artists" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_playlist"
|
|
|
|
android:enabled="true"
|
2018-12-25 14:58:47 +00:00
|
|
|
android:icon="@drawable/toggle_queue_music"
|
2018-07-27 13:07:33 +00:00
|
|
|
android:title="@string/playlists" />
|
|
|
|
|
|
|
|
</menu>
|