diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-23 00:07:02 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-23 00:07:02 +0200 |
commit | dca67df888680da70235ce402e42e05945f67cb8 (patch) | |
tree | ed66e30a6d1acf1fcb68672cb636507e0bd89d2a /res/xml/vpn_overview.xml | |
parent | 488a41cc60636298581c2b44b4706b259fc98a36 (diff) |
Doing progress on the Preference dialog chaos
--HG--
rename : res/layout/config.xml => res/layout/basic_settings.xml
rename : src/de/blinkt/openvpn/AboutActivity.java => src/de/blinkt/openvpn/AboutFragment.java
Diffstat (limited to 'res/xml/vpn_overview.xml')
-rw-r--r-- | res/xml/vpn_overview.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/res/xml/vpn_overview.xml b/res/xml/vpn_overview.xml deleted file mode 100644 index 053f2526..00000000 --- a/res/xml/vpn_overview.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/vpn_settings_activity_title" > - - <PreferenceScreen - android:key="new_vpn" - android:title="@string/new_vpn" /> - - <PreferenceCategory - android:fragment="de.blinkt.openvpn.VPNList$ListFragment" - android:key="vpn_list" - android:title="@string/vpn" > - </PreferenceCategory> - -</PreferenceScreen> |