Show save and delete playlist functions only in menu
This commit is contained in:
parent
c7f1fa8665
commit
f1fe5a087b
|
@ -3,6 +3,7 @@ Changelog
|
|||
|
||||
## Next
|
||||
* Prevent now playing from closing upon resuming
|
||||
* Only show save and delete playlist functions in menu
|
||||
|
||||
|
||||
## Version 0.3.1
|
||||
|
|
|
@ -12,14 +12,12 @@
|
|||
<item
|
||||
android:id="@+id/menu_remove_all"
|
||||
android:icon="?attr/remove"
|
||||
android:title="@string/download.menu_remove_all"
|
||||
compat:showAsAction="ifRoom|withText" />
|
||||
android:title="@string/download.menu_remove_all" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_save_playlist"
|
||||
android:icon="?attr/save"
|
||||
android:title="@string/download.menu_save"
|
||||
compat:showAsAction="ifRoom|withText" />
|
||||
android:title="@string/download.menu_save" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_equalizer"
|
||||
|
|
Loading…
Reference in New Issue