summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/vpn_headers.xml
blob: 18b78c0923d8d4df143d1a1c3acd5b0a540f5fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (c) 2012-2014 Arne Schwabe
  ~ Distributed under the GNU GPL v2. For full terms see the file doc/LICENSE.txt
  -->

<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >

    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_Behaviour"
        android:title="@string/client_behaviour"
        />
    <header android:fragment="de.blinkt.openvpn.fragments.Settings_Connections"
        android:title="Server List" />
    <header
        android:id="@+id/basicsettingsid"
        android:fragment="de.blinkt.openvpn.fragments.Settings_Basic"
        android:title="@string/basic" />
    <!-- android:icon="@drawable/ic_settings_applications" -->

    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_IP"
        android:title="@string/ipdns" />
    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_Routing"
        android:title="@string/routing" />
    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_Authentication"
        android:title="@string/settings_auth" />

    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_Allowed_Apps"
        android:title="Allowed Apps on VPN"
        android:id="@+id/allowed_apps_header"
        />
    <!-- android:icon="@drawable/ic_settings_display" -->
    <header
        android:fragment="de.blinkt.openvpn.fragments.Settings_Obscure"
        android:summary="@string/obscure"
        android:title="@string/advanced" >
    </header>
    <header
        android:fragment="de.blinkt.openvpn.fragments.ShowConfigFragment"
        android:summary="@string/generated_config_summary"
        android:title="@string/generated_config" />

</preference-headers>