diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-02-18 19:11:33 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-02-18 19:11:33 +0100 |
commit | ef50c412c94bcff92ba88149d94e3e2449725cc4 (patch) | |
tree | 888869b63ddafbb10f05c9ae798f9ffbb6b6bd6d /res/values | |
parent | 89d4bdc9c6c000632d42fe548f1dedaa4c6dbd05 (diff) | |
download | AntennaPod-ef50c412c94bcff92ba88149d94e3e2449725cc4.zip |
Implemented drag & drop reordering
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/ids.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index c29674052..1b717b4c5 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -10,5 +10,5 @@ <item name="download_all_item" type="id"/> <item name="clear_history_item" type="id"/> <item name="organize_queue_item" type="id"/> - + <item name="drag_handle" type="id" /> </resources>
\ No newline at end of file |