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

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

</menu>