31 lines
No EOL
972 B
XML
31 lines
No EOL
972 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_home"
|
|
android:enabled="true"
|
|
android:icon="@drawable/toggle_home"
|
|
android:title="@string/for_you" />
|
|
|
|
<item
|
|
android:id="@+id/action_song"
|
|
android:enabled="true"
|
|
android:icon="@drawable/toggle_audiotrack"
|
|
android:title="@string/songs" />
|
|
<item
|
|
android:id="@+id/action_album"
|
|
android:enabled="true"
|
|
android:icon="@drawable/toggle_album"
|
|
android:title="@string/albums" />
|
|
<item
|
|
android:id="@+id/action_artist"
|
|
android:enabled="true"
|
|
android:icon="@drawable/toggle_artist"
|
|
android:title="@string/artists" />
|
|
<item
|
|
android:id="@+id/action_playlist"
|
|
android:enabled="true"
|
|
android:icon="@drawable/toggle_queue_music"
|
|
android:title="@string/playlists" />
|
|
|
|
</menu> |