From a6cd31ae8624f830454adc627ac3a6be323a5333 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 21 Nov 2021 19:36:46 +0100 Subject: implement new gateway selection UI, using same UX principles as for desktop --- app/src/main/res/layout/v_simple_checkbox.xml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app/src/main/res/layout/v_simple_checkbox.xml (limited to 'app/src/main/res/layout/v_simple_checkbox.xml') diff --git a/app/src/main/res/layout/v_simple_checkbox.xml b/app/src/main/res/layout/v_simple_checkbox.xml new file mode 100644 index 00000000..57f6f816 --- /dev/null +++ b/app/src/main/res/layout/v_simple_checkbox.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From b77d6364c0975230e9e0a5acdc59cd4782c91538 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 23 Nov 2021 15:43:08 +0100 Subject: default SimpleCheckBox to unchecked --- app/src/main/res/layout/v_simple_checkbox.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout/v_simple_checkbox.xml') diff --git a/app/src/main/res/layout/v_simple_checkbox.xml b/app/src/main/res/layout/v_simple_checkbox.xml index 57f6f816..8bae20b9 100644 --- a/app/src/main/res/layout/v_simple_checkbox.xml +++ b/app/src/main/res/layout/v_simple_checkbox.xml @@ -26,6 +26,7 @@ app:srcCompat="@drawable/check_bold" android:tint="@color/colorSuccess" android:layout_centerInParent="true" + android:visibility="invisible" /> -- cgit v1.2.3