summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_symbols.xml
blob: 7f3c44262dd240971f9407c43edcd6b37f1ad950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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_change_location"
        android:title="@string/menuitem_change_location"
        app:showAsAction="never"/>
    <item
        android:id="@+id/menu_action_toggle_source"
        android:title="@string/menuitem_toggle_symbol_layer_visibility"
        app:showAsAction="never"/>
</menu>