summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/statistics.xml
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 /app/src/main/res/menu/statistics.xml
parent0d7555da8c291457cd8fe7b97036fd05c515bbd2 (diff)
downloadAntennaPod-7451da112145f96ecddc314eea7b90fcb03737dd.zip
Move statistics screens to new module
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>