|
|
|
|
@ -31,6 +31,9 @@ class ResultCaptureSelectionPopup( |
|
|
|
|
val titleTextView = view.findViewById<TextView>(R.id.title) |
|
|
|
|
titleTextView.text = activity.getString(R.string.change_result_capture_method).toUpperCase() |
|
|
|
|
|
|
|
|
|
val chipGroup = this.contentView.findViewById<ChipGroup>(R.id.result_capture_method) |
|
|
|
|
chipGroup.isSelectionRequired = true |
|
|
|
|
|
|
|
|
|
val netResultChip = view.findViewById<Chip>(R.id.chip_net_result) |
|
|
|
|
netResultChip.isChecked = type == ResultCaptureType.NET_RESULT |
|
|
|
|
netResultChip.isCheckedIconVisible = true |
|
|
|
|
|