diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
commit | b187f57a026110ef0b0f1d6b6414c868922cab46 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /res/xml | |
parent | 271a9073948f1a47786ae40f5af6e58e7992a767 (diff) |
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/main_headers.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml index 0270f9bf..71913f49 100644 --- a/res/xml/main_headers.xml +++ b/res/xml/main_headers.xml @@ -5,6 +5,12 @@ 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" |