summaryrefslogtreecommitdiff
path: root/ui/statistics/src/main/res/menu
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 08:55:13 +0100
committerGitHub <noreply@github.com>2024-03-29 08:55:13 +0100
commit13a985ca1e6fae65682c97ee523dec96b2fdeedf (patch)
tree2c17b528c52e63298d499a44b82c3c0aff08ae25 /ui/statistics/src/main/res/menu
parent1dbda2fb8a070fb30b4314feca839525cfc701eb (diff)
downloadAntennaPod-13a985ca1e6fae65682c97ee523dec96b2fdeedf.zip
Restructure Echo to be more flexible (#7035)
Each screen is its own file, which makes it easier to add interactive elements.
Diffstat (limited to 'ui/statistics/src/main/res/menu')
-rw-r--r--ui/statistics/src/main/res/menu/statistics.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/statistics/src/main/res/menu/statistics.xml b/ui/statistics/src/main/res/menu/statistics.xml
index 4610a7726..9720e6880 100644
--- a/ui/statistics/src/main/res/menu/statistics.xml
+++ b/ui/statistics/src/main/res/menu/statistics.xml
@@ -11,7 +11,12 @@
android:id="@+id/statistics_filter"
android:icon="@drawable/ic_filter"
android:title="@string/filter"
- custom:showAsAction="ifRoom">
- </item>
+ custom:showAsAction="ifRoom" />
+
+ <item
+ android:id="@+id/debug_echo"
+ android:title="@string/debug_echo"
+ custom:showAsAction="never"
+ android:visible="false" />
</menu>