Merge pull request #1500 from osodebailar/fix/bolus-wizard_layout
fix issue #1499 bolus wizard layout
This commit is contained in:
commit
6d2aeb69c3
2 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,7 @@ class WizardDialog : DaggerDialogFragment() {
|
|||
binding.trendCheckboxIcon.visibility = binding.calculationCheckbox.isChecked.not().toVisibility()
|
||||
binding.iobCheckboxIcon.visibility = binding.calculationCheckbox.isChecked.not().toVisibility()
|
||||
binding.cobCheckboxIcon.visibility = binding.calculationCheckbox.isChecked.not().toVisibility()
|
||||
binding.checkboxRow.visibility = binding.calculationCheckbox.isChecked.not().toVisibility()
|
||||
}
|
||||
|
||||
private fun saveCheckedStates() {
|
||||
|
|
|
@ -241,6 +241,7 @@
|
|||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/checkbox_row"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="45dp"
|
||||
android:paddingHorizontal="10dp">
|
||||
|
|
Loading…
Reference in a new issue