diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-28 17:43:12 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-28 17:43:12 +0100 |
commit | c2d2473b1618a9a002344ec6be1e67004fdb1f94 (patch) | |
tree | 26e6080ee9aaa63de6d55ec0983d840ed65e423a /res/xml | |
parent | 428ef31f6a1de54cd6e3c20264f5ab411a076aaa (diff) |
New Layout for main screen
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/main_headers.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml deleted file mode 100644 index 92740382..00000000 --- a/res/xml/main_headers.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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.GeneralSettings" - android:title="@string/generalsettings" /> - <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>
\ No newline at end of file |