aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/static_maps_activity_options.xml
blob: fdd7800e8d6cfc933853ebcc6e29c3f6d1f37eed (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:app="http://schemas.android.com/apk/res-auto" >

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

</menu>