summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/statistics.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/statistics.xml')
-rw-r--r--app/src/main/res/menu/statistics.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/menu/statistics.xml b/app/src/main/res/menu/statistics.xml
deleted file mode 100644
index 71bd12b63..000000000
--- a/app/src/main/res/menu/statistics.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:custom="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/statistics_reset"
- android:title="@string/statistics_reset_data"
- custom:showAsAction="never" />
-
- <item
- android:id="@+id/statistics_filter"
- android:icon="@drawable/ic_filter"
- android:title="@string/filter"
- custom:showAsAction="always">
- </item>
-
-</menu>