aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/waypoint_options.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-02-15 19:26:46 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-02-15 19:26:46 +0100
commitf35ca2426bd02a18de2f83b84d2830ba05109f33 (patch)
tree3d15d8c0e83dbf1b68e9fe7ee6305acb312a3d01 /main/res/menu/waypoint_options.xml
parentb108f2aded11884b809618f876ee2f2b474df86c (diff)
downloadcgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.zip
cgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.tar.gz
cgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.tar.bz2
refactoring: auto-format menu declarations
Diffstat (limited to 'main/res/menu/waypoint_options.xml')
-rw-r--r--main/res/menu/waypoint_options.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/res/menu/waypoint_options.xml b/main/res/menu/waypoint_options.xml
index 7df48f8..93333ed 100644
--- a/main/res/menu/waypoint_options.xml
+++ b/main/res/menu/waypoint_options.xml
@@ -1,7 +1,7 @@
<?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_waypoint_reset_cache_coords"
android:title="@string/waypoint_reset_cache_coords">
@@ -30,4 +30,5 @@
android:id="@+id/menu_waypoint_caches_around"
android:title="@string/cache_menu_around">
</item>
-</menu>
+
+</menu> \ No newline at end of file