2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_song"
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/ic_audiotrack_black_24dp"
|
|
|
|
android:title="@string/songs" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_album"
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/ic_album_white_24dp"
|
|
|
|
android:title="@string/albums" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_artist"
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/ic_artist_white_24dp"
|
|
|
|
android:title="@string/artists" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_playlist"
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/ic_queue_music_white_24dp"
|
|
|
|
android:title="@string/playlists" />
|
2018-08-22 23:24:07 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/action_genre"
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/ic_access_time_white_24dp"
|
|
|
|
android:title="@string/genre" />
|
2018-07-27 18:37:33 +05:30
|
|
|
|
|
|
|
</menu>
|