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.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/src/main/res/menu/statistics.xml b/app/src/main/res/menu/statistics.xml
index 9e4b7fab1..71bd12b63 100644
--- a/app/src/main/res/menu/statistics.xml
+++ b/app/src/main/res/menu/statistics.xml
@@ -5,14 +5,13 @@
<item
android:id="@+id/statistics_reset"
android:title="@string/statistics_reset_data"
- custom:showAsAction="never"
- />
+ custom:showAsAction="never" />
<item
- android:id="@+id/statistics_mode"
+ android:id="@+id/statistics_filter"
android:icon="@drawable/ic_filter"
- android:title="@string/statistics_mode"
- custom:showAsAction="never">
+ android:title="@string/filter"
+ custom:showAsAction="always">
</item>
</menu>