aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/static_maps_activity_options.xml
blob: fb98f54f03dbbca4f7d691fa20364237a80968aa (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"
        app:showAsAction="ifRoom"
        android:title="@string/cache_offline_refresh">
    </item>

</menu>