summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/menu/menu_overlay_options.xml
blob: b9341c50813f27e244f38f15508ccee058017b77 (plain) (blame)
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/menu_edit_overlay"
        android:title="@string/emulation_touch_overlay_edit" />

    <item
        android:id="@+id/menu_toggle_controls"
        android:title="@string/emulation_toggle_controls" />

    <item
        android:id="@+id/menu_reset_overlay"
        android:title="@string/emulation_touch_overlay_reset" />

</menu>