blob: 2aec1f7d5c8480f75f79c3b68bb79c81bd6432fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!--
~ Copyright (c) 2012-2017 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<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>
|