From e5926328081d327d4546cbcbafa2e024153b631c Mon Sep 17 00:00:00 2001 From: swissalpine Date: Thu, 17 Feb 2022 15:12:46 +0100 Subject: [PATCH] Switch to checkboxes --- app/src/main/res/layout/dialog_wizard.xml | 58 +++++++++-------------- 1 file changed, 23 insertions(+), 35 deletions(-) diff --git a/app/src/main/res/layout/dialog_wizard.xml b/app/src/main/res/layout/dialog_wizard.xml index 56f8d240da..af09f2a436 100644 --- a/app/src/main/res/layout/dialog_wizard.xml +++ b/app/src/main/res/layout/dialog_wizard.xml @@ -250,49 +250,37 @@ android:orientation="horizontal" android:padding="0dp"> - + android:layout_height="fill_parent" + android:button="@drawable/checkbox_bg_icon" + android:checked="true" + android:contentDescription="@string/treatments_wizard_bg_label" /> - + android:layout_height="fill_parent" + android:button="@drawable/checkbox_trend_icon" + android:checked="true" + android:contentDescription="@string/bg_trend_label" /> - - - + android:layout_height="fill_parent" + android:button="@drawable/checkbox_iob_icon" + android:checked="true" + android:contentDescription="@string/iob" /> + +