summaryrefslogtreecommitdiff
path: root/ui/statistics/src/main/res/menu/statistics.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/statistics/src/main/res/menu/statistics.xml')
-rw-r--r--ui/statistics/src/main/res/menu/statistics.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/statistics/src/main/res/menu/statistics.xml b/ui/statistics/src/main/res/menu/statistics.xml
new file mode 100644
index 000000000..4610a7726
--- /dev/null
+++ b/ui/statistics/src/main/res/menu/statistics.xml
@@ -0,0 +1,17 @@
+<?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="ifRoom">
+ </item>
+
+</menu>