From e18d335eb6edbec8594578ab2eb8ed993bc1d623 Mon Sep 17 00:00:00 2001 From: LZRS <12814349+LZRS@users.noreply.github.com> Date: Mon, 25 Oct 2021 17:08:32 +0300 Subject: [PATCH] LMH1-64: allow set initial check state for vaccine --- .../src/main/res/layout/custom_vaccine_name_check.xml | 2 +- opensrp-chw-core/src/main/res/values/booleans.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 opensrp-chw-core/src/main/res/values/booleans.xml diff --git a/opensrp-chw-core/src/main/res/layout/custom_vaccine_name_check.xml b/opensrp-chw-core/src/main/res/layout/custom_vaccine_name_check.xml index 18d2bb741c..1a120474fa 100644 --- a/opensrp-chw-core/src/main/res/layout/custom_vaccine_name_check.xml +++ b/opensrp-chw-core/src/main/res/layout/custom_vaccine_name_check.xml @@ -13,7 +13,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginRight="3dp" - android:checked="true" + android:checked="@bool/initial_vaccine_checked_state" android:clickable="true" /> + + true +