summaryrefslogtreecommitdiff
path: root/res/xml/main_headers.xml
blob: d1cca3ea7da345407ef3529c7bc06a1903dc23f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >

    <header
        android:fragment="se.leap.openvpn.VPNProfileList"
        android:summary="@string/vpn_list_summary"
        android:title="@string/vpn_list_title" />
    <header
        android:fragment="se.leap.openvpn.GeneralSettings"
        android:title="@string/generalsettings" />
    <header
        android:fragment="se.leap.openvpn.FaqFragment"
        android:summary="@string/faq_summary"
        android:title="@string/faq" />
   <!--  <header
        android:fragment="se.leap.openvpn.AboutFragment"
        android:summary="@string/about_summary"
        android:title="@string/about" />
 	-->
</preference-headers>