aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/navigate_any_point_activity_options.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
commitd2d92f04608e0877a648b08e36e8c6155a8947d3 (patch)
tree8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/menu/navigate_any_point_activity_options.xml
parentc2fc75e67cb016ad1884816d5fe432063488359a (diff)
downloadcgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/menu/navigate_any_point_activity_options.xml')
-rw-r--r--main/res/menu/navigate_any_point_activity_options.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/res/menu/navigate_any_point_activity_options.xml b/main/res/menu/navigate_any_point_activity_options.xml
index 9207e94..4f199e2 100644
--- a/main/res/menu/navigate_any_point_activity_options.xml
+++ b/main/res/menu/navigate_any_point_activity_options.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
<item
android:id="@+id/menu_navigate"
android:icon="@drawable/ic_menu_mapmode"
@@ -10,15 +11,15 @@
android:icon="@drawable/ic_menu_compass"
android:title="@string/cache_menu_navigate"> <!-- will be replaced in code -->
</item>
- <item
+ <item
android:id="@+id/menu_caches_around"
android:icon="@drawable/ic_menu_rotate"
android:title="@string/cache_menu_around">
</item>
- <item
+ <item
android:id="@+id/menu_clear_history"
android:icon="@drawable/ic_menu_delete"
android:title="@string/search_clear_history">
</item>
-
+
</menu> \ No newline at end of file