Skip to content

Commit

Permalink
LMH1-64: allow set initial check state for vaccine
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Oct 25, 2021
1 parent 402d114 commit e18d335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<org.smartregister.view.customcontrols.CustomFontTextView
Expand Down
4 changes: 4 additions & 0 deletions opensrp-chw-core/src/main/res/values/booleans.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="initial_vaccine_checked_state" type="bool">true</item>
</resources>

0 comments on commit e18d335

Please sign in to comment.