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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/statistics.xml b/app/src/main/res/menu/statistics.xml
index 6ecc70707..eb2a51550 100644
--- a/app/src/main/res/menu/statistics.xml
+++ b/app/src/main/res/menu/statistics.xml
@@ -3,6 +3,12 @@
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_mode"
android:icon="?attr/ic_filter"
android:title="@string/statistics_mode"