From 32b080261845c7508581f9c452d48ffd2401c450 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 2 Aug 2019 12:50:57 +0200 Subject: Add skeleton build variant --- main/src/ui/res/xml/general_settings.xml | 90 ++++++++++++++++++++++++++++ main/src/ui/res/xml/vpn_authentification.xml | 64 ++++++++++++++++++++ main/src/ui/res/xml/vpn_ipsettings.xml | 53 ++++++++++++++++ main/src/ui/res/xml/vpn_obscure.xml | 84 ++++++++++++++++++++++++++ main/src/ui/res/xml/vpn_routing.xml | 66 ++++++++++++++++++++ 5 files changed, 357 insertions(+) create mode 100644 main/src/ui/res/xml/general_settings.xml create mode 100644 main/src/ui/res/xml/vpn_authentification.xml create mode 100644 main/src/ui/res/xml/vpn_ipsettings.xml create mode 100644 main/src/ui/res/xml/vpn_obscure.xml create mode 100644 main/src/ui/res/xml/vpn_routing.xml (limited to 'main/src/ui/res/xml') diff --git a/main/src/ui/res/xml/general_settings.xml b/main/src/ui/res/xml/general_settings.xml new file mode 100644 index 00000000..5c2ff8aa --- /dev/null +++ b/main/src/ui/res/xml/general_settings.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/src/ui/res/xml/vpn_authentification.xml b/main/src/ui/res/xml/vpn_authentification.xml new file mode 100644 index 00000000..458378b7 --- /dev/null +++ b/main/src/ui/res/xml/vpn_authentification.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/src/ui/res/xml/vpn_ipsettings.xml b/main/src/ui/res/xml/vpn_ipsettings.xml new file mode 100644 index 00000000..5df7ffa8 --- /dev/null +++ b/main/src/ui/res/xml/vpn_ipsettings.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/src/ui/res/xml/vpn_obscure.xml b/main/src/ui/res/xml/vpn_obscure.xml new file mode 100644 index 00000000..aa78050e --- /dev/null +++ b/main/src/ui/res/xml/vpn_obscure.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/src/ui/res/xml/vpn_routing.xml b/main/src/ui/res/xml/vpn_routing.xml new file mode 100644 index 00000000..4b662b25 --- /dev/null +++ b/main/src/ui/res/xml/vpn_routing.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3