summaryrefslogtreecommitdiff
path: root/res/xml/vpn_overview.xml
blob: 053f25264a68ee15f6f7035a7c3bf6298c81bbaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/vpn_settings_activity_title" >

    <PreferenceScreen
        android:key="new_vpn"
        android:title="@string/new_vpn" />

    <PreferenceCategory
        android:fragment="de.blinkt.openvpn.VPNList$ListFragment"
        android:key="vpn_list"
        android:title="@string/vpn" >
    </PreferenceCategory>

</PreferenceScreen>