diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
commit | 1992a5feed9911a63898586fc50d2d7123334bdd (patch) | |
tree | 2c6fb878d6b0234a2319cd84092ff6e9d196759a /res/xml | |
parent | 7cde535e0dd59c3ff2b5b8c4b803050bdbc5277d (diff) |
Fix errors reported by lint
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/main_about.xml | 5 | ||||
-rw-r--r-- | res/xml/vpn_preferences.xml | 7 | ||||
-rw-r--r-- | res/xml/vpn_profile_list.xml | 4 |
3 files changed, 0 insertions, 16 deletions
diff --git a/res/xml/main_about.xml b/res/xml/main_about.xml deleted file mode 100644 index 8e3e28dc..00000000 --- a/res/xml/main_about.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - <de.blinkt.openvpn.AboutPreference /> - -</PreferenceScreen>
\ No newline at end of file diff --git a/res/xml/vpn_preferences.xml b/res/xml/vpn_preferences.xml deleted file mode 100644 index 16c330c0..00000000 --- a/res/xml/vpn_preferences.xml +++ /dev/null @@ -1,7 +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> diff --git a/res/xml/vpn_profile_list.xml b/res/xml/vpn_profile_list.xml deleted file mode 100644 index b1ce1a1a..00000000 --- a/res/xml/vpn_profile_list.xml +++ /dev/null @@ -1,4 +0,0 @@ -<PreferenceScreen - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" - android:key="profiles_list" />
\ No newline at end of file |