diff options
Diffstat (limited to 'res/xml/main_headers.xml')
-rw-r--r-- | res/xml/main_headers.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml new file mode 100644 index 00000000..a0c4f432 --- /dev/null +++ b/res/xml/main_headers.xml @@ -0,0 +1,14 @@ +<?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="List of all VPN, confusing to be here :)" + android:title="All your precious VPNs" /> + <header + android:fragment="de.blinkt.openvpn.AboutFragment" + android:summary="About Openvpn for Android" + android:title="About" /> + + +</preference-headers>
\ No newline at end of file |