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"
|
2018-12-25 20:28:47 +05:30
|
|
|
android:icon="@drawable/toggle_home"
|
2018-12-13 02:32:14 +05:30
|
|
|
android:title="@string/home" />
|
|
|
|
|
2018-07-27 18:37:33 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/action_song"
|
|
|
|
android:enabled="true"
|
2018-12-25 20:28:47 +05:30
|
|
|
android:icon="@drawable/toggle_audiotrack"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/songs" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_album"
|
|
|
|
android:enabled="true"
|
2018-12-25 20:28:47 +05:30
|
|
|
android:icon="@drawable/toggle_album"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/albums" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_artist"
|
|
|
|
android:enabled="true"
|
2018-12-25 20:28:47 +05:30
|
|
|
android:icon="@drawable/toggle_artist"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/artists" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_playlist"
|
|
|
|
android:enabled="true"
|
2018-12-25 20:28:47 +05:30
|
|
|
android:icon="@drawable/toggle_queue_music"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:title="@string/playlists" />
|
|
|
|
|
|
|
|
</menu>
|