summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_symbol_layer.xml
blob: 77468b4861fd2a635d772e6800f1b802da8500e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/action_toggle_text_size"
        android:title="Toggle text size"/>

    <item
        android:id="@+id/action_toggle_text_field"
        android:title="Toggle text field contents"/>

    <item
        android:id="@+id/action_toggle_text_font"
        android:title="Toggle text font"/>

</menu>