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.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>