aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/static_maps_activity_options.xml
blob: 8621153155f3aac05424c653108cac36bdefeecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:cgeo="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/menu_refresh"
        android:icon="@drawable/ic_menu_refresh"
        cgeo:showAsAction="ifRoom"
        android:title="@string/cache_offline_refresh">
    </item>

</menu>