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/normal/res/layout-xlarge/f_eip.xml | 127 +++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 app/src/normal/res/layout-xlarge/f_eip.xml (limited to 'app/src/normal/res/layout-xlarge') 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From c2f6bc4e2098265fb1fc8f671dbdecbb5917c6fc Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 29 Nov 2022 14:01:05 +0100 Subject: new EipFragment layout for Bitmask - portrait --- app/src/normal/res/layout-xlarge/f_eip.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/src/normal/res/layout-xlarge') diff --git a/app/src/normal/res/layout-xlarge/f_eip.xml b/app/src/normal/res/layout-xlarge/f_eip.xml index e6b28c67..4042933e 100644 --- a/app/src/normal/res/layout-xlarge/f_eip.xml +++ b/app/src/normal/res/layout-xlarge/f_eip.xml @@ -9,7 +9,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/eipServiceFragment" - tools:viewBindingIgnore="true" > Date: Tue, 29 Nov 2022 15:44:42 +0100 Subject: new Bitmask EipFragment layout for xlarge screens, delete unused background drawable, for now we use scaled png images --- app/src/normal/res/layout-xlarge/f_eip.xml | 103 ++++++++++++++++++----------- 1 file changed, 66 insertions(+), 37 deletions(-) (limited to 'app/src/normal/res/layout-xlarge') diff --git a/app/src/normal/res/layout-xlarge/f_eip.xml b/app/src/normal/res/layout-xlarge/f_eip.xml index 4042933e..e1ecf321 100644 --- a/app/src/normal/res/layout-xlarge/f_eip.xml +++ b/app/src/normal/res/layout-xlarge/f_eip.xml @@ -5,20 +5,20 @@ --> + + + app:layout_constraintGuide_percent="0.3" /> + + + + + app:layout_constraintGuide_percent="0.7" /> - + android:layout_marginLeft="-300dp" + android:layout_marginRight="-300dp" + android:layout_marginTop="-300dp" + android:layout_marginBottom="-300dp" + app:srcCompat="@drawable/bg_red" /> - + + + + -- cgit v1.2.3 From da824fa125a5583d07e8ac2f6585459956d87ac1 Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 30 Nov 2022 01:37:33 +0100 Subject: rename drawables and colors according to the state they're representing --- app/src/normal/res/layout-xlarge/f_eip.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/normal/res/layout-xlarge') diff --git a/app/src/normal/res/layout-xlarge/f_eip.xml b/app/src/normal/res/layout-xlarge/f_eip.xml index e1ecf321..a4d94394 100644 --- a/app/src/normal/res/layout-xlarge/f_eip.xml +++ b/app/src/normal/res/layout-xlarge/f_eip.xml @@ -69,7 +69,7 @@ android:layout_marginRight="-300dp" android:layout_marginTop="-300dp" android:layout_marginBottom="-300dp" - app:srcCompat="@drawable/bg_red" /> + app:srcCompat="@drawable/bg_disconnected" />