aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-05 22:01:08 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-05 22:01:08 +0200
commit89cca15e77130eae3b1c79b054b72de01debeb57 (patch)
tree877aaaecdf4a47c92a7d448c363bd0c1a7530258 /src/main/res/menu
parent22b304baa9c547cb66eea4b7676be4c2085a23fd (diff)
use navigate as floating action button in showlocation
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/showlocation.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/res/menu/showlocation.xml b/src/main/res/menu/showlocation.xml
deleted file mode 100644
index c7049a5b0..000000000
--- a/src/main/res/menu/showlocation.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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/action_navigate"
- app:showAsAction="always"
- android:title="@string/navigate"
- android:icon="@drawable/ic_navigation_white_24dp" />
-</menu> \ No newline at end of file