summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/ids.xml
blob: 90d143d38f3e96f56c39809a4e94dc9ba9cc649d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<resources>
    <!-- Menu items -->
    <item name="select_all_item" type="id"/>
    <item name="deselect_all_item" type="id"/>
    <item name="clear_history_item" type="id"/>
    <item name="open_in_browser_item" type="id"/>
    <item name="copy_url_item" type="id"/>
    <item name="share_url_item" type="id"/>
    <item name="go_to_position_item" type="id"/>
    <item name="drag_handle" type="id"/>
    <item name="skip_episode_item" type="id"/>
    <item name="move_to_top_item" type="id"/>
    <item name="move_to_bottom_item" type="id"/>

    <!-- View types -->
    <item name="view_type_episode_item" type="id"/>

    <!-- Notifications need unique IDs to update/cancel them -->
    <item name="notification_gpodnet_sync_error" type="id"/>
    <item name="notification_gpodnet_sync_autherror" type="id"/>
    <item name="notification_downloading" type="id"/>
    <item name="notification_updating_feeds" type="id"/>
    <item name="notification_download_report" type="id"/>
    <item name="notification_auto_download_report" type="id"/>
    <item name="notification_playing" type="id"/>
    <item name="notification_streaming_confirmation" type="id"/>
</resources>