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