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

    <header
        android:fragment="de.blinkt.openvpn.VPNProfileList"
        android:summary="@string/vpn_list_summary"
        android:title="@string/vpn_list_title" />
    
        <header
        android:fragment="de.blinkt.openvpn.FaqFragment"
        android:summary="@string/faq_summary"
        android:title="@string/faq" />
    
    <header
        android:fragment="de.blinkt.openvpn.AboutFragment"
        android:summary="@string/about_summary"
        android:title="@string/about" />
    
    

</preference-headers>