aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/static_maps_activity_options.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/menu/static_maps_activity_options.xml')
-rw-r--r--main/res/menu/static_maps_activity_options.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/menu/static_maps_activity_options.xml b/main/res/menu/static_maps_activity_options.xml
index fb98f54..fdd7800 100644
--- a/main/res/menu/static_maps_activity_options.xml
+++ b/main/res/menu/static_maps_activity_options.xml
@@ -1,12 +1,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">
+ 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">
+ android:title="@string/cache_offline_refresh"
+ app:showAsAction="ifRoom">
</item>
</menu> \ No newline at end of file