mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Items in queue can now be reordered
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
<resources>
|
||||
|
||||
<item type="id" name="action_bar_refresh" />
|
||||
<item type="id" name="action_bar_add" />
|
||||
<item name="action_bar_refresh" type="id"/>
|
||||
<item name="action_bar_add" type="id"/>
|
||||
<item name="move_up_item" type="id"/>
|
||||
<item name="move_down_item" type="id"/>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
@ -73,5 +73,7 @@
|
||||
<string name="playback_error_unknown">Unknown Error</string>
|
||||
<string name="author_label">Author</string>
|
||||
<string name="language_label">Language</string>
|
||||
<string name="move_up_label">Move up</string>
|
||||
<string name="move_down_label">Move down</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user