aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/images_list_context.xml
blob: 8f3d6b6ddc00a4edb77601871e5b1b18e6489868 (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"
        android:title="@string/cache_image_open_file"
        app:showAsAction="ifRoom|withText">
    </item>
    <item
        android:id="@+id/image_open_browser"
        android:title="@string/cache_image_open_browser"
        app:showAsAction="ifRoom|withText">
    </item>

</menu>