aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/images_list_context.xml
blob: 8d3869b4838307a941861e640d1b372b17c988b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/image_open_file"
        app:showAsAction="ifRoom|withText"
        android:title="@string/cache_image_open_file">
    </item>
    <item
        android:id="@+id/image_open_browser"
        app:showAsAction="ifRoom|withText"
        android:title="@string/cache_image_open_browser">
    </item>

</menu>