From 0a7f8f489625d90b8969f112d80059d6757d5e8d Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 9 Aug 2018 00:09:39 +0200 Subject: Refactor configuration activity --- app/src/main/res/layout/configure_activity.xml | 53 +++++++++ ...configure_tools_dialog_encrypt_decrypt_keys.xml | 51 +++++++++ .../configure_tools_dialog_network_generate.xml | 51 +++++++++ .../layout/configure_tools_dialog_network_join.xml | 78 +++++++++++++ .../main/res/layout/configure_tools_fragment.xml | 73 +++++++++++++ .../layout/configure_tools_path_info_fragment.xml | 74 +++++++++++++ .../res/layout/dialog_encrypt_decrypt_keys.xml | 51 --------- .../main/res/layout/dialog_network_generate.xml | 51 --------- app/src/main/res/layout/dialog_network_join.xml | 66 ----------- app/src/main/res/layout/page_configure.xml | 121 --------------------- 10 files changed, 380 insertions(+), 289 deletions(-) create mode 100644 app/src/main/res/layout/configure_activity.xml create mode 100644 app/src/main/res/layout/configure_tools_dialog_encrypt_decrypt_keys.xml create mode 100644 app/src/main/res/layout/configure_tools_dialog_network_generate.xml create mode 100644 app/src/main/res/layout/configure_tools_dialog_network_join.xml create mode 100644 app/src/main/res/layout/configure_tools_fragment.xml create mode 100644 app/src/main/res/layout/configure_tools_path_info_fragment.xml delete mode 100644 app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml delete mode 100644 app/src/main/res/layout/dialog_network_generate.xml delete mode 100644 app/src/main/res/layout/dialog_network_join.xml delete mode 100644 app/src/main/res/layout/page_configure.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/configure_activity.xml b/app/src/main/res/layout/configure_activity.xml new file mode 100644 index 0000000..6097384 --- /dev/null +++ b/app/src/main/res/layout/configure_activity.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/configure_tools_dialog_encrypt_decrypt_keys.xml b/app/src/main/res/layout/configure_tools_dialog_encrypt_decrypt_keys.xml new file mode 100644 index 0000000..1e8e64a --- /dev/null +++ b/app/src/main/res/layout/configure_tools_dialog_encrypt_decrypt_keys.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/configure_tools_dialog_network_generate.xml b/app/src/main/res/layout/configure_tools_dialog_network_generate.xml new file mode 100644 index 0000000..614cc16 --- /dev/null +++ b/app/src/main/res/layout/configure_tools_dialog_network_generate.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/configure_tools_dialog_network_join.xml b/app/src/main/res/layout/configure_tools_dialog_network_join.xml new file mode 100644 index 0000000..9171284 --- /dev/null +++ b/app/src/main/res/layout/configure_tools_dialog_network_join.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/configure_tools_fragment.xml b/app/src/main/res/layout/configure_tools_fragment.xml new file mode 100644 index 0000000..bb67b45 --- /dev/null +++ b/app/src/main/res/layout/configure_tools_fragment.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/configure_tools_path_info_fragment.xml b/app/src/main/res/layout/configure_tools_path_info_fragment.xml new file mode 100644 index 0000000..376fa3d --- /dev/null +++ b/app/src/main/res/layout/configure_tools_path_info_fragment.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml b/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml deleted file mode 100644 index 47433e4..0000000 --- a/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/dialog_network_generate.xml b/app/src/main/res/layout/dialog_network_generate.xml deleted file mode 100644 index 5e3d42c..0000000 --- a/app/src/main/res/layout/dialog_network_generate.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/dialog_network_join.xml b/app/src/main/res/layout/dialog_network_join.xml deleted file mode 100644 index 65d772d..0000000 --- a/app/src/main/res/layout/dialog_network_join.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/page_configure.xml b/app/src/main/res/layout/page_configure.xml deleted file mode 100644 index c86ff76..0000000 --- a/app/src/main/res/layout/page_configure.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3