summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml
deleted file mode 100644
index 4b39a392a0..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_bounds.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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_allmost_world_bounds"
- android:title="@string/restrict_almost_worldview"
- app:showAsAction="never"/>
- <item
- android:id="@+id/menu_action_cross_idl"
- android:title="@string/restrict_across_idl"
- app:showAsAction="never"/>
- <item
- android:id="@+id/menu_action_reset"
- android:title="@string/restrict_reset"
- app:showAsAction="never"/>
-</menu>