From 86619a6ebb4508cd75584f12db69b2c1ed22ef2d Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 23 Nov 2022 11:38:34 +0100 Subject: split eip fragment xml per normal/custom flavor --- app/src/custom/res/layout-port/f_eip.xml | 113 ++++++++++++++++++ app/src/custom/res/layout-xlarge-port/f_eip.xml | 122 ++++++++++++++++++++ app/src/custom/res/layout-xlarge/f_eip.xml | 127 +++++++++++++++++++++ app/src/custom/res/layout/f_eip.xml | 146 ++++++++++++++++++++++++ app/src/main/res/layout-port/f_eip.xml | 113 ------------------ app/src/main/res/layout-xlarge-port/f_eip.xml | 122 -------------------- app/src/main/res/layout-xlarge/f_eip.xml | 127 --------------------- app/src/main/res/layout/f_eip.xml | 146 ------------------------ app/src/main/res/layout/f_test_layout.xml | 8 ++ app/src/normal/res/layout-port/f_eip.xml | 113 ++++++++++++++++++ app/src/normal/res/layout-xlarge-port/f_eip.xml | 122 ++++++++++++++++++++ app/src/normal/res/layout-xlarge/f_eip.xml | 127 +++++++++++++++++++++ app/src/normal/res/layout/f_eip.xml | 146 ++++++++++++++++++++++++ 13 files changed, 1024 insertions(+), 508 deletions(-) create mode 100644 app/src/custom/res/layout-port/f_eip.xml create mode 100644 app/src/custom/res/layout-xlarge-port/f_eip.xml create mode 100644 app/src/custom/res/layout-xlarge/f_eip.xml create mode 100644 app/src/custom/res/layout/f_eip.xml delete mode 100644 app/src/main/res/layout-port/f_eip.xml delete mode 100644 app/src/main/res/layout-xlarge-port/f_eip.xml delete mode 100644 app/src/main/res/layout-xlarge/f_eip.xml delete mode 100644 app/src/main/res/layout/f_eip.xml create mode 100644 app/src/main/res/layout/f_test_layout.xml create mode 100644 app/src/normal/res/layout-port/f_eip.xml create mode 100644 app/src/normal/res/layout-xlarge-port/f_eip.xml create mode 100644 app/src/normal/res/layout-xlarge/f_eip.xml create mode 100644 app/src/normal/res/layout/f_eip.xml diff --git a/app/src/custom/res/layout-port/f_eip.xml b/app/src/custom/res/layout-port/f_eip.xml new file mode 100644 index 00000000..cb99a700 --- /dev/null +++ b/app/src/custom/res/layout-port/f_eip.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/custom/res/layout-xlarge-port/f_eip.xml b/app/src/custom/res/layout-xlarge-port/f_eip.xml new file mode 100644 index 00000000..10b7a7e3 --- /dev/null +++ b/app/src/custom/res/layout-xlarge-port/f_eip.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/custom/res/layout-xlarge/f_eip.xml b/app/src/custom/res/layout-xlarge/f_eip.xml new file mode 100644 index 00000000..e6b28c67 --- /dev/null +++ b/app/src/custom/res/layout-xlarge/f_eip.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/custom/res/layout/f_eip.xml b/app/src/custom/res/layout/f_eip.xml new file mode 100644 index 00000000..9a823b65 --- /dev/null +++ b/app/src/custom/res/layout/f_eip.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-port/f_eip.xml b/app/src/main/res/layout-port/f_eip.xml deleted file mode 100644 index cb99a700..00000000 --- a/app/src/main/res/layout-port/f_eip.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-xlarge-port/f_eip.xml b/app/src/main/res/layout-xlarge-port/f_eip.xml deleted file mode 100644 index 10b7a7e3..00000000 --- a/app/src/main/res/layout-xlarge-port/f_eip.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-xlarge/f_eip.xml b/app/src/main/res/layout-xlarge/f_eip.xml deleted file mode 100644 index e6b28c67..00000000 --- a/app/src/main/res/layout-xlarge/f_eip.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/f_eip.xml b/app/src/main/res/layout/f_eip.xml deleted file mode 100644 index 9a823b65..00000000 --- a/app/src/main/res/layout/f_eip.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/f_test_layout.xml b/app/src/main/res/layout/f_test_layout.xml new file mode 100644 index 00000000..6ec91259 --- /dev/null +++ b/app/src/main/res/layout/f_test_layout.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/normal/res/layout-port/f_eip.xml b/app/src/normal/res/layout-port/f_eip.xml new file mode 100644 index 00000000..cb99a700 --- /dev/null +++ b/app/src/normal/res/layout-port/f_eip.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/normal/res/layout-xlarge-port/f_eip.xml b/app/src/normal/res/layout-xlarge-port/f_eip.xml new file mode 100644 index 00000000..10b7a7e3 --- /dev/null +++ b/app/src/normal/res/layout-xlarge-port/f_eip.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/normal/res/layout-xlarge/f_eip.xml b/app/src/normal/res/layout-xlarge/f_eip.xml new file mode 100644 index 00000000..e6b28c67 --- /dev/null +++ b/app/src/normal/res/layout-xlarge/f_eip.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/normal/res/layout/f_eip.xml b/app/src/normal/res/layout/f_eip.xml new file mode 100644 index 00000000..9a823b65 --- /dev/null +++ b/app/src/normal/res/layout/f_eip.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3