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