diff options
Diffstat (limited to 'remoteExample/src/main/res/menu/main.xml')
-rw-r--r-- | remoteExample/src/main/res/menu/main.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/menu/main.xml b/remoteExample/src/main/res/menu/main.xml new file mode 100644 index 00000000..f732c1b4 --- /dev/null +++ b/remoteExample/src/main/res/menu/main.xml @@ -0,0 +1,9 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + tools:context="de.blinkt.openvpn.remote.MainActivity" > + + <item android:id="@+id/action_settings" + android:title="@string/action_settings" + android:orderInCategory="100" + android:showAsAction="never" /> +</menu> |