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">
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-12-13 02:32:14 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/action_home"
|
|
|
|
android:enabled="true"
|
2020-07-20 02:30:30 +05:30
|
|
|
android:icon="@drawable/ic_home"
|
2019-03-18 23:16:52 +05:30
|
|
|
android:title="@string/for_you" />
|
2018-12-13 02:32:14 +05:30
|
|
|
|
2018-07-27 18:37:33 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/action_song"
|
|
|
|
android:enabled="true"
|
2020-07-20 02:30:30 +05:30
|
|
|
android:icon="@drawable/ic_audiotrack"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/songs" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_album"
|
|
|
|
android:enabled="true"
|
2020-07-20 02:30:30 +05:30
|
|
|
android:icon="@drawable/ic_album"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/albums" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_artist"
|
|
|
|
android:enabled="true"
|
2020-07-20 02:30:30 +05:30
|
|
|
android:icon="@drawable/ic_artist"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/artists" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_playlist"
|
|
|
|
android:enabled="true"
|
2020-07-20 02:30:30 +05:30
|
|
|
android:icon="@drawable/ic_queue_music"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/playlists" />
|
|
|
|
|
|
|
|
</menu>
|