implement functionality to add items to playlists
This commit is contained in:
parent
656cb8df9e
commit
3ca2b750ff
9 changed files with 86 additions and 85 deletions
|
|
@ -4,23 +4,28 @@
|
|||
<group
|
||||
android:id="@+id/navigation_drawer_menu_category_sections"
|
||||
android:checkableBehavior="single">
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_library"
|
||||
android:icon="@drawable/ic_library_music_white_24dp"
|
||||
android:title="@string/all" />
|
||||
|
||||
</group>
|
||||
|
||||
<group
|
||||
android:id="@+id/navigation_drawer_menu_category_other"
|
||||
android:checkableBehavior="none">
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_settings"
|
||||
android:icon="@drawable/ic_settings_white_24dp"
|
||||
android:title="@string/action_settings" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_about"
|
||||
android:icon="@drawable/ic_help_white_24dp"
|
||||
android:title="@string/action_about" />
|
||||
|
||||
</group>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue