summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_padding.xml
blob: 7132c0c2a9d72811cf4c5489852730492b4fcff9 (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:mapbox="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/action_user_tracking"
        android:title="@string/my_location_tracking"
        mapbox:showAsAction="never" />
    <item
        android:id="@+id/action_bangalore"
        android:title="@string/bangalore"
        mapbox:showAsAction="never" />
</menu>