summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml
new file mode 100644
index 0000000000..fb6ac23ba5
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_debug.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/menu_action_toggle_report_fps"
+ android:title="Toggle report FPS"
+ app:showAsAction="never" />
+ <item
+ android:id="@+id/menu_action_limit_to_30_fps"
+ android:title="Limit FPS to 30"
+ app:showAsAction="never" />
+ <item
+ android:id="@+id/menu_action_limit_to_60_fps"
+ android:title="Limit FPS to 60"
+ app:showAsAction="never" />
+
+</menu>