summaryrefslogtreecommitdiff
path: root/ui/statistics/src/main/res/menu
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-02-23 00:22:51 +0100
committerByteHamster <info@bytehamster.com>2022-02-26 19:44:17 +0100
commit7451da112145f96ecddc314eea7b90fcb03737dd (patch)
tree437ad8df931d422eb0c5deebf19d6a9e93c0310c /ui/statistics/src/main/res/menu
parent0d7555da8c291457cd8fe7b97036fd05c515bbd2 (diff)
downloadAntennaPod-7451da112145f96ecddc314eea7b90fcb03737dd.zip
Move statistics screens to new module
Diffstat (limited to 'ui/statistics/src/main/res/menu')
-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>