diff options
Diffstat (limited to 'main/res/menu/static_maps_activity_options.xml')
| -rw-r--r-- | main/res/menu/static_maps_activity_options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/menu/static_maps_activity_options.xml b/main/res/menu/static_maps_activity_options.xml index 8621153..fb98f54 100644 --- a/main/res/menu/static_maps_activity_options.xml +++ b/main/res/menu/static_maps_activity_options.xml @@ -1,11 +1,11 @@ <?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"> + xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/menu_refresh" android:icon="@drawable/ic_menu_refresh" - cgeo:showAsAction="ifRoom" + app:showAsAction="ifRoom" android:title="@string/cache_offline_refresh"> </item> |
